Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ sanitizer-test-scheduled-linux: stage: test rules: # only run in scheduled pipeline that passes this env var - if $SANITIZER_TEST_IN_FMT - if: $SANITIZER_TEST_IN_FMT script: - python3 ci/run_scheduled_sanitizer_test.py $SANITIZER_TEST_IN_FMT $SANITIZER_TEST_OUT_FMTS Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ sanitizer-test-scheduled-linux: stage: test rules: # only run in scheduled pipeline that passes this env var - if $SANITIZER_TEST_IN_FMT - if: $SANITIZER_TEST_IN_FMT script: - python3 ci/run_scheduled_sanitizer_test.py $SANITIZER_TEST_IN_FMT $SANITIZER_TEST_OUT_FMTS Loading