diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index 70a7c62f586..3d5df0a8499 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -230,7 +230,7 @@ if [ -n "$FLAKES_CHANNEL" ]; then --job "$CI_JOB_ID" \ --url "$CI_JOB_URL" \ --branch "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME:-$CI_COMMIT_BRANCH}" \ - --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" + --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" || true fi # Compress results.csv to save on bandwidth during the upload of artifacts to diff --git a/.gitlab-ci/gtest-runner.sh b/.gitlab-ci/gtest-runner.sh index 8dfa374c288..09d062e88e7 100755 --- a/.gitlab-ci/gtest-runner.sh +++ b/.gitlab-ci/gtest-runner.sh @@ -69,7 +69,7 @@ if [ -n "$FLAKES_CHANNEL" ]; then --job "$CI_JOB_ID" \ --url "$CI_JOB_URL" \ --branch "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME:-$CI_COMMIT_BRANCH}" \ - --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" + --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" || true fi exit $GTEST_EXITCODE diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh index 188df6f8dc9..aca1f2e56b1 100755 --- a/.gitlab-ci/piglit/piglit-runner.sh +++ b/.gitlab-ci/piglit/piglit-runner.sh @@ -120,7 +120,7 @@ if [ -n "$FLAKES_CHANNEL" ]; then --job "$CI_JOB_ID" \ --url "$CI_JOB_URL" \ --branch "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME:-$CI_COMMIT_BRANCH}" \ - --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" + --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}" || true fi # Compress results.csv to save on bandwidth during the upload of artifacts to