From 6ee67dd55a6a68d09f9e4bcc3b7232e7c5f78900 Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 14 Jun 2024 13:44:30 -0700 Subject: [PATCH 1/6] add arm64 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcfdd71a0b..d1ee7c2a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: os: windows-latest - rust: stable os: macos-latest + - rust: stable + os: otel-linux-arm64 runs-on: ${{ matrix.os }} steps: - name: Free disk space From 5ba96fe4b0acedc1a4c2039175691a5d3abd39c5 Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 14 Jun 2024 15:42:57 -0700 Subject: [PATCH 2/6] add more arm runners to compare --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1ee7c2a2a..411906ddeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,10 @@ jobs: os: macos-latest - rust: stable os: otel-linux-arm64 + - rust: stable + os: otel-linux-arm64-8-cores + - rust stable + os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: - name: Free disk space From 2aa6f985d88f3e158cc7b7e796000e12c4cfdd0b Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 14 Jun 2024 15:47:02 -0700 Subject: [PATCH 3/6] add more arm runners to compare --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 411906ddeb..d6ae1edcd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: os: otel-linux-arm64 - rust: stable os: otel-linux-arm64-8-cores - - rust stable + - rust: stable os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: From 6d821e2a8157e8776067228ffc2636e1a0b16689 Mon Sep 17 00:00:00 2001 From: Lalit Date: Mon, 17 Jun 2024 16:54:33 -0700 Subject: [PATCH 4/6] remove actuated build --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ae1edcd4..9092807600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,7 @@ jobs: - rust: stable os: macos-latest - rust: stable - os: otel-linux-arm64 - - rust: stable - os: otel-linux-arm64-8-cores - - rust: stable - os: actuated-arm64-4cpu-16gb + os: otel-linux-arm64 // 4 cores, 16 GB RAM runs-on: ${{ matrix.os }} steps: - name: Free disk space From 1eb8edb9567c9ddf9e1faa24b7356f81dac99d95 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Tue, 18 Jun 2024 13:34:43 -0700 Subject: [PATCH 5/6] use actuated runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9092807600..5d5906bbc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - rust: stable os: macos-latest - rust: stable - os: otel-linux-arm64 // 4 cores, 16 GB RAM + os: arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: - name: Free disk space From 687263b26037f310dd1e11b869bf35ea1c5c3c80 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Tue, 18 Jun 2024 13:39:18 -0700 Subject: [PATCH 6/6] typo in runner name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d5906bbc8..f7002f0c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - rust: stable os: macos-latest - rust: stable - os: arm64-4cpu-16gb + os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: - name: Free disk space