Commit e762a055 authored by norvell's avatar norvell
Browse files

add test job fetch_artifacts

parent 9b6716ea
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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