Skip to content

Commit a07a149

Browse files
committed
roachprod: gc ibm cloud
The roachprod GC job had not been updated since we started running automated tests on IBM Cloud. This patch updates the job to the latest release and makes it aware of IBM Cloud credentials. Epic: CRDB-21133 Fixes: #143789 Release note: None
1 parent fd18c1b commit a07a149

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkg/roachprod/k8s/roachprod-gc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
spec:
3232
containers:
3333
- name: roachprod-gc-cronjob
34-
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:ea736e6ab07
34+
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:fd18c1bd63d
3535
args:
3636
- gc
3737
- --gce-project=cockroach-ephemeral,cockroach-roachstress
@@ -40,6 +40,11 @@ spec:
4040
- --aws-account-ids=541263489771,337380398238
4141
- --azure-subscription-names=e2e-adhoc,e2e-infra,Microsoft Azure Sponsorship
4242
env:
43+
- name: IBM_APIKEY
44+
valueFrom:
45+
secretKeyRef:
46+
name: roachprod-gc-cronjob-creds
47+
key: ibm_apikey
4348
- name: SLACK_TOKEN
4449
valueFrom:
4550
secretKeyRef:

0 commit comments

Comments
 (0)