Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-hwc
Commits
230fcfeb
Commit
230fcfeb
authored
Oct 26, 2021
by
Agata Malgorzata Chadaj
Browse files
update setup scripts
parent
ea4553d0
Pipeline
#3167302
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/env_setup.sh
View file @
230fcfeb
...
...
@@ -15,6 +15,7 @@ export NXCALS_JARS=$(ls $LCG_VIEW/nxcals/nxcals_java/* | xargs | sed -e 's/ /:/g
export
PYTHONPATH
=
/tmp/:
$PYTHONPATH
pip
install
-t
/tmp/ papermill
pip
install
-t
/tmp/ ./papermill_nxcals/
pip
install
-t
/tmp/
-r
./papermill_nxcals/requirements.txt
git clone
--single-branch
--branch
"
${
API_BRANCH
:-
dev
}
"
https://:@gitlab.cern.ch:8443/LHCData/lhc-sm-api.git
git clone
--single-branch
--branch
"
${
NB_BRANCH
:-
dev
}
"
https://:@gitlab.cern.ch:8443/LHCData/lhc-sm-notebook.git
...
...
CI/run_notebooks.sh
View file @
230fcfeb
...
...
@@ -16,4 +16,4 @@ xrdcp root://eosuser.cern.ch//eos/project/l/lhcsm/hwc/HWC_Summary.csv /eos/proje
mkdir
./results
### run notebooks
python
-m
pytest
test
-n
=
4
--junitxml
=
report.xml
\ No newline at end of file
python3
-m
pytest
test
-n
=
4
--junitxml
=
report.xml
\ No newline at end of file
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