Skip to content

Commit

Permalink
CI/CD: Running ubuntu 1804 and amazonlinux for 2021.1 branch (#8399)
Browse files Browse the repository at this point in the history
* running ubuntu 1804 and amazonlinux for 2021.1 branch

* re-arranging the orders

---------

Co-authored-by: msubram <[email protected]>
  • Loading branch information
manikandan-xilinx and msubram authored Sep 6, 2024
1 parent defe949 commit 6c7a8bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
- os: ubuntu2004
packageType: deb
- os: ubuntu2204
packageType: deb
packageType: deb
- os: amazonlinux-20202011111
packageType: rpm
- os: ubuntu1804
packageType: deb

runs-on: [self-hosted, Ubuntu-22.04]
steps:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/xrt_master_2021.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
os_ver: ubuntu_20.04
- os: ubuntu2204
packageType: deb
os_ver: ubuntu_22.04
os_ver: ubuntu_22.04
- os: amazonlinux-20202011111
packageType: rpm
os_ver: amazonlinux20202011111
- os: ubuntu1804
packageType: deb
os_ver: ubuntu_18.04

runs-on: [self-hosted, Ubuntu-22.04]
steps:
Expand Down

0 comments on commit 6c7a8bc

Please sign in to comment.