Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
4277baff
Commit
4277baff
authored
Feb 06, 2018
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: stage 'test_germlines' for 'feature-g' branches
See
#3036
.
parent
3d975198
Pipeline
#16241
passed with stages
in 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4277baff
...
...
@@ -12,6 +12,7 @@ stages:
-
test_quality
-
test_unit
-
deploy_review
-
test_germlines
-
test_functional
-
test_functional_external
-
test_shouldvdj
...
...
@@ -28,6 +29,18 @@ test_tools:
stage
:
test_tools
script
:
make -C tools/tests
# Germlines
test_germlines
:
stage
:
test_germlines
script
:
-
make -C germline get-all-data
-
make -C algo/tests should_germline
only
:
-
/^feature-g\/.*$/
# Algorithm
test_algo_unit
:
...
...
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