Skip to content

Commit b06c376

Browse files
committed
fix(ci): temporarily remove arm64 test jobs
Signed-off-by: Luca Guerra <[email protected]>
1 parent e8ec480 commit b06c376

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

.github/workflows/ci.yml

+11-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,17 @@ jobs:
6060
# static: ${{ matrix.static != '' && true || false }}
6161
version: ${{ needs.fetch-version.outputs.version }}
6262

63-
test-dev-packages-arm64:
64-
needs: [fetch-version, build-dev-packages-arm64]
65-
uses: ./.github/workflows/reusable_test_packages.yaml
66-
strategy:
67-
fail-fast: false
68-
with:
69-
arch: aarch64
70-
static: ${{ matrix.static != '' && true || false }}
71-
version: ${{ needs.fetch-version.outputs.version }}
63+
# note: the test-dev-packages-arm64 job is temporarily disabled due to github actions runner
64+
# capacity issues
65+
# test-dev-packages-arm64:
66+
# needs: [fetch-version, build-dev-packages-arm64]
67+
# uses: ./.github/workflows/reusable_test_packages.yaml
68+
# strategy:
69+
# fail-fast: false
70+
# with:
71+
# arch: aarch64
72+
# static: ${{ matrix.static != '' && true || false }}
73+
# version: ${{ needs.fetch-version.outputs.version }}
7274

7375
build-dev-minimal:
7476
uses: ./.github/workflows/reusable_build_dev.yaml

.github/workflows/master.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ jobs:
4242
# static: ${{ matrix.static != '' && true || false }}
4343
version: ${{ needs.fetch-version.outputs.version }}
4444

45-
test-dev-packages-arm64:
46-
needs: [fetch-version, build-dev-packages-arm64]
47-
uses: ./.github/workflows/reusable_test_packages.yaml
48-
with:
49-
arch: aarch64
50-
version: ${{ needs.fetch-version.outputs.version }}
45+
# note: the test-dev-packages-arm64 job is temporarily disabled due to github actions runner
46+
# capacity issues
47+
# test-dev-packages-arm64:
48+
# needs: [fetch-version, build-dev-packages-arm64]
49+
# uses: ./.github/workflows/reusable_test_packages.yaml
50+
# with:
51+
# arch: aarch64
52+
# version: ${{ needs.fetch-version.outputs.version }}
5153

5254
publish-dev-packages:
53-
needs: [fetch-version, test-dev-packages, test-dev-packages-arm64]
55+
needs: [fetch-version, build-dev-packages-arm64]
5456
uses: ./.github/workflows/reusable_publish_packages.yaml
5557
with:
5658
bucket_suffix: '-dev'

0 commit comments

Comments
 (0)