mirror of https://github.com/k3s-io/k3s
Merge pull request #24477 from ihmccreery/bump-timeout
Automatic merge from submit-queue Bump upgrade test timout to 10 hours @spxtr is it reasonable to expect that running the v1.2 tests in serial would take longer than ~ 5 hours (assuming the upgrade beforehand takes < 1 hour)?pull/6/head
commit
c9c2a252f6
|
@ -975,7 +975,7 @@
|
||||||
export MINION_SIZE='n1-standard-2'
|
export MINION_SIZE='n1-standard-2'
|
||||||
- 'gke-1.1-1.2-upgrade-cluster-new':
|
- 'gke-1.1-1.2-upgrade-cluster-new':
|
||||||
description: 'Deploys a cluster at v1.1, upgrades the cluster to v1.2, and runs v1.2 tests against it.'
|
description: 'Deploys a cluster at v1.1, upgrades the cluster to v1.2, and runs v1.2 tests against it.'
|
||||||
timeout: 300
|
timeout: 600
|
||||||
job-env: |
|
job-env: |
|
||||||
export PROJECT="kube-jks-gke-upg-experimental"
|
export PROJECT="kube-jks-gke-upg-experimental"
|
||||||
export E2E_NAME="gke-1-1-1-2-upg-clu-new"
|
export E2E_NAME="gke-1-1-1-2-upg-clu-new"
|
||||||
|
|
Loading…
Reference in New Issue