Skip to content

Commit

Permalink
build.yml: Added jobs to speed up CI checks.
Browse files Browse the repository at this point in the history
Divided jobs risc-v and xtensa to finish workflow under 2 hours.
  • Loading branch information
simbit18 authored and xiaoxiang781216 committed Jul 30, 2024
1 parent 1a7da54 commit 3d8536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

strategy:
matrix:
boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v, sim-01, sim-02, xtensa]
boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v-01, risc-v-02, sim-01, sim-02, xtensa-01, xtensa-02]

steps:
- name: Download Source Artifact
Expand Down

0 comments on commit 3d8536f

Please sign in to comment.