Skip to content

Commit

Permalink
Merge pull request #2337 from sdowell/cs-githubapp-prowjob
Browse files Browse the repository at this point in the history
ci: add prowjob for Config Sync githubapp
  • Loading branch information
google-oss-prow[bot] authored Aug 28, 2024
2 parents 54ae3af + d1d82e9 commit a76d92c
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,22 @@ periodics:
- 'E2E_NUM_CLUSTERS=1'
- 'E2E_ARGS=--gcenode'

- <<: *config-sync-standard-job
name: kpt-config-sync-standard-regular-githubapp
annotations:
testgrid-dashboards: googleoss-kpt-config-sync-main
testgrid-tab-name: standard-regular-githubapp
spec:
<<: *config-sync-standard-job-spec
containers:
- <<: *config-sync-standard-job-container
args:
- 'GCP_SUBNETWORK=prow-e2e-subnetwork-usw1-11'
- 'GKE_RELEASE_CHANNEL=regular'
- 'E2E_CLUSTER_PREFIX=standard-regular-githubapp'
- 'E2E_NUM_CLUSTERS=1'
- 'E2E_ARGS=--githubapp'

- <<: *config-sync-standard-job
name: kpt-config-sync-standard-rapid-latest-stress
annotations:
Expand Down

0 comments on commit a76d92c

Please sign in to comment.