Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
8c9d74cf
Commit
8c9d74cf
authored
3 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
separate tests into 2 different stage names
parent
cdd4de57
No related branches found
No related tags found
No related merge requests found
Pipeline
#62563
canceled
3 years ago
Stage: test
Stage: test2
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-35
31 additions, 35 deletions
.gitlab-ci.yml
with
31 additions
and
35 deletions
.gitlab-ci.yml
+
31
−
35
View file @
8c9d74cf
...
...
@@ -4,6 +4,7 @@ image: registry-gitlab.pasteur.fr/aperrin/pipeline_annotation/testing-ubuntu
stages
:
-
build
-
test
-
test2
-
coverage
-
doc
-
deploy
...
...
@@ -63,37 +64,6 @@ build-from-test-image:
-
pip3 install -r requirements-dev.txt
-
py.test test/test_install/test_make_all-installed.py -xv
func-test-ubuntu
:
stage
:
test
except
:
-
docker
-
helpers
-
install
before_script
:
-
pip3 install --upgrade pip
-
pip3 install -r requirements-dev.txt
-
./make
script
:
# - py.test test/test_functional/test_pangenome.py -vx
# - py.test test/test_functional/test_pangenome-parser.py -vx
# - py.test test/test_functional/test_corepers* -vx
# - py.test test/test_functional/test_align-parser.py -vx
# - py.test test/test_functional/test_align.py -vx
# - py.test test/test_functional/test_tree* -vx
# - py.test test/test_functional/test_annote-parser.py -vx
# - py.test test/test_functional/test_annote.py -xv
# - py.test test/test_functional/test_all* -vx
# - py.test test/test_functional/test_prepare* -vx
-
py.test test/test_unit/test_align -vx
-
coverage report
-
mv .coverage .coverage.functional
artifacts
:
paths
:
-
.coverage.functional
-
htmlcov/index.html
expire_in
:
1 hour
unit-test-ubuntu
:
stage
:
test
except
:
...
...
@@ -125,10 +95,36 @@ unit-test-ubuntu:
-
.coverage.unit
expire_in
:
1 hour
func-test-ubuntu
:
stage
:
test2
except
:
-
docker
-
helpers
-
install
before_script
:
-
pip3 install --upgrade pip
-
pip3 install -r requirements-dev.txt
-
./make
script
:
# - py.test test/test_functional/test_pangenome.py -vx
# - py.test test/test_functional/test_pangenome-parser.py -vx
# - py.test test/test_functional/test_corepers* -vx
# - py.test test/test_functional/test_align-parser.py -vx
# - py.test test/test_functional/test_align.py -vx
# - py.test test/test_functional/test_tree* -vx
# - py.test test/test_functional/test_annote-parser.py -vx
# - py.test test/test_functional/test_annote.py -xv
# - py.test test/test_functional/test_all* -vx
# - py.test test/test_functional/test_prepare* -vx
-
py.test test/test_unit/test_align -vx
-
coverage report
-
mv .coverage .coverage.functional
artifacts
:
paths
:
-
.coverage.functional
-
htmlcov/index.html
expire_in
:
1 hour
coverage
:
stage
:
coverage
except
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment