@@ -581,6 +581,34 @@ jobs:
581581 group-key : " group-cores"
582582 project-key : " chipyard-tacit-rocket"
583583
584+ chipyard-rocket-zephyr-run-tests :
585+ name : chipyard-rocket-zephyr-run-tests
586+ needs : prepare-chipyard-cores
587+ runs-on : as4
588+ steps :
589+ - name : Delete old checkout
590+ run : |
591+ ls -alh .
592+ rm -rf ${{ github.workspace }}/* || true
593+ rm -rf ${{ github.workspace }}/.* || true
594+ ls -alh .
595+ - name : Checkout
596+ uses : actions/checkout@v4
597+ - name : Git workaround
598+ uses : ./.github/actions/git-workaround
599+ - name : Create conda env
600+ uses : ./.github/actions/create-conda-env
601+ - name : Build zephyr hello world
602+ run : |
603+ conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)
604+ .github/scripts/build-zephyr.sh
605+ - name : Run tests
606+ uses : ./.github/actions/run-tests
607+ with :
608+ group-key : " group-cores"
609+ project-key : " chipyard-zephyr"
610+
611+
584612 chipyard-cva6-run-tests :
585613 name : chipyard-cva6-run-tests
586614 needs : prepare-chipyard-cores
@@ -1280,6 +1308,7 @@ jobs:
12801308 chipyard-shuttle-run-tests,
12811309 chipyard-shuttle3-run-tests,
12821310 chipyard-tacit-rocket-run-tests,
1311+ chipyard-rocket-zephyr-run-tests,
12831312 chipyard-cva6-run-tests,
12841313 chipyard-ibex-run-tests,
12851314 chipyard-vexiiriscv-run-tests,
0 commit comments