@@ -171,50 +171,50 @@ jobs:
171171# path: |
172172# **/results*.gz
173173# **/plot_*.svg
174- #
175- # # Vivado
176- # Vivado:
177- # needs: Matrix
178- #
179- # strategy:
180- # fail-fast: false
181- # matrix:
182- # include: ${{ fromJson(needs.Matrix.outputs.matrix_vivado) }}
183- #
184- # env:
185- # GHA_EXTERNAL_DISK: "tools"
186- #
187- # container: ubuntu:focal
188- #
189- # runs-on: [self-hosted, Linux, X64]
190- #
191- # steps:
192- #
193- # - uses: actions/checkout@v3
194- # with:
195- # submodules: recursive
196- #
197- # - name: Install
198- # run: ./.github/workflows/scripts/install.sh -v -t ${{ matrix.toolchain }} -b ${{ matrix.board }}
199- #
200- # - name: Run Test
201- # run: >
202- # source env.sh &&
203- # python3 exhaust.py
204- # --project ${{ matrix.project }}
205- # --toolchain ${{ matrix.toolchain }}
206- # --board ${{ matrix.board }}
207- # --build_type ${{ matrix.project }}-${{ matrix.toolchain }}-${{ matrix.board }}
208- # --fail
209- # --timeout ${{ env.timeout }}
210- #
211- # - uses: actions/upload-artifact@v3
212- # if: ${{ always() }}
213- # with:
214- # path: |
215- # **/results*.gz
216- # **/plot_*.svg
217- #
174+
175+ # Vivado
176+ Vivado :
177+ needs : Matrix
178+
179+ strategy :
180+ fail-fast : false
181+ matrix :
182+ include : ${{ fromJson(needs.Matrix.outputs.matrix_vivado) }}
183+
184+ env :
185+ GHA_EXTERNAL_DISK : " tools"
186+
187+ container : ubuntu:focal
188+
189+ runs-on : [self-hosted, Linux, X64]
190+
191+ steps :
192+
193+ - uses : actions/checkout@v3
194+ with :
195+ submodules : recursive
196+
197+ - name : Install
198+ run : ./.github/workflows/scripts/install.sh -v -t ${{ matrix.toolchain }} -b ${{ matrix.board }}
199+
200+ - name : Run Test
201+ run : >
202+ source env.sh &&
203+ python3 exhaust.py
204+ --project ${{ matrix.project }}
205+ --toolchain ${{ matrix.toolchain }}
206+ --board ${{ matrix.board }}
207+ --build_type ${{ matrix.project }}-${{ matrix.toolchain }}-${{ matrix.board }}
208+ --fail
209+ --timeout ${{ env.timeout }}
210+
211+ - uses : actions/upload-artifact@v3
212+ if : ${{ always() }}
213+ with :
214+ path : |
215+ **/results*.gz
216+ **/plot_*.svg
217+
218218# YosysVivado:
219219# needs: Matrix
220220#
0 commit comments