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
18f78da8
You need to sign in or sign up before continuing.
Commit
18f78da8
authored
9 months ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
feat:print_base_url_calcat_tests
parent
254b8d4b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1028
Test[Jungfrau][Correct]: Test ROI for JF1M
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
18f78da8
...
...
@@ -69,6 +69,8 @@ automated_test:
script
:
-
export LANG=C
# Hopefully detect anything relying on locale
-
python3 -m pip install ".[test]"
-
python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['base-api-url'])"
-
python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['token-url'])"
-
echo "Running automated test. This can take sometime to finish depending on the test data."
-
echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTORS=$DETECTORS, CALIBRATION=$CALIBRATION"
-
python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/d/cal_tst/reference_folder --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION
...
...
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