Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@ periodics:
- --
- --confirm
- name: ci-k8sio-audit
interval: 6h
interval: 3h
cluster: k8s-infra-prow-build-trusted
decorate: true
max_concurrency: 1
extra_refs:
- org: kubernetes
repo: k8s.io
base_ref: main
- org: kubernetes
repo: test-infra
base_ref: master
annotations:
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kubernetes.io
Expand Down Expand Up @@ -142,25 +139,7 @@ postsubmits:
containers:
- image: gcr.io/k8s-staging-infra-tools/k8s-infra:latest
command:
- bash
args:
- -c
- |
cd ./infra/gcp/clusters/projects/k8s-infra-prow-build
if [[ -x ./deploy.sh ]]; then
./deploy.sh
else
gcloud \
container clusters get-credentials \
--project=k8s-infra-prow-build \
--region=us-central1 \
prow-build
kubectl \
--context=gke_k8s-infra-prow-build_us-central1_prow-build \
apply \
-f ./prow-build/resources \
--recursive
fi
- ./infra/gcp/clusters/projects/k8s-infra-prow-build/deploy.sh
- name: post-k8sio-deploy-prow-build-trusted-resources
cluster: k8s-infra-prow-build-trusted
decorate: true
Expand All @@ -184,22 +163,4 @@ postsubmits:
containers:
- image: gcr.io/k8s-staging-infra-tools/k8s-infra:latest
command:
- bash
args:
- -c
- |
cd ./infra/gcp/clusters/projects/k8s-infra-prow-build-trusted
if [[ -x ./deploy.sh ]]; then
./deploy.sh
else
gcloud \
container clusters get-credentials \
--project=k8s-infra-prow-build-trusted \
--region=us-central1 \
prow-build-trusted
kubectl \
--context=gke_k8s-infra-prow-build-trusted_us-central1_prow-build-trusted \
apply \
-f ./prow-build-trusted/resources \
--recursive
fi
- ./infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/deploy.sh