Skip to content

Commit

Permalink
Merge pull request #109148 from rickystewart/backport23.1-109147
Browse files Browse the repository at this point in the history
  • Loading branch information
rickystewart authored Aug 21, 2023
2 parents b2947da + 8c0c307 commit 26abc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/roachprod/k8s/roachprod-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:master
args:
- gc
- --gce-project=cockroach-ephemeral,andrei-jepsen,cockroach-roachstress
- --gce-project=cockroach-ephemeral,cockroach-roachstress
- --slack-token
- $(SLACK_TOKEN)
env:
Expand Down
2 changes: 1 addition & 1 deletion pkg/roachprod/vm/gce/gcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func DefaultProject() string {
}

// projects for which a cron GC job exists.
var projectsWithGC = []string{defaultProject, "andrei-jepsen"}
var projectsWithGC = []string{defaultProject}

// Denotes if this provider was successfully initialized.
var initialized = false
Expand Down

0 comments on commit 26abc06

Please sign in to comment.