Skip to content

Commit b34b5da

Browse files
committed
fix: change default runner to use self hosted runners
1 parent 9c76d2f commit b34b5da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
get_tests:
2525
name: "Load Tests"
26-
runs-on: ubuntu-latest
26+
runs-on: self-hosted-ghr-size-l-x64
2727
outputs:
2828
test_configs: ${{ steps.tests.outputs.test_configs }}
2929
has_docker_tests: ${{ steps.tests.outputs.has_docker_tests }}
@@ -65,7 +65,7 @@ jobs:
6565
if ! [ -z "$override_kurtosis_config" ]; then
6666
test_configs="$(echo "$test_configs" | jq -c "(.[]).kurtosis = \"$override_kurtosis_config\"")"
6767
fi
68-
68+
6969
if ! [ -z "$override_kurtosis_branch" ]; then
7070
test_configs="$(echo "$test_configs" | jq -c "(.[]).kurtosis_branch = \"$override_kurtosis_branch\"")"
7171
fi

.github/workflows/run-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
get_tests:
1414
name: "Load Tests"
15-
runs-on: ubuntu-latest
15+
runs-on: self-hosted-ghr-size-l-x64
1616
outputs:
1717
test_configs: ${{ steps.tests.outputs.test_configs }}
1818
has_docker_tests: ${{ steps.tests.outputs.has_docker_tests }}

0 commit comments

Comments
 (0)