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
91609354
Commit
91609354
authored
Oct 25, 2021
by
Agata Malgorzata Chadaj
Browse files
Update setup scripts
parent
03456c3a
Pipeline
#3163788
failed with stage
in 1 minute and 38 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CI/Dockerfile
View file @
91609354
...
...
@@ -2,4 +2,6 @@ FROM gitlab-registry.cern.ch/db/swan-spark-notebooks:latest
RUN
yum
install
fuse-sshfs
-y
RUN
yum
install
krb5-workstation
-y
RUN
yum
-y
install
libjpeg-turbo
CMD
echo 'Container started!'
\ No newline at end of file
CI/env_setup.sh
View file @
91609354
...
...
@@ -16,8 +16,6 @@ export PYTHONPATH=/tmp/:$PYTHONPATH
pip
install
-t
/tmp/ papermill
pip
install
-t
/tmp/ ./papermill_nxcals/
yum
-y
install
libjpeg-turbo
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
pip
install
-t
/tmp/
-r
./lhc-sm-api/swan-nxcals-spark3-requirements.txt
...
...
CI/setup.sh
View file @
91609354
...
...
@@ -3,6 +3,8 @@
export
API_BRANCH
=
"
$7
"
export
NB_BRANCH
=
"
$8
"
yum
-y
install
libjpeg-turbo
source
./CI/env_setup.sh
### copy HWC_Summary.csv
...
...
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