Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
4277baff
Commit
4277baff
authored
Feb 06, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.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
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
No files found.
.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