Skip to content

Commit

Permalink
Adding os_ver in matrix (Xilinx#8016)
Browse files Browse the repository at this point in the history
* Adding os_ver
  • Loading branch information
manikandan-xilinx authored Mar 15, 2024
1 parent 3387c4e commit 7bce4d3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/xrt_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ jobs:
matrix:
include:
- os: centos78
packageType: rpm
packageType: rpm
os_ver: centos_7.8
- os: centos8
packageType: rpm
packageType: rpm
os_ver: centos_8.1
- os: rhel9
packageType: rpm
packageType: rpm
os_ver: rhel_9.1
- os: ubuntu2004
packageType: deb
packageType: deb
os_ver: ubuntu_20.04
- os: ubuntu2204
packageType: deb
packageType: deb
os_ver: ubuntu_22.04

runs-on: [self-hosted, Ubuntu-22.04]
steps:
Expand Down Expand Up @@ -58,7 +63,8 @@ jobs:
with:
pipeline: ${{ env.PIPELINE }}
osVersion: ${{ matrix.os }}
packageType: ${{ matrix.packageType }}
packageType: ${{ matrix.packageType }}
os_ver: ${{ matrix.os_ver }}
workspace: ${{ github.workspace }}
buildNumber: ${{ env.XRT_VERSION_PATCH }}
accessToken: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 7bce4d3

Please sign in to comment.