Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d1c6b7

Browse files
committedOct 31, 2024·
fix(ci): temporarily remove arm64 test jobs
Signed-off-by: Luca Guerra <[email protected]>
1 parent e8ec480 commit 0d1c6b7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed
 

‎.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ 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+
# 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 }}
7272

7373
build-dev-minimal:
7474
uses: ./.github/workflows/reusable_build_dev.yaml

‎.github/workflows/master.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ 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+
# 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 }}
5151

5252
publish-dev-packages:
53-
needs: [fetch-version, test-dev-packages, test-dev-packages-arm64]
53+
needs: [fetch-version, build-dev-packages-arm64]
5454
uses: ./.github/workflows/reusable_publish_packages.yaml
5555
with:
5656
bucket_suffix: '-dev'

0 commit comments

Comments
 (0)
Please sign in to comment.