Skip to content

Commit

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

* re-arranging the orders

* updating the patch number

* Adding RELEASED mount points to source vitis path

---------

Co-authored-by: msubram <manikandan.subramaniam@amd.com>
  • Loading branch information
manikandan-xilinx and msubram authored Sep 16, 2024
1 parent 8a9e5f5 commit bc7e75e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
github-server-url: ${{ secrets.SERVER_URL }}
token: ${{ secrets.ACCESS_TOKEN }}
path: composite-workflows
ref: main
ref: '2021.1'

- name: XRT build
uses: ./composite-workflows/build
Expand All @@ -90,7 +90,8 @@ jobs:
appConfig: ${{ secrets.APP_CONFIG }}
appConfig1: ${{ secrets.APP_CONFIG1 }}
appConfig2: ${{ secrets.APP_CONFIG2 }}
appConfig3: ${{ secrets.APP_CONFIG3 }}
appConfig3: ${{ secrets.APP_CONFIG3 }}
released: ${{ secrets.RELEASED }}

# Disabling windows for 2021.branch as per request

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/xrt_master_2021.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
github-server-url: ${{ secrets.SERVER_URL }}
token: ${{ secrets.ACCESS_TOKEN }}
path: composite-workflows
ref: main
ref: '2021.1'

- name: XRT build
uses: ./composite-workflows/build
Expand All @@ -80,6 +80,7 @@ jobs:
appConfig1: ${{ secrets.APP_CONFIG1 }}
appConfig2: ${{ secrets.APP_CONFIG2 }}
appConfig3: ${{ secrets.APP_CONFIG3 }}
released: ${{ secrets.RELEASED }}

# Disabling windows for 2021.branch as per request
# windows-build:
Expand Down

0 comments on commit bc7e75e

Please sign in to comment.