Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
calibration
pycalibration
Commits
796371a6
Commit
796371a6
authored
1 year ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
put back the test stage and dont allow failure
parent
07616604
No related branches found
No related tags found
1 merge request
!610
Add a pytest to run a dict of CALLAB test runs before releases
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-15
15 additions, 15 deletions
.gitlab-ci.yml
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
15
−
15
View file @
796371a6
stages
:
-
check
#
- test
-
test
-
automated_test
.before_script
:
&before_script
...
...
@@ -38,19 +38,19 @@ checks:
# Pass list of modified files to pre-commit so that it only checks them
-
echo $FILES | xargs pre-commit run --color=always --files
#
pytest:
#
stage: test
#
only: [merge_requests]
#
<<: *before_script
#
script:
#
- export LANG=C # Hopefully detect anything relying on locale
#
- python3 -m pip install ".[test]"
#
- python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate
#
# Nope... https://docs.gitlab.com/12.10/ee/user/project/merge_requests/test_coverage_visualization.html#enabling-the-feature
#
# - coverage xml
#
# artifacts:
#
# reports:
#
# cobertura: coverage.xml
pytest
:
stage
:
test
only
:
[
merge_requests
]
<<
:
*before_script
script
:
-
export LANG=C
# Hopefully detect anything relying on locale
-
python3 -m pip install ".[test]"
-
python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate
# Nope... https://docs.gitlab.com/12.10/ee/user/project/merge_requests/test_coverage_visualization.html#enabling-the-feature
# - coverage xml
# artifacts:
# reports:
# cobertura: coverage.xml
automated_test
:
variables
:
...
...
@@ -61,7 +61,7 @@ automated_test:
stage
:
automated_test
only
:
[
merge_requests
]
when
:
manual
#
allow_failure:
tru
e
allow_failure
:
fals
e
<<
:
*before_script
script
:
-
export LANG=C
# Hopefully detect anything relying on locale
...
...
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