Loading .gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -2215,6 +2215,16 @@ sanitizer-test-osba-planar-hoa3-ism4: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py PlanarHOA3-ISM4 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS # Test fetching artifacts fetch_artifacts: rules: # only run in scheduled pipeline that passes this env vars - if: $TEST_ARTIFACTS script: - python3 get_id_of_last_job_occurence.py main coverage-test-on-main-scheduled 49 artifacts: paths: - artifacts_*.zip # GCOV/LCOV coverage analysis of self_test suite Loading Loading
.gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -2215,6 +2215,16 @@ sanitizer-test-osba-planar-hoa3-ism4: - *update-ltv-repo - python3 ci/run_scheduled_sanitizer_test.py PlanarHOA3-ISM4 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS # Test fetching artifacts fetch_artifacts: rules: # only run in scheduled pipeline that passes this env vars - if: $TEST_ARTIFACTS script: - python3 get_id_of_last_job_occurence.py main coverage-test-on-main-scheduled 49 artifacts: paths: - artifacts_*.zip # GCOV/LCOV coverage analysis of self_test suite Loading