Skip to content

Commit

Permalink
roachprod: remove references to andrei-jepsen
Browse files Browse the repository at this point in the history
This GCP project was deleted.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Aug 21, 2023
1 parent a12d66c commit fb92edc
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 @@ -55,7 +55,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 fb92edc

Please sign in to comment.