forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#2842 from shashidharatd/federation
Adding canary prow jobs for federation pre-submits
- Loading branch information
Showing
6 changed files
with
192 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
PROJECT=k8s-jkns-pr-cnry-e2e-gce-fdrtn | ||
KUBE_REGISTRY=gcr.io/k8s-jkns-pr-cnry-e2e-gce-fdrtn |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
PROJECT=k8s-jkns-pr-cnry-e2e-gce-fdrtn | ||
KUBE_REGISTRY=gcr.io/k8s-jkns-pr-cnry-e2e-gce-fdrtn | ||
|
||
# Federation control plane options. | ||
FEDERATION_DNS_ZONE_NAME=presubmit-canary.test-f8n.k8s.io. | ||
|
||
# Federated clusters are turned up and torn down by a separate CI | ||
# job. `ci-kubernetes-pull-gce-federation-deploy-canary` is the name of | ||
# job and it writes the required kubeconfig file to a GCS bucket | ||
# with its name. We need to read the kubeconfig from that bucket. | ||
JENKINS_FEDERATION_PREFIX=gs://kubernetes-jenkins/federation/ci-kubernetes-pull-gce-federation-deploy-canary |
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
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