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
c304f5ea
Commit
c304f5ea
authored
Apr 08, 2016
by
Erick Fejta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24073 from fejta/jenkslow
Increase *-slow workflow timeouts to 150 as avg runtime is 50m
parents
2fb745f0
7d2055a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+2
-2
No files found.
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
c304f5ea
...
...
@@ -71,7 +71,7 @@
export PROJECT="k8s-jkns-e2e-gce"
-
'
gce-slow'
:
description
:
'
Runs
slow
tests
on
GCE,
sequentially.'
timeout
:
60
timeout
:
150
# See #24072
job-env
:
|
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
...
...
@@ -186,7 +186,7 @@
export GINKGO_PARALLEL="y"
-
'
gke-slow'
:
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
60
timeout
:
150
# See #24072
job-env
:
|
export PROJECT="k8s-jkns-e2e-gke-slow"
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \
...
...
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