From b1eff0ebdded8eb1c57c80bd5f243307481cd4e4 Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Mon, 26 Aug 2024 11:41:06 +0530 Subject: [PATCH 1/2] updating-runner-label --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 91a8d86e35..4c7dbc8129 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,8 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-22.04-2cpu-8ram-75ssd + runs-on: + labels: ubuntu-22.04-4cpu-16ram-150ssd steps: - name: Check out code uses: actions/checkout@v2 From 71224eefcb5b1b76d13302181e719720dbde7aac Mon Sep 17 00:00:00 2001 From: Patrick Dillon Date: Mon, 26 Aug 2024 22:02:02 -0400 Subject: [PATCH 2/2] revert to ubuntu latest --- .github/workflows/integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4c7dbc8129..d856ca7f6e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,8 +10,7 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: - labels: ubuntu-22.04-4cpu-16ram-150ssd + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2