Skip to content

Commit 01d2ab5

Browse files
committed
[ci] Disable non-HyperDebug bitstream build in CI
This bitstream is not used by CI, only by nightlies where it will continue to be built. Signed-off-by: James Wainwright <[email protected]>
1 parent 4ff6e03 commit 01d2ab5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,6 @@ jobs:
383383
path: build-bin.tar
384384
overwrite: true
385385

386-
chip_earlgrey_cw310:
387-
name: Earl Grey for CW310
388-
needs: quick_lint
389-
uses: ./.github/workflows/bitstream.yml
390-
secrets: inherit
391-
with:
392-
top_name: earlgrey
393-
design_suffix: cw310
394-
395386
chip_earlgrey_cw310_hyperdebug:
396387
name: Earl Grey for CW310 Hyperdebug
397388
needs: quick_lint
@@ -415,7 +406,6 @@ jobs:
415406
runs-on: ubuntu-22.04
416407
if: ${{ github.event_name != 'pull_request' }}
417408
needs:
418-
- chip_earlgrey_cw310
419409
- chip_earlgrey_cw310_hyperdebug
420410
- chip_earlgrey_cw340
421411
steps:

0 commit comments

Comments
 (0)