Skip to content

Commit 8b02008

Browse files
authored
Fix TPC-H file regeneration (#2648)
The job was configured to run on servers we no longer run. Chose a general purpose AWS machine which should be relatively cheap because we don't really care about performance here.
1 parent dd86be7 commit 8b02008

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-tpch-s3.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
generate_files:
1818
name: Generate S3 TPCH files
1919
runs-on:
20-
- self-hosted
21-
- aws
20+
- runs-on=${{ github.run_id }}
21+
- family=m7i.2xlarge
22+
- image=ubuntu24-full-x64
2223
env:
2324
REMOTE_PATH: s3://vortex-bench-dev-eu/tpch-sf1/
2425
TMPDIR: /work

0 commit comments

Comments
 (0)