Skip to content
Snippets Groups Projects
Commit ccfe9c0f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use outer product on matrix job

parent 5339315c
No related branches found
No related tags found
1 merge request!187feat: ci single matrix job for e/pi, endcapN/barrel/endcapP
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
...@@ -12,8 +12,8 @@ single:simulate: ...@@ -12,8 +12,8 @@ single:simulate:
parallel: parallel:
matrix: matrix:
- particle: ['e-', 'pi-'] - particle: ['e-', 'pi-']
- energy: ['1GeV'] energy: ['1GeV']
- angle: ['3to45deg', '45to135deg', '135to177deg'] angle: ['3to45deg', '45to135deg', '135to177deg']
script: script:
- bash benchmarks/single/simulate.sh ${particle}_${energy}_${angle} - bash benchmarks/single/simulate.sh ${particle}_${energy}_${angle}
- bash benchmarks/single/reconstruct.sh ${particle}_${energy}_${angle} - bash benchmarks/single/reconstruct.sh ${particle}_${energy}_${angle}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment