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
d90ae78a
Unverified
Commit
d90ae78a
authored
Dec 11, 2018
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide option to split godeps tests from main verify job
parent
67bc6d20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
verify.sh
hack/make-rules/verify.sh
+16
-0
No files found.
hack/make-rules/verify.sh
View file @
d90ae78a
...
@@ -30,8 +30,24 @@ EXCLUDED_PATTERNS=(
...
@@ -30,8 +30,24 @@ EXCLUDED_PATTERNS=(
"verify-linkcheck.sh"
# runs in separate Jenkins job once per day due to high network usage
"verify-linkcheck.sh"
# runs in separate Jenkins job once per day due to high network usage
"verify-test-owners.sh"
# TODO(rmmh): figure out how to avoid endless conflicts
"verify-test-owners.sh"
# TODO(rmmh): figure out how to avoid endless conflicts
"verify-*-dockerized.sh"
# Don't run any scripts that intended to be run dockerized
"verify-*-dockerized.sh"
# Don't run any scripts that intended to be run dockerized
)
# Exclude typecheck in certain cases, if they're running in a separate job.
if
[[
${
EXCLUDE_TYPECHECK
:-}
=
~ ^[yY]
$
]]
;
then
EXCLUDED_PATTERNS+
=(
"verify-typecheck.sh"
# runs in separate typecheck job
"verify-typecheck.sh"
# runs in separate typecheck job
)
)
fi
# Exclude godep checks in certain cases, if they're running in a separate job.
if
[[
${
EXCLUDE_GODEP
:-}
=
~ ^[yY]
$
]]
;
then
EXCLUDED_PATTERNS+
=(
"verify-godeps.sh"
# runs in separate godeps job
"verify-staging-godeps.sh"
# runs in separate godeps job
"verify-godep-licenses.sh"
# runs in separate godeps job
)
fi
# Only run whitelisted fast checks in quick mode.
# Only run whitelisted fast checks in quick mode.
# These run in <10s each on enisoc's workstation, assuming that
# These run in <10s each on enisoc's workstation, assuming that
...
...
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