diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2021-05-05 17:44:22 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2021-06-08 22:11:42 -0700 |
commit | 9d3bdd2fdb9cd5181fc817303e667b1ee86d63f5 (patch) | |
tree | 62ad03a7afffbc3226004ac81d09a4f716769c80 /.gitlab-ci.yml | |
parent | 8c50f934bc81f224c6d8f521116ddaa5583eef66 (diff) | |
download | gjs-9d3bdd2fdb9cd5181fc817303e667b1ee86d63f5.tar.gz |
CI: Correct task ID for TSAN job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0761ed0a..2a3289e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ sanitizer_thread_gcc: - asan # TSAN needs CAP_SYS_PTRACE image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs78-debug variables: - TASK_ID: "fedora-x86_64-gcc-default-ubsan_tsan-check" + TASK_ID: "fedora-x86_64-gcc-default-tsan-check" CONFIG_OPTS: -Db_sanitize=thread TEST_OPTS: --timeout-multiplier=2 --suite=thread-safe except: |