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
c5cc0c34
Commit
c5cc0c34
authored
Apr 15, 2016
by
Mike Danese
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24277 from ihmccreery/upgrade-timeout
Use a sane timeout for experimental upgrade jobs, and skip v1.1 tests
parents
066e4937
5e1a2685
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
global.yaml
hack/jenkins/job-configs/global.yaml
+4
-0
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+6
-4
No files found.
hack/jenkins/job-configs/global.yaml
View file @
c5cc0c34
...
...
@@ -140,7 +140,11 @@
runner
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh")
dockerized-runner
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/dockerized-e2e-runner.sh")
old-runner-1-1
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.1/hack/jenkins/e2e.sh")
# XXX This is a hack to run only the tests we care about, without importing all of the skip list vars from the v1.1 e2e.sh.
default-skip-list-1-1
:
Autoscaling\sSuite|resource\susage\stracking|Nodes|Etcd\sFailure|MasterCerts|experimental\sresource\susage\stracking|ServiceLoadBalancer|Shell|Daemon\sset|Deployment|Skipped|Restart\sshould\srestart\sall\snodes|Example|Reboot|ServiceLoadBalancer|DaemonRestart\sController\sManager|Daemon\sset\sshould\srun\sand\sstop\scomplex\sdaemon|Resource\susage\sof\ssystem\scontainers|allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster
old-runner-1-0
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.0/hack/jenkins/e2e.sh")
# XXX This is a hack to run only the tests we care about, without importing all of the skip list vars from the v1.0 e2e.sh.
default-skip-list-1-0
:
Skipped|Restart\sshould\srestart\sall\snodes|Example|Reboot|ServiceLoadBalancer|DaemonRestart\sController\sManager|Daemon\sset\sshould\srun\sand\sstop\scomplex\sdaemon|Resource\susage\sof\ssystem\scontainers|allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster
provider-env
:
'
'
gce-provider-env
:
|
export KUBERNETES_PROVIDER="gce"
...
...
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
c5cc0c34
...
...
@@ -908,7 +908,7 @@
suffix
:
-
'
gke-1.1-1.2-kubectl-skew'
:
description
:
'
Deploys
a
cluster
at
v1.1
and
runs
the
v1.2
Kubectl
tests.'
timeout
:
3
0
timeout
:
12
0
job-env
:
|
export PROJECT="kube-jks-gke-upg-experimental"
export E2E_NAME="gke-1-1-1-2-ctl-skew"
...
...
@@ -919,7 +919,7 @@
export E2E_OPT="--check_version_skew=false"
-
'
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.'
timeout
:
30
timeout
:
30
0
job-env
:
|
export PROJECT="kube-jks-gke-upg-experimental"
export E2E_NAME="gke-1-1-1-2-upg-mas"
...
...
@@ -929,9 +929,10 @@
export GINKGO_UPGRADE_TEST_ARGS="--ginkgo.focus=\[Feature:MasterUpgrade\] --upgrade-target=ci/latest-1.2"
export JENKINS_USE_OLD_TESTS="true"
export E2E_OPT="--check_version_skew=false"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
-
'
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.'
timeout
:
30
timeout
:
30
0
job-env
:
|
export PROJECT="kube-jks-gke-upg-experimental"
export E2E_NAME="gke-1-1-1-2-upg-clu"
...
...
@@ -941,9 +942,10 @@
export GINKGO_UPGRADE_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterUpgrade\] --upgrade-target=ci/latest-1.2"
export JENKINS_USE_OLD_TESTS="true"
export E2E_OPT="--check_version_skew=false"
export GINKGO_TEST_ARGS="--ginkgo.skip={default-skip-list-1-1}"
-
'
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.'
timeout
:
30
timeout
:
30
0
job-env
:
|
export PROJECT="kube-jks-gke-upg-experimental"
export E2E_NAME="gke-1-1-1-2-upg-clu-new"
...
...
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