Commit c8fb1062 authored by Jan Kiene's avatar Jan Kiene
Browse files

test whether pipeline will continue if one of the jobs fails

parent e80b8a3f
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -481,13 +481,16 @@ 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
      start_in: 20 minutes
      # TODO: change back
      # start_in: 20 minutes
      start_in: 5 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