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
9748d267
Commit
9748d267
authored
Jul 14, 2015
by
Tim Hockin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11290 from wojtek-t/fix_jenkins_tests
Fix Jenkins - currently all tests are running under "gce-flaky" suite instead of "gce" suite
parents
d1e92e04
635e8289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
e2e.sh
hack/jenkins/e2e.sh
+5
-2
No files found.
hack/jenkins/e2e.sh
View file @
9748d267
...
@@ -74,7 +74,11 @@ Example\
...
@@ -74,7 +74,11 @@ Example\
"
"
# The following tests are known to be flaky, and are thus run only in their own
# The following tests are known to be flaky, and are thus run only in their own
# -flaky- build variants.
# -flaky- build variants.
GCE_FLAKY_TEST_REGEX
=
""
# NOTE: if you want the flaky test suite to be empty, you CANNOT leave the
# regexp empty - this will cause running all tests in flaky suite and no tests
# in regular "gce" suite.
GCE_FLAKY_TEST_REGEX
=
"DO
\s
NOT
\s
RUN
\s
ANYTHING"
# Tests which are not able to be run in parallel.
# Tests which are not able to be run in parallel.
GCE_PARALLEL_SKIP_TEST_REGEX
=
"
\
GCE_PARALLEL_SKIP_TEST_REGEX
=
"
\
${
GCE_DEFAULT_SKIP_TEST_REGEX
}
\
${
GCE_DEFAULT_SKIP_TEST_REGEX
}
\
...
@@ -86,7 +90,6 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
...
@@ -86,7 +90,6 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|Shell.*services
\
|Shell.*services
\
"
"
# Tests which are known to be flaky when run in parallel.
# Tests which are known to be flaky when run in parallel.
# TODO: figure out why GCE_FLAKY_TEST_REGEX is not a perfect subset of this list.
GCE_PARALLEL_FLAKY_TEST_REGEX
=
"
\
GCE_PARALLEL_FLAKY_TEST_REGEX
=
"
\
Elasticsearch
\
Elasticsearch
\
|PD
\
|PD
\
...
...
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