Loading .gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -18,8 +18,7 @@ workflow: when: never - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # Runs for merge requests - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Pushes to main # - if: $CI_PIPELINE_SOURCE == 'schedule' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Scheduled in main - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'schedule' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Scheduled in main stages: - maintenance Loading Loading @@ -482,21 +481,22 @@ codec-comparison-on-main-push: when: always paths: - ep_015.g192 # second wildcard is necessary to get encoder and no-PLC run logs - "CLANG*/logs*" #sanitizer-test-mono: #extends: .sanitizer-test-template #rules: #- if: $IS_SANITIZER_TEST_RUN #script: #- python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS sanitizer-test-mono: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN script: - python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS sanitizer-test-stereo: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN #when: delayed #start_in: 20 minutes when: delayed start_in: 20 minutes script: - python3 ci/run_scheduled_sanitizer_test.py stereo $OUT_FORMATS_CHANNEL_BASED --tests $SANITIZER_TESTS Loading Loading
.gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -18,8 +18,7 @@ workflow: when: never - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # Runs for merge requests - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Pushes to main # - if: $CI_PIPELINE_SOURCE == 'schedule' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Scheduled in main - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'schedule' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Scheduled in main stages: - maintenance Loading Loading @@ -482,21 +481,22 @@ codec-comparison-on-main-push: when: always paths: - ep_015.g192 # second wildcard is necessary to get encoder and no-PLC run logs - "CLANG*/logs*" #sanitizer-test-mono: #extends: .sanitizer-test-template #rules: #- if: $IS_SANITIZER_TEST_RUN #script: #- python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS sanitizer-test-mono: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN script: - python3 ci/run_scheduled_sanitizer_test.py mono mono --tests $SANITIZER_TESTS sanitizer-test-stereo: extends: .sanitizer-test-template rules: - if: $IS_SANITIZER_TEST_RUN #when: delayed #start_in: 20 minutes when: delayed start_in: 20 minutes script: - python3 ci/run_scheduled_sanitizer_test.py stereo $OUT_FORMATS_CHANNEL_BASED --tests $SANITIZER_TESTS Loading