Skip to content

Commit 2bd5a42

Browse files
committed
fix syntax error
1 parent 721855f commit 2bd5a42

File tree

2 files changed

+4
-75
lines changed

2 files changed

+4
-75
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ env:
1010
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111
gh_issue_repo: duckdblabs/db-benchmark
1212

13-
14-
jobs:
15-
# TODO add AWS ACCESS KEYS and such
13+
# TODO add AWS ACCESS KEYS and such
1614
# start-aws-machine:
1715
# name: Start aws-small-machine
1816
# runs-on: ubuntu-latest
@@ -34,14 +32,15 @@ jobs:
3432
# run: |
3533
# gh issue create --repo ${{ env.gh_issue_repo }} --title "Weekly Regression Test Failure" --body "AWS box with instance-id ${{ env.instance_id }} could not be started"
3634

35+
jobs:
3736
run-benchmark:
3837
name: Regression Tests all solutions
39-
runs-on: aws-small-machine
38+
runs-on: self-hosted
4039
env:
4140
CC: gcc-10
4241
CXX: g++-10
4342
GEN: ninja
44-
43+
steps:
4544
- uses: actions/checkout@v3
4645
with:
4746
fetch-depth: 0

.github/workflows/trigger_benchmark_run.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)