[GitHub Actions] Enable large runner
This commit is contained in:
4
.github/workflows/common.yml
vendored
4
.github/workflows/common.yml
vendored
@@ -154,8 +154,8 @@ jobs:
|
||||
GH_ARC_PRIVATE_KEY: ${{ secrets.GH_ARC_PRIVATE_KEY }}
|
||||
GH_ARC_PAT: ${{ secrets.GH_ARC_PAT }}
|
||||
core:
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: 'stream-ci-large'
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: 'stream-ci-large'
|
||||
needs:
|
||||
- parameters
|
||||
steps:
|
||||
|
||||
@@ -102,7 +102,7 @@ else
|
||||
$SCDIR/wait-deployment.sh $SVC $NS
|
||||
fi
|
||||
echo "Creating runners"
|
||||
#kubectl apply -f "$SCDIR/k8s/runners-stream-ci-large.yaml"
|
||||
kubectl apply -f "$SCDIR/k8s/runners-stream-ci-large.yaml"
|
||||
SCALING=$($SCDIR/determine-default.sh stream-apps-gh-runners "runner_scaling")
|
||||
if [ "$SCALING" == "" ] || [ "$SCALING" == "null" ]; then
|
||||
echo "Cannot determine runner_scaling"
|
||||
|
||||
Reference in New Issue
Block a user