Skip to content

Commit eeb3f9a

Browse files
revert input data upload (bad idea) [ci skip]
1 parent 8843e01 commit eeb3f9a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ on:
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

3026
jobs:
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

0 commit comments

Comments
 (0)