Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -481,16 +481,13 @@ sanitizer-test-mono: - if: $IS_SANITIZER_TEST_RUN script: - python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS - exit 1 # test whether this already fails the whole pipeline (I guess it should) sanitizer-test-stereo: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN when: delayed # TODO: change back # start_in: 20 minutes start_in: 5 minutes start_in: 20 minutes script: - python3 ci/run_scheduled_sanitizer_test.py stereo stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 --tests $SANITIZER_TESTS Loading Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -481,16 +481,13 @@ sanitizer-test-mono: - if: $IS_SANITIZER_TEST_RUN script: - python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS - exit 1 # test whether this already fails the whole pipeline (I guess it should) sanitizer-test-stereo: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN when: delayed # TODO: change back # start_in: 20 minutes start_in: 5 minutes start_in: 20 minutes script: - python3 ci/run_scheduled_sanitizer_test.py stereo stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 --tests $SANITIZER_TESTS Loading