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
36d46e64
Commit
36d46e64
authored
Apr 18, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export NUM_MINIONS=3 and MINION_SIZE='n1-standard-2' for experimental upgrade…
Export NUM_MINIONS=3 and MINION_SIZE='n1-standard-2' for experimental upgrade tests starting in v1.1.
parent
616af686
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+28
-0
No files found.
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
36d46e64
...
@@ -922,6 +922,13 @@
...
@@ -922,6 +922,13 @@
export JENKINS_PUBLISHED_TEST_VERSION="ci/latest-1.2"
export JENKINS_PUBLISHED_TEST_VERSION="ci/latest-1.2"
export GINKGO_PARALLEL="y"
export GINKGO_PARALLEL="y"
export E2E_OPT="--check_version_skew=false"
export E2E_OPT="--check_version_skew=false"
# In v1.1, NUM_MINIONS defaults to 2, so we have to override to 3 here. NUM_MINIONS
# was changed to NUM_NODES in v1.2, but we don't need to override for v1.2+.
export NUM_MINIONS=3
# Similarly, in v1.1, MINION_SIZE defaults to 'n1-standard-1', so we need to
# override it here (specifically for HPA tests). MINION_SIZE was changed to
# NODE_SIZE in v1.2, but we don't need to override for v1.2+.
export MINION_SIZE='n1-standard-2'
-
'
gke-1.1-1.2-upgrade-master'
:
-
'
gke-1.1-1.2-upgrade-master'
:
description
:
'
Deploys
a
cluster
at
v1.1,
upgrades
its
master
to
v1.2,
and
runs
v1.1
tests
against
it.'
description
:
'
Deploys
a
cluster
at
v1.1,
upgrades
its
master
to
v1.2,
and
runs
v1.1
tests
against
it.'
timeout
:
300
timeout
:
300
...
@@ -935,6 +942,13 @@
...
@@ -935,6 +942,13 @@
export JENKINS_USE_OLD_TESTS="true"
export JENKINS_USE_OLD_TESTS="true"
export E2E_OPT="--check_version_skew=false"
export E2E_OPT="--check_version_skew=false"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
# In v1.1, NUM_MINIONS defaults to 2, so we have to override to 3 here. NUM_MINIONS
# was changed to NUM_NODES in v1.2, but we don't need to override for v1.2+.
export NUM_MINIONS=3
# Similarly, in v1.1, MINION_SIZE defaults to 'n1-standard-1', so we need to
# override it here (specifically for HPA tests). MINION_SIZE was changed to
# NODE_SIZE in v1.2, but we don't need to override for v1.2+.
export MINION_SIZE='n1-standard-2'
-
'
gke-1.1-1.2-upgrade-cluster'
:
-
'
gke-1.1-1.2-upgrade-cluster'
:
description
:
'
Deploys
a
cluster
at
v1.1,
upgrades
the
cluster
to
v1.2,
and
runs
v1.1
tests
against
it.'
description
:
'
Deploys
a
cluster
at
v1.1,
upgrades
the
cluster
to
v1.2,
and
runs
v1.1
tests
against
it.'
timeout
:
300
timeout
:
300
...
@@ -948,6 +962,13 @@
...
@@ -948,6 +962,13 @@
export JENKINS_USE_OLD_TESTS="true"
export JENKINS_USE_OLD_TESTS="true"
export E2E_OPT="--check_version_skew=false"
export E2E_OPT="--check_version_skew=false"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
# In v1.1, NUM_MINIONS defaults to 2, so we have to override to 3 here. NUM_MINIONS
# was changed to NUM_NODES in v1.2, but we don't need to override for v1.2+.
export NUM_MINIONS=3
# Similarly, in v1.1, MINION_SIZE defaults to 'n1-standard-1', so we need to
# override it here (specifically for HPA tests). MINION_SIZE was changed to
# NODE_SIZE in v1.2, but we don't need to override for v1.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
:
300
...
@@ -959,5 +980,12 @@
...
@@ -959,5 +980,12 @@
export JENKINS_PUBLISHED_TEST_VERSION="ci/latest-1.2"
export JENKINS_PUBLISHED_TEST_VERSION="ci/latest-1.2"
export GINKGO_UPGRADE_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterUpgrade\] --upgrade-target=ci/latest-1.2"
export GINKGO_UPGRADE_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterUpgrade\] --upgrade-target=ci/latest-1.2"
export E2E_OPT="--check_version_skew=false"
export E2E_OPT="--check_version_skew=false"
# In v1.1, NUM_MINIONS defaults to 2, so we have to override to 3 here. NUM_MINIONS
# was changed to NUM_NODES in v1.2, but we don't need to override for v1.2+.
export NUM_MINIONS=3
# Similarly, in v1.1, MINION_SIZE defaults to 'n1-standard-1', so we need to
# override it here (specifically for HPA tests). MINION_SIZE was changed to
# NODE_SIZE in v1.2, but we don't need to override for v1.2+.
export MINION_SIZE='n1-standard-2'
jobs
:
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
'
kubernetes-e2e-{suffix}'
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