Skip to content

Commit b44ffd5

Browse files
committed
cut down CI workloads for now
1 parent e4d8964 commit b44ffd5

1 file changed

Lines changed: 46 additions & 46 deletions

File tree

.github/workflows/14.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ on:
2727

2828
jobs:
2929
# Native compilation tests
30-
verify-linux-x86_64:
31-
uses: ./.github/workflows/verify.yml
32-
with:
33-
display_name: Linux x86_64
34-
version: ${{ inputs.version }}
35-
os: ubuntu-24.04
30+
# verify-linux-x86_64:
31+
# uses: ./.github/workflows/verify.yml
32+
# with:
33+
# display_name: Linux x86_64
34+
# version: ${{ inputs.version }}
35+
# os: ubuntu-24.04
3636

37-
verify-linux-arm:
38-
uses: ./.github/workflows/verify.yml
39-
with:
40-
display_name: Linux ARM
41-
version: ${{ inputs.version }}
42-
os: ubuntu-24.04-arm
37+
# verify-linux-arm:
38+
# uses: ./.github/workflows/verify.yml
39+
# with:
40+
# display_name: Linux ARM
41+
# version: ${{ inputs.version }}
42+
# os: ubuntu-24.04-arm
4343

4444
verify-macos-15-arm:
4545
uses: ./.github/workflows/verify.yml
@@ -48,29 +48,29 @@ jobs:
4848
version: ${{ inputs.version }}
4949
os: macos-15
5050

51-
verify-windows-x86_64:
52-
uses: ./.github/workflows/verify.yml
53-
with:
54-
display_name: Windows x86_64
55-
version: ${{ inputs.version }}
56-
os: windows-latest
51+
# verify-windows-x86_64:
52+
# uses: ./.github/workflows/verify.yml
53+
# with:
54+
# display_name: Windows x86_64
55+
# version: ${{ inputs.version }}
56+
# os: windows-latest
5757

58-
# ARM Cortex-M cross-compilation tests
59-
verify-linux-x86_64-cortex-m4f:
60-
uses: ./.github/workflows/verify.yml
61-
with:
62-
display_name: Linux x86_64 → Cortex-M4F
63-
version: ${{ inputs.version }}
64-
os: ubuntu-24.04
65-
host_profile: cortex-m4f
58+
# # ARM Cortex-M cross-compilation tests
59+
# verify-linux-x86_64-cortex-m4f:
60+
# uses: ./.github/workflows/verify.yml
61+
# with:
62+
# display_name: Linux x86_64 → Cortex-M4F
63+
# version: ${{ inputs.version }}
64+
# os: ubuntu-24.04
65+
# host_profile: cortex-m4f
6666

67-
verify-linux-arm-cortex-m4:
68-
uses: ./.github/workflows/verify.yml
69-
with:
70-
display_name: Linux ARM → Cortex-M4
71-
version: ${{ inputs.version }}
72-
os: ubuntu-24.04-arm
73-
host_profile: cortex-m4
67+
# verify-linux-arm-cortex-m4:
68+
# uses: ./.github/workflows/verify.yml
69+
# with:
70+
# display_name: Linux ARM → Cortex-M4
71+
# version: ${{ inputs.version }}
72+
# os: ubuntu-24.04-arm
73+
# host_profile: cortex-m4
7474

7575
verify-macos-14-arm-cortex-m4f:
7676
uses: ./.github/workflows/verify.yml
@@ -88,25 +88,25 @@ jobs:
8888
os: macos-15
8989
host_profile: cortex-m4f
9090

91-
verify-windows-x86_64-cortex-m33f:
92-
uses: ./.github/workflows/verify.yml
93-
with:
94-
display_name: Windows x86_64 → Cortex-M33F
95-
version: ${{ inputs.version }}
96-
os: windows-latest
97-
host_profile: cortex-m33f
91+
# verify-windows-x86_64-cortex-m33f:
92+
# uses: ./.github/workflows/verify.yml
93+
# with:
94+
# display_name: Windows x86_64 → Cortex-M33F
95+
# version: ${{ inputs.version }}
96+
# os: windows-latest
97+
# host_profile: cortex-m33f
9898

9999
upload-package:
100100
needs:
101-
- verify-linux-x86_64
102-
- verify-linux-arm
101+
# - verify-linux-x86_64
102+
# - verify-linux-arm
103103
- verify-macos-15-arm
104-
- verify-windows-x86_64
105-
- verify-linux-x86_64-cortex-m4f
106-
- verify-linux-arm-cortex-m4
104+
# - verify-windows-x86_64
105+
# - verify-linux-x86_64-cortex-m4f
106+
# - verify-linux-arm-cortex-m4
107107
- verify-macos-14-arm-cortex-m4f
108108
- verify-macos-15-arm-cortex-m4f
109-
- verify-windows-x86_64-cortex-m33f
109+
# - verify-windows-x86_64-cortex-m33f
110110
if: ${{ startsWith(github.ref, 'refs/tags/') && inputs.upload == true }}
111111
uses: ./.github/workflows/upload.yml
112112
secrets: inherit

0 commit comments

Comments
 (0)