mirror of https://github.com/k3s-io/k3s
commit
808209de52
|
@ -632,6 +632,35 @@ case ${JOB_NAME} in
|
||||||
: ${PROJECT:="kubernetes-jenkins"}
|
: ${PROJECT:="kubernetes-jenkins"}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
# Clone of kubernetes-soak-weekly-deploy-gce. Issue #20832.
|
||||||
|
kubernetes-soak-weekly-deploy-gce-2)
|
||||||
|
: ${E2E_CLUSTER_NAME:="gce-soak-weekly-2"}
|
||||||
|
: ${E2E_DOWN:="false"}
|
||||||
|
: ${E2E_NETWORK:="gce-soak-weekly-2"}
|
||||||
|
: ${E2E_TEST:="false"}
|
||||||
|
: ${E2E_UP:="true"}
|
||||||
|
: ${KUBE_GCE_INSTANCE_PREFIX:="gce-soak-weekly-2"}
|
||||||
|
: ${PROJECT:="kubernetes-jenkins"}
|
||||||
|
;;
|
||||||
|
|
||||||
|
# Clone of kubernetes-soak-continuous-e2e-gce. Issue #20832.
|
||||||
|
kubernetes-soak-continuous-e2e-gce-2)
|
||||||
|
: ${E2E_CLUSTER_NAME:="gce-soak-weekly-2"}
|
||||||
|
: ${E2E_DOWN:="false"}
|
||||||
|
: ${E2E_NETWORK:="gce-soak-weekly-2"}
|
||||||
|
: ${E2E_UP:="false"}
|
||||||
|
# Clear out any orphaned namespaces in case previous run was interrupted.
|
||||||
|
: ${E2E_CLEAN_START:="true"}
|
||||||
|
# We should be testing the reliability of a long-running cluster. The
|
||||||
|
# [Disruptive] tests kill/restart components or nodes in the cluster,
|
||||||
|
# defeating the purpose of a soak cluster. (#15722)
|
||||||
|
#
|
||||||
|
# TODO(ihmccreery) remove [Skipped] once tests are relabeled
|
||||||
|
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[Skipped\]"}
|
||||||
|
: ${KUBE_GCE_INSTANCE_PREFIX:="gce-soak-weekly-2"}
|
||||||
|
: ${PROJECT:="kubernetes-jenkins"}
|
||||||
|
;;
|
||||||
|
|
||||||
# Sets up the GKE soak cluster weekly using the latest CI release.
|
# Sets up the GKE soak cluster weekly using the latest CI release.
|
||||||
kubernetes-soak-weekly-deploy-gke)
|
kubernetes-soak-weekly-deploy-gke)
|
||||||
: ${E2E_CLUSTER_NAME:="jenkins-gke-soak-weekly"}
|
: ${E2E_CLUSTER_NAME:="jenkins-gke-soak-weekly"}
|
||||||
|
|
|
@ -70,6 +70,10 @@
|
||||||
builds will be blocked and remain in the queue until the
|
builds will be blocked and remain in the queue until the
|
||||||
deployment is complete.<br>
|
deployment is complete.<br>
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
- 'gce-2':
|
||||||
|
deploy-description: Clone of kubernetes-soak-weekly-deploy-gce.
|
||||||
|
e2e-description: Clone of kubernetes-soak-continuous-e2e-gce.
|
||||||
|
branch: 'master'
|
||||||
- 'gce-1.1':
|
- 'gce-1.1':
|
||||||
deploy-description: |
|
deploy-description: |
|
||||||
Deploy Kubernetes to soak cluster using the latest successful
|
Deploy Kubernetes to soak cluster using the latest successful
|
||||||
|
|
Loading…
Reference in New Issue