Skip to content

Commit

Permalink
Fix config for oss-test-infra onboarding gh app
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodaiG committed Oct 14, 2021
1 parent 3d225f3 commit 4fe8cd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prow/oss/cluster/crier-ghapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- --github-app-private-key-path=/etc/github/cert
- --github-enabled-org=repo-does-not-exist
- --github-enabled-org=chaotoppicks
- --github-enabled-org=GoogleCloudPlatform/oss-test-infra
- --github-enabled-repo=GoogleCloudPlatform/oss-test-infra
- --github-workers=6
- --job-config-path=/etc/job-config
- --kubernetes-blob-storage-workers=1
Expand Down
2 changes: 1 addition & 1 deletion prow/oss/cluster/crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- --github-endpoint=https://api.github.com
- --github-token-path=/etc/github/oauth
- --github-disabled-org=chaotoppicks
- --github-disabled-org=GoogleCloudPlatform/oss-test-infra
- --github-disabled-repo=GoogleCloudPlatform/oss-test-infra
- --github-workers=6
- --job-config-path=/etc/job-config
- --kubernetes-blob-storage-workers=1
Expand Down
2 changes: 1 addition & 1 deletion prow/oss/cluster/hook-ghapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --github-app-private-key-path=/etc/github/cert
- --github-enabled-org=repo-does-not-exist
- --github-enabled-org=chaotoppicks
- --github-enabled-org=GoogleCloudPlatform/oss-test-infra
- --github-enabled-repo=GoogleCloudPlatform/oss-test-infra
env:
# Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge.
- name: KUBECONFIG
Expand Down
2 changes: 1 addition & 1 deletion prow/oss/cluster/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-disabled-org=chaotoppicks
- --github-disabled-org=GoogleCloudPlatform/oss-test-infra
- --github-disabled-repo=GoogleCloudPlatform/oss-test-infra
env:
# Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge.
- name: KUBECONFIG
Expand Down

0 comments on commit 4fe8cd9

Please sign in to comment.