mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Create a Jenkins project to run only the examples e2e tests on GCE.
This commit is contained in:
parent
9721efed91
commit
55e050e3f3
@ -124,6 +124,16 @@ case ${JOB_NAME} in
|
||||
: ${PROJECT:="k8s-jkns-e2e-gce"}
|
||||
;;
|
||||
|
||||
# Runs only the examples tests on GCE.
|
||||
kubernetes-e2e-gce-examples)
|
||||
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-examples"}
|
||||
: ${E2E_DOWN:="false"}
|
||||
: ${E2E_NETWORK:="e2e-examples"}
|
||||
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=Example"}
|
||||
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-examples"}
|
||||
: ${PROJECT:="kubernetes-jenkins"}
|
||||
;;
|
||||
|
||||
# Runs the flaky tests on GCE, sequentially.
|
||||
kubernetes-e2e-gce-flaky)
|
||||
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-flaky"}
|
||||
|
Loading…
Reference in New Issue
Block a user