From 4bb5ae3c0397a979751a0354a50a8546bba0155b Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:12:40 -0700 Subject: [PATCH] ci: use more cores for the extensions test (#2568) This test is running into timing issues in our CI. Signed-off-by: Ramkumar Chinchani --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e75f75f4..da350e23 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,7 +54,7 @@ jobs: - uses: ./.github/actions/teardown-localstack test-run-extensions: name: Run zot with extensions tests - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest-16-cores steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5