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

fix: use outer product on matrix job

parent b14203a2
No related branches found
No related tags found
No related merge requests found
...@@ -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