We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855249d commit 5adff39Copy full SHA for 5adff39
.gitlab/ci/build.yml
@@ -251,9 +251,6 @@ variables:
251
MARCH: x86-64-v3
252
LINKER: lld
253
INFRASTRUCTURE_TAG: amd64-avx2
254
- artifacts:
255
- <<: *build_artifacts
256
- expire_in: 3 day
257
258
.smoke tsan:
259
extends: .build_and_unit
.gitlab/ci/e2e.yml
@@ -718,12 +718,14 @@ retina setup:
718
image:
719
name: ${RETINA_REGISTRY_PREFIX}/launcher:${RETINA_VERSION}
720
entrypoint: ["/bin/sh", "-c"]
721
+ tags:
722
+ - ${CLUSTER}
723
script:
724
- |
725
retina-garbage-collector --mode demolition
726
needs:
727
- *retina-needs
- parallel:
728
+ parallel:
729
matrix:
730
- CLUSTER: retina-e2e-amd64
731
- CLUSTER: new-retina-e2e-amd64
0 commit comments