Skip to content

Commit

Permalink
Merge pull request #2382 from sdowell/cs-autopilot-rca
Browse files Browse the repository at this point in the history
Revert "create new clusters for autopilot-rapid tests"
google-oss-prow[bot] authored Sep 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c6a3edc + 2372b5e commit 03bd13f
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -304,7 +304,7 @@ periodics:
args:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-9'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid'

- <<: *config-sync-autopilot-job
name: kpt-config-sync-autopilot-rapid-latest-release
@@ -320,7 +320,7 @@ periodics:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-10'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'GKE_CLUSTER_VERSION=latest'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid-latest' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid-latest'

#### End GKE autopilot jobs
#### Begin one-off jobs
@@ -412,7 +412,7 @@ periodics:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-11'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'GKE_CLUSTER_VERSION=latest'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid-latest-stress' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid-latest-stress'
- 'E2E_NUM_CLUSTERS=2' # autopilot uses more clusters to run more quickly
- 'E2E_ARGS=--stress'

Original file line number Diff line number Diff line change
@@ -303,7 +303,7 @@ periodics:
args:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-9'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid'

- <<: *config-sync-autopilot-job
name: kpt-config-sync-autopilot-rapid-latest
@@ -319,7 +319,7 @@ periodics:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-10'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'GKE_CLUSTER_VERSION=latest'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid-latest' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid-latest'

#### End GKE autopilot jobs
#### Begin one-off jobs
@@ -411,7 +411,7 @@ periodics:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-11'
- 'GKE_RELEASE_CHANNEL=rapid'
- 'GKE_CLUSTER_VERSION=latest'
- 'E2E_CLUSTER_PREFIX=tmp-autopilot-rapid-latest-stress' # TODO: remove tmp- prefix after RCA is finished on old clusters
- 'E2E_CLUSTER_PREFIX=autopilot-rapid-latest-stress'
- 'E2E_NUM_CLUSTERS=2' # autopilot uses more clusters to run more quickly
- 'E2E_ARGS=--stress'

0 comments on commit 03bd13f

Please sign in to comment.