Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ variables: default: interruptible: true # Make all jobs by default interruptible artifacts: expire_in: 12 hours # for testing only! final time should be higher expire_in: 10 min # for testing only! final time should be higher # This sets when pipelines are created. Jobs have more specific rules to restrict them. workflow: Loading Loading @@ -291,6 +291,7 @@ 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: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ variables: default: interruptible: true # Make all jobs by default interruptible artifacts: expire_in: 12 hours # for testing only! final time should be higher expire_in: 10 min # for testing only! final time should be higher # This sets when pipelines are created. Jobs have more specific rules to restrict them. workflow: Loading Loading @@ -291,6 +291,7 @@ 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: Loading