File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 2222 description : ' ID to upload the website to'
2323 required : False
2424 default : " "
25- input_data_path :
26- description : ' Pattern of input files to upload from Gaya to supercomputers'
27- required : False
28- default : " "
2925
3026jobs :
3127
@@ -114,15 +110,7 @@ jobs:
114110 ./tmp/benchmark_config.json
115111 ./tmp/plots.json
116112 ./tmp/machines/
117- - name : Upload input data
118- uses : actions/upload-artifact@v4
119- if : github.event.client_payload.input_data_path != '' || github.event.inputs.input_data_path != ''
120- with :
121- name : extra-input-data
122- if-no-files-found : error
123- path : |
124- ${{github.event.client_payload.input_data_path}}
125- ${{github.event.inputs.input_data_path}}
113+
126114 benchmark :
127115 needs : factory
128116 strategy :
@@ -143,15 +131,6 @@ jobs:
143131 with :
144132 name : config-artifacts
145133 path : ./tmp/
146- - name : Set input data path
147- id : extract_input_data_base_dir
148- run : echo "input_dataset_base_dir=$(jq -r '.input_dataset_base_dir' ./tmp/machines/${{matrix.machine}}.json)" >> $GITHUB_OUTPUT
149- - name : Download input data
150- uses : actions/download-artifact@v4
151- if : github.event.client_payload.input_data_path != '' || github.event.inputs.input_data_path != ''
152- with :
153- name : extra-input-data
154- path : ${{ steps.extract_input_data_base_dir.outputs.input_dataset_base_dir }}
155134 - name : Setup machine and env
156135 run : ${{matrix.submit_command}}
157136 - name : Execute benchmarks
You can’t perform that action at this time.
0 commit comments