Skip to content

Commit e4e13c9

Browse files
marco66colombojmitrevsJanFSchulte
authored
trigger GitLab CI for debugging new CI image (#1200)
* add debug info pytest ci template * test remove source bashrc command * add git config safe directory * add source setvars command * add conda init command * move conda command on top * add eval command * update sympy dependency * fix double setting of strict to false due to merge --------- Co-authored-by: Jovan Mitrevski <j.p.mitrevski@gmail.com> Co-authored-by: Jan-Frederik Schulte <jschulte@cern.ch> Co-authored-by: Jovan Mitrevski <jmitrevs@fnal.gov>
1 parent 17331a4 commit e4e13c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/pytest/ci-template.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
.pytest:
22
stage: test
3-
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.5.6.base
3+
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.6.1.base
44
tags:
55
- k8s-default
66
before_script:
7-
- source ~/.bashrc
7+
- eval "$(conda shell.bash hook)"
8+
- conda activate hls4ml-testing
9+
- source /opt/intel/oneapi/setvars.sh --force
810
- git config --global --add safe.directory /builds/fastmachinelearning/hls4ml
911
- git submodule update --init --recursive hls4ml/templates/catapult/
1012
- if [ $EXAMPLEMODEL == 1 ]; then git submodule update --init example-models; fi
11-
- conda activate hls4ml-testing
1213
- pip install .[testing,sr,optimization]
1314
script:
1415
- cd test/pytest

0 commit comments

Comments
 (0)