File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323jobs :
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 }}
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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212jobs :
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 }}
You can’t perform that action at this time.
0 commit comments