99 - label : " :go: lint"
1010 command : " make lint check-local-changes"
1111 agents :
12- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
12+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
1313 cpu : " 6"
1414 memory : " 7G"
1515
1616 - label : " :go: generate"
1717 command : " make generate check-local-changes"
1818 agents :
19- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
19+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
2020 cpu : " 4"
2121 memory : " 2G"
2222
2525 - " make check-license-header check-predicates shellcheck reattach-pv"
2626 - " make -C hack/helm/release build"
2727 agents :
28- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
28+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
2929 cpu : " 4"
3030 memory : " 4G"
3131
@@ -35,28 +35,28 @@ steps:
3535 - label : " :go: unit-tests"
3636 command : " make unit-xml"
3737 agents :
38- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
38+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
3939 cpu : " 4"
4040 memory : " 4G"
4141
4242 - label : " :go: integration-tests"
4343 command : " make integration-xml"
4444 agents :
45- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
45+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
4646 cpu : " 4"
4747 memory : " 4G"
4848
4949 - label : " :go: manifest-gen-tests"
5050 command : " make manifest-gen-test"
5151 agents :
52- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
52+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
5353 cpu : " 4"
5454 memory : " 2G"
5555
5656 - label : " :go: helm-tests"
5757 command : " make helm-test"
5858 agents :
59- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
59+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
6060 cpu : " 4"
6161 memory : " 2G"
6262
@@ -111,7 +111,7 @@ steps:
111111 E2E_SKIP_CLEANUP: true
112112 DEF
113113 agents :
114- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
114+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
115115 memory : " 2G"
116116
117117 # for PR comment
@@ -124,14 +124,14 @@ steps:
124124 $$(echo ./pipeline-gen $$GITHUB_PR_COMMENT_VAR_ARGS) \
125125 | buildkite-agent pipeline upload
126126 agents :
127- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
127+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
128128 memory : " 2G"
129129
130130 # for the main branch (merge and nightly) and tags
131131 - label : " :buildkite:"
132132 command : buildkite-agent pipeline upload .buildkite/pipeline-e2e-tests.yml
133133 agents :
134- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
134+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
135135 memory : " 2G"
136136
137137 # ----------
@@ -157,7 +157,7 @@ steps:
157157 soft_fail: true
158158 YAML
159159 agents :
160- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
160+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
161161 memory : " 256Mi"
162162
163163 # scan the -ubi operator image on nightly builds
@@ -177,13 +177,13 @@ steps:
177177 soft_fail: true
178178 YAML
179179 agents :
180- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
180+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
181181 memory : " 256Mi"
182182
183183 - label : " :buildkite:"
184184 depends_on :
185185 - " operator-image-build"
186186 command : buildkite-agent pipeline upload .buildkite/pipeline-release.yml
187187 agents :
188- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:f5c5fd8b
188+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:620addfa
189189 memory : " 2G"
0 commit comments