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

set default artifact expiration time and explicit one for coverage test

parent de5c1253
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ variables:
default:
  interruptible: true # Make all jobs by default interruptible
  artifacts:
    expire_in: 10 min # for testing only! final time should be higher
    expire_in: 2 weeks

# This sets when pipelines are created. Jobs have more specific rules to restrict them.
workflow:
@@ -290,7 +290,6 @@ codec-smoke-test:
      - smoke_test_output_jbm_noEXT.txt
      - smoke_test_output_hrtf.txt
    expose_as: "Smoke test results"
    expire_in: 10 min

# code selftest testvectors with memory-sanitizer binaries
codec-msan:
@@ -930,6 +929,7 @@ coverage-test-on-main-scheduled:
  artifacts:
    name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA"
    when: always
    expire_in: 1 week
    paths:
      - coverage.info
      - coverage