From bc7e75e8f0042ba37d9810ec4f84dc7395f19ca5 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:54:25 -0700 Subject: [PATCH] CI/CD: Adding RELEASED mount point (#8418) * 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 --- .github/workflows/xrt_ci.yml | 5 +++-- .github/workflows/xrt_master_2021.1.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/xrt_ci.yml b/.github/workflows/xrt_ci.yml index d7ff653a116..e1f06aac192 100644 --- a/.github/workflows/xrt_ci.yml +++ b/.github/workflows/xrt_ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/xrt_master_2021.1.yml b/.github/workflows/xrt_master_2021.1.yml index c8b849d4031..62419404ce7 100644 --- a/.github/workflows/xrt_master_2021.1.yml +++ b/.github/workflows/xrt_master_2021.1.yml @@ -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 @@ -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: