Skip to content

Commit 5adff39

Browse files
asaezpercodebot
authored andcommitted
ci: e2e multi cluster
1 parent 855249d commit 5adff39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitlab/ci/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@ variables:
251251
MARCH: x86-64-v3
252252
LINKER: lld
253253
INFRASTRUCTURE_TAG: amd64-avx2
254-
artifacts:
255-
<<: *build_artifacts
256-
expire_in: 3 day
257254

258255
.smoke tsan:
259256
extends: .build_and_unit

.gitlab/ci/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,12 +718,14 @@ retina setup:
718718
image:
719719
name: ${RETINA_REGISTRY_PREFIX}/launcher:${RETINA_VERSION}
720720
entrypoint: ["/bin/sh", "-c"]
721+
tags:
722+
- ${CLUSTER}
721723
script:
722724
- |
723725
retina-garbage-collector --mode demolition
724726
needs:
725727
- *retina-needs
726-
parallel:
728+
parallel:
727729
matrix:
728730
- CLUSTER: retina-e2e-amd64
729731
- CLUSTER: new-retina-e2e-amd64

0 commit comments

Comments
 (0)