mirror of https://github.com/k3s-io/k3s
commit
f1c7bd0307
|
@ -329,14 +329,14 @@
|
||||||
suffix:
|
suffix:
|
||||||
- 'gke-test':
|
- 'gke-test':
|
||||||
description: 'Run E2E tests on GKE test endpoint.'
|
description: 'Run E2E tests on GKE test endpoint.'
|
||||||
timeout: 300
|
timeout: 480
|
||||||
job-env: |
|
job-env: |
|
||||||
export PROJECT="k8s-jkns-e2e-gke-test"
|
export PROJECT="k8s-jkns-e2e-gke-test"
|
||||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
|
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
|
||||||
export JENKINS_USE_SERVER_VERSION="y"
|
export JENKINS_USE_SERVER_VERSION="y"
|
||||||
- 'gke-subnet':
|
- 'gke-subnet':
|
||||||
description: 'Run E2E tests on GKE test endpoint in a subnet.'
|
description: 'Run E2E tests on GKE test endpoint in a subnet.'
|
||||||
timeout: 300
|
timeout: 480
|
||||||
job-env: |
|
job-env: |
|
||||||
# auto-subnet manually created - if deleted, it will need to be recreated
|
# auto-subnet manually created - if deleted, it will need to be recreated
|
||||||
# gcloud alpha compute networks create auto-subnet --mode auto
|
# gcloud alpha compute networks create auto-subnet --mode auto
|
||||||
|
@ -346,7 +346,7 @@
|
||||||
export JENKINS_USE_SERVER_VERSION="y"
|
export JENKINS_USE_SERVER_VERSION="y"
|
||||||
- 'gke-staging':
|
- 'gke-staging':
|
||||||
description: 'Run E2E tests on GKE staging endpoint.'
|
description: 'Run E2E tests on GKE staging endpoint.'
|
||||||
timeout: 300
|
timeout: 480
|
||||||
job-env: |
|
job-env: |
|
||||||
export PROJECT="k8s-jkns-e2e-gke-staging"
|
export PROJECT="k8s-jkns-e2e-gke-staging"
|
||||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
|
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
|
||||||
|
|
Loading…
Reference in New Issue