Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ workflow: - 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' # Triggered from webpage stages: Loading Loading @@ -496,6 +495,7 @@ sanitizer-test-on-main-scheduled: coverage-test-on-main-scheduled: extends: - .test-job-linux-needs-testv-dir - .rules-main-scheduled tags: - coverage-test stage: test Loading @@ -503,6 +503,7 @@ coverage-test-on-main-scheduled: # only run in scheduled pipeline that passes this env vars - if: $COVERAGE_TEST script: - *print-common-info - make GCOV=1 -j - ./scripts/self_test.py --create -t 1 - ./scripts/self_test.py --create -t 1 scripts/config/self_test_evs.prm Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ workflow: - 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' # Triggered from webpage stages: Loading Loading @@ -496,6 +495,7 @@ sanitizer-test-on-main-scheduled: coverage-test-on-main-scheduled: extends: - .test-job-linux-needs-testv-dir - .rules-main-scheduled tags: - coverage-test stage: test Loading @@ -503,6 +503,7 @@ coverage-test-on-main-scheduled: # only run in scheduled pipeline that passes this env vars - if: $COVERAGE_TEST script: - *print-common-info - make GCOV=1 -j - ./scripts/self_test.py --create -t 1 - ./scripts/self_test.py --create -t 1 scripts/config/self_test_evs.prm Loading