File tree Expand file tree Collapse file tree 8 files changed +11
-174
lines changed Expand file tree Collapse file tree 8 files changed +11
-174
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ create_cluster() {
7575 else
7676 CI_VERSION_URL=" https://dl.k8s.io/ci/k8s-master.txt"
7777 fi
78- export CLUSTER_TEMPLATE=" test/cluster-template-conformance -ci-version.yaml"
78+ export CLUSTER_TEMPLATE=" test/cluster-template-prow -ci-version.yaml"
7979 export CI_VERSION=" ${CI_VERSION:- $(curl -sSL ${CI_VERSION_URL} )} "
8080 export KUBERNETES_VERSION=" ${CI_VERSION} "
8181 else
82- export CLUSTER_TEMPLATE=" test/cluster-template-conformance .yaml"
82+ export CLUSTER_TEMPLATE=" test/cluster-template-prow .yaml"
8383 fi
8484
8585 export CLUSTER_NAME=" capz-$( head /dev/urandom | LC_ALL=C tr -dc a-z0-9 | head -c 6 ; echo ' ' ) "
@@ -94,8 +94,6 @@ create_cluster() {
9494}
9595
9696run_upstream_e2e_tests () {
97- # export the target cluster KUBECONFIG if not already set
98- export KUBECONFIG=" ${KUBECONFIG:- ${PWD} / kubeconfig} "
9997 # ginkgo regexes
10098 SKIP=" ${SKIP:- } "
10199 FOCUS=" ${FOCUS:- " \\ [Conformance\\ ]" } "
@@ -162,6 +160,9 @@ if [[ -z "${SKIP_CREATE_CLUSTER:-}" ]]; then
162160 create_cluster
163161fi
164162
163+ # export the target cluster KUBECONFIG if not already set
164+ export KUBECONFIG=" ${KUBECONFIG:- ${PWD} / kubeconfig} "
165+
165166# build k8s binaries and run upstream e2e tests
166167if [[ -z " ${SKIP_UPSTREAM_E2E_TESTS:- } " ]]; then
167168 build_k8s
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ metadata:
2525spec :
2626 additionalTags :
2727 creationTimestamp : ${TIMESTAMP}
28- jobName : cluster-api-provider-azure-conformance
28+ jobName : ${JOB_NAME}
2929 location : ${AZURE_LOCATION}
3030 networkSpec :
3131 vnet :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ metadata:
2525spec :
2626 additionalTags :
2727 creationTimestamp : ${TIMESTAMP}
28- jobName : cluster-api-provider-azure-conformance
28+ jobName : ${JOB_NAME}
2929 location : ${AZURE_LOCATION}
3030 networkSpec :
3131 vnet :
Original file line number Diff line number Diff line change 1-
21apiVersion : kustomize.config.k8s.io/v1beta1
32kind : Kustomization
43namespace : default
54resources :
6- - ../conformance
5+ - ../prow
76patchesStrategicMerge :
87 - patches/ci-version.yaml
File renamed without changes.
Original file line number Diff line number Diff line change 1-
21apiVersion : kustomize.config.k8s.io/v1beta1
32kind : Kustomization
43namespace : default
54resources :
65 - ../../flavors/default
76patchesStrategicMerge :
8- - patches/conformance- tags.yaml
7+ - patches/tags.yaml
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ metadata:
44 name : ${CLUSTER_NAME}
55spec :
66 additionalTags :
7- jobName : ' cluster-api-provider-azure-conformance '
8- creationTimestamp : ${TIMESTAMP}
7+ jobName : ${JOB_NAME}
8+ creationTimestamp : ${TIMESTAMP}
You canβt perform that action at this time.
0 commit comments