From ed1dfe99bc3aa21b565d8a1674c43b117a027d67 Mon Sep 17 00:00:00 2001 From: Eddy Zhou Date: Sat, 18 Nov 2023 12:56:10 +0900 Subject: [PATCH 1/3] testing out our runners --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e5ad063..50b03a9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: build: name: Build image and run testing suite - runs-on: self-hosted + runs-on: ubuntu-latest needs: setup env: From adb4cf363d4ed2daa3aaada538385a431f9af76c Mon Sep 17 00:00:00 2001 From: Eddy Zhou Date: Sat, 18 Nov 2023 12:59:24 +0900 Subject: [PATCH 2/3] 8-cores? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50b03a9d..8e20a385 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: build: name: Build image and run testing suite - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores needs: setup env: From 82e19ee70f8c8a35964f054efe7ef3605cfe6350 Mon Sep 17 00:00:00 2001 From: Eddy Zhou Date: Sat, 18 Nov 2023 13:02:11 +0900 Subject: [PATCH 3/3] wait, we have unlimited 2 core runner time --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e20a385..5d9cb45b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,8 @@ jobs: uses: "./.github/templates/setup" build: - name: Build image and run testing suite - runs-on: ubuntu-latest-8-cores + name: Build Image and Run Initial Testing Suite + runs-on: ubuntu-latest needs: setup env: