-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrating tekton pipeline integration from prow to tekton
This PR allows us to run the tektonCD/pipeline's integration tests on the tekton dogfooding cluster using a pipeline instead of a prow job. Before merging, the tekton dogfooding cluster needs to be updated as follows: 1. Set up a node pool similar to prow cluster’s “n2-standard-4-kind” node pool. - ie. Add same Taints, auto scaling 0-24, us-central1 etc. 2. create a secret for test-account (same as prow) to store the service-account.json credentials
- Loading branch information
1 parent
ed01965
commit f3d39e3
Showing
2 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,4 +210,4 @@ spec: | |
- name: credentials | ||
workspace: credentials | ||
- name: source | ||
workspace: sources | ||
workspace: sources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters