Skip to content

Commit

Permalink
Merge pull request #232 from SubhedarV/master
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
SubhedarV authored Feb 14, 2024
2 parents 25b01d6 + b4b36ae commit f943bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/xrt_ci_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:


pcie-sw-emulation-tests:
needs: package-download
needs: [package-download,extract-platforms]
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
Expand Down Expand Up @@ -318,9 +318,10 @@ jobs:
USER: ${{ secrets.USER }}
NPATH: ${{ secrets.NPATH }}
github-server-url: ${{ secrets.SERVER_URL }}
board: ${{ needs.extract-platforms.outputs.board_list }}

pcie-hw-emulation-tests:
needs: package-download
needs: [package-download,extract-platforms]
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
Expand Down Expand Up @@ -354,7 +355,8 @@ jobs:
accessToken: ${{ secrets.ACCESS_TOKEN }}
USER: ${{ secrets.USER }}
NPATH: ${{ secrets.NPATH }}
github-server-url: ${{ secrets.SERVER_URL }}
github-server-url: ${{ secrets.SERVER_URL }}
board: ${{ needs.extract-platforms.outputs.board_list }}

test-summary:
runs-on: [self-hosted, Ubuntu-22.04]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
===========================================
======================================
Xilinx Runtime
==============================

Expand Down

0 comments on commit f943bd3

Please sign in to comment.