Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
38955172
Commit
38955172
authored
Nov 04, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16805 from goltermann/subnet-jenkins
Auto commit by PR queue bot
parents
0089235b
5c4ddc44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
e2e.sh
hack/jenkins/e2e.sh
+17
-0
No files found.
hack/jenkins/e2e.sh
View file @
38955172
...
@@ -485,6 +485,23 @@ case ${JOB_NAME} in
...
@@ -485,6 +485,23 @@ case ${JOB_NAME} in
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
;;
;;
kubernetes-e2e-gke-subnet
)
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-subnet"
}
# auto-subnet manually created - if deleted, it will need to be recreated
# gcloud alpha compute networks create auto-subnet --mode auto
:
${
E2E_NETWORK
:
=
"auto-subnet"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
JENKINS_USE_SERVER_VERSION
:
=y
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-subnet"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
${
GKE_REQUIRED_SKIP_TESTS
[@]
:+
${
GKE_REQUIRED_SKIP_TESTS
[@]
}}
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
)
"
}
;;
kubernetes-e2e-gke-prod
)
kubernetes-e2e-gke-prod
)
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-prod"
}
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-prod"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment