Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
129371: roachprod: update roachprod-gc.yaml with azure-subscription-names flag r=srosenberg,herkolategan a=DarrylWong

This enables roachprod to clean up multiple subscriptions.

Fixes: none
Release note: none
Epic: none

Co-authored-by: DarrylWong <[email protected]>
  • Loading branch information
craig[bot] and DarrylWong committed Aug 22, 2024
2 parents 4344440 + 5c83036 commit c1500e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/roachprod/k8s/roachprod-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# --from-literal azure_password=XYZZY
# --from-literal azure_tenant_id=XYZZY
# --from-literal slack_token=XYZZY
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: roachprod-gc-cronjob
Expand All @@ -31,13 +31,14 @@ spec:
spec:
containers:
- name: roachprod-gc-cronjob
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:485975b3a82
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:1d01263b3a4
args:
- gc
- --gce-project=cockroach-ephemeral,cockroach-roachstress
- --slack-token
- $(SLACK_TOKEN)
- --aws-account-ids=541263489771,337380398238
- --azure-subscription-names=e2e-adhoc,e2e-infra,Microsoft Azure Subscription
env:
- name: SLACK_TOKEN
valueFrom:
Expand Down

0 comments on commit c1500e5

Please sign in to comment.