From da1fddb2d8d5af0a9bb252bab03b8b2dd011203d Mon Sep 17 00:00:00 2001 From: yuunlimm Date: Fri, 23 Aug 2024 13:06:27 -0700 Subject: [PATCH 1/2] use runs-on --- .github/workflows/integration-tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 301d0d32b..e63c41d22 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -9,12 +9,9 @@ on: jobs: Integration-tests: - runs-on: ubuntu-latest + runs-on: runs-on,cpu=2,image=cpu-linux-x64,run-id=${{ github.run_id }} steps: - - name: Set branch - run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV - - name: Checkout code uses: actions/checkout@v3 From 8eb8c1019a243af6503c53aece7f92e92ee1a524 Mon Sep 17 00:00:00 2001 From: Yuun Lim <38443641+yuunlimm@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:14:58 -0700 Subject: [PATCH 2/2] Update .github/workflows/integration-tests.yaml Co-authored-by: Christian Theilemann --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index e63c41d22..a1dbc834f 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -9,7 +9,7 @@ on: jobs: Integration-tests: - runs-on: runs-on,cpu=2,image=cpu-linux-x64,run-id=${{ github.run_id }} + runs-on: runs-on,runner=2cpu-linux-x64,run-id=${{ github.run_id }} steps: - name: Checkout code