Skip to content
Snippets Groups Projects
Verified Commit e15e61fe authored by Konrad Botor's avatar Konrad Botor
Browse files

Fixed artifact expiration

parent 23ca9134
No related branches found
No related tags found
1 merge request!2Templates based on HAfAH test jobs
Pipeline #58577 passed
......@@ -23,6 +23,7 @@ include:
artifacts:
name: validation-results
when: always
expire_in: 6 hours
tags:
- public-runner-docker
......
......@@ -25,7 +25,6 @@ variables:
script:
- echo "Attempting to cleanup an image $IMAGE_PATH using tag $IMAGE_TAG from $REGISTRY"
- python /delete-image.py "$REGISTRY_PASS" "$CI_PROJECT_ID" "$IMAGE_PATH" "$IMAGE_TAG"
when: always
.prepare_data_5m_image:
......@@ -53,6 +52,7 @@ variables:
paths:
- ./hived-mainnet-binaries/*
expire_in: 6 hours
when: always
.prepare_hived_data_5m_image:
extends: .prepare_data_5m_image
......
......@@ -2,15 +2,12 @@ variables:
BENCHMARK_IMAGE_TAG: "latest"
TOX_IMAGE_TAG: "latest"
.artifact_config:
.jmeter_benchmark_job:
image: registry.gitlab.syncad.com/hive/common-ci-configuration/benchmark-test-runner:${BENCHMARK_IMAGE_TAG}
artifacts:
when: always
expire_in: 6 hours
.jmeter_benchmark_job:
image: registry.gitlab.syncad.com/hive/common-ci-configuration/benchmark-test-runner:${BENCHMARK_IMAGE_TAG}
artifacts: !reference [.artifact_config, artifacts]
.jmeter_benchmark_with_haf_job:
extends: .jmeter_benchmark_job
services:
......@@ -24,7 +21,9 @@ variables:
.tox_test_job:
image: registry.gitlab.syncad.com/hive/common-ci-configuration/tox-test-runner:${TOX_IMAGE_TAG}
artifacts: !reference [.artifact_config, artifacts]
artifacts:
when: always
expire_in: 6 hours
.pattern_tests:
extends: .tox_test_job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment