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:a9130ecd
12+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
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:a9130ecd
19+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
2020 cpu : " 4"
2121 memory : " 4G"
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:a9130ecd
28+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
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:a9130ecd
38+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
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:a9130ecd
45+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
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:a9130ecd
52+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
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:a9130ecd
59+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
6060 cpu : " 4"
6161 memory : " 2G"
6262
@@ -112,7 +112,7 @@ steps:
112112 E2E_SKIP_CLEANUP: true
113113 DEF
114114 agents :
115- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:a9130ecd
115+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
116116 memory : " 2G"
117117
118118 # for PR comment
@@ -125,14 +125,14 @@ steps:
125125 $$(echo ./pipeline-gen $$GITHUB_PR_COMMENT_VAR_ARGS) \
126126 | buildkite-agent pipeline upload
127127 agents :
128- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:a9130ecd
128+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
129129 memory : " 2G"
130130
131131 # for the main branch (merge and nightly) and tags
132132 - label : " :buildkite:"
133133 command : buildkite-agent pipeline upload .buildkite/pipeline-e2e-tests.yml
134134 agents :
135- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:a9130ecd
135+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
136136 memory : " 2G"
137137
138138 # ----------
@@ -165,13 +165,13 @@ steps:
165165 done
166166 ) | buildkite-agent pipeline upload
167167 agents :
168- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:a9130ecd
168+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
169169 memory : " 256Mi"
170170
171171 - label : " :buildkite:"
172172 depends_on :
173173 - " operator-image-build"
174174 command : buildkite-agent pipeline upload .buildkite/pipeline-release.yml
175175 agents :
176- image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:a9130ecd
176+ image : docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:6154e14d
177177 memory : " 2G"
0 commit comments