[GitHub Actions] Enable large runner

This commit is contained in:
Corneil du Plessis
2022-11-02 14:44:19 +02:00
parent bb72f20b5d
commit 31b41be9e8
2 changed files with 3 additions and 3 deletions

View File

@@ -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"