From 31b41be9e8e63295ea4f5fff9ec5b3f8fc4b67a1 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 2 Nov 2022 14:44:19 +0200 Subject: [PATCH] [GitHub Actions] Enable large runner --- .github/workflows/common.yml | 4 ++-- scripts/deploy-gh-runners.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index aac244ce..52126ccb 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -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: diff --git a/scripts/deploy-gh-runners.sh b/scripts/deploy-gh-runners.sh index c367178e..c8904d86 100755 --- a/scripts/deploy-gh-runners.sh +++ b/scripts/deploy-gh-runners.sh @@ -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"