Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit efed818

Browse files
authored
add terraform variable for network provider (#973)
1 parent c446406 commit efed818

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hack/jenkins/jobs/bootkube_e2e.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ network_providers.each { np ->
1616
pipelineJob(job_name) {
1717
parameters {
1818
stringParam('sha1', 'origin/master', 'git reference to build')
19+
stringParam('NETWORK_PROVIDER', "${np}", 'network provider')
1920
}
2021
definition {
2122
triggers {

hack/jenkins/pipelines/bootkube-e2e/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pipeline {
3030
KUBECONFIG = "${WORKSPACE}/src/github.com/kubernetes-incubator/bootkube/hack/quickstart/cluster/auth/kubeconfig"
3131
IDENT = "${WORKSPACE}/src/github.com/kubernetes-incubator/bootkube/hack/quickstart/cluster/auth/id_rsa"
3232
BOOTKUBE_OPTS = "--strict"
33+
TF_VAR_network_provider = "${NETWORK_PROVIDER}"
3334

3435
AWS_CRED = credentials('aws')
3536
ACCESS_KEY_ID = "${AWS_CRED_USR}"

0 commit comments

Comments
 (0)