diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 95e3baa0a..1f938d1fb 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -242,6 +242,7 @@ jobs: - name: Upload Test Results and Build Log to TestSpace server if: ${{ github.repository == env.ORIGIN_REPOSITORY && matrix.run_tests && (success() || failure()) }} + continue-on-error: true # testspace will fail if test result already exists for current build id, but it's OK on build re-run. shell: bash run: | testspace \ diff --git a/.github/workflows/ci-sonar-scan.yml b/.github/workflows/ci-sonar-scan.yml index 3e2782951..dded5ab78 100644 --- a/.github/workflows/ci-sonar-scan.yml +++ b/.github/workflows/ci-sonar-scan.yml @@ -231,6 +231,7 @@ jobs: - name: Upload Build Log and Code Coverage to TestSpace server if: ${{ github.event_name == 'push' && (success() || failure()) }} + continue-on-error: true # testspace will fail if test result already exists for current build id, but it's OK on build re-run. shell: bash run: | testspace \