From a036eb85e33a04b40ab1e05618ef3736080ab23d Mon Sep 17 00:00:00 2001 From: Vaishnavi Subhedar - Xilinx <141360387+SubhedarV@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:17:01 -0800 Subject: [PATCH] not running windows build --- .github/workflows/xrt_pr.yml | 58 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/xrt_pr.yml b/.github/workflows/xrt_pr.yml index fa3cbd38677..797a4b0c7b2 100644 --- a/.github/workflows/xrt_pr.yml +++ b/.github/workflows/xrt_pr.yml @@ -117,37 +117,37 @@ jobs: appConfig2: ${{ secrets.APP_CONFIG2 }} appConfig3: ${{ secrets.APP_CONFIG3 }} - windows-build: - needs: authorize - runs-on: Windows - steps: - - name: Checkout PR - uses: actions/checkout@v4 - with: - repository: ${{ needs.setup.outputs.pr_repository }} - ref: ${{ needs.setup.outputs.pr_ref }} - fetch-depth: 0 - path: ${{ github.workspace }}/${{ github.run_number }} - submodules: recursive + # windows-build: + # needs: authorize + # runs-on: Windows + # steps: + # - name: Checkout PR + # uses: actions/checkout@v4 + # with: + # repository: ${{ needs.setup.outputs.pr_repository }} + # ref: ${{ needs.setup.outputs.pr_ref }} + # fetch-depth: 0 + # path: ${{ github.workspace }}/${{ github.run_number }} + # submodules: recursive - - name: Checkout private repository - uses: actions/checkout@v3 - with: - repository: actions-int/composite-workflows - github-server-url: ${{ secrets.SERVER_URL }} - token: ${{ secrets.ACCESS_TOKEN }} - path: composite-workflows - ref: main + # - name: Checkout private repository + # uses: actions/checkout@v3 + # with: + # repository: actions-int/composite-workflows + # github-server-url: ${{ secrets.SERVER_URL }} + # token: ${{ secrets.ACCESS_TOKEN }} + # path: composite-workflows + # ref: main - - name: XRT windows build - uses: ./composite-workflows/windows-build - with: - workspace: ${{ github.workspace }}/${{ github.run_number }}/build - buildNumber: ${{ github.run_number }} - release: ${{ env.RELEASE }} - accessToken: ${{ secrets.ACCESS_TOKEN }} - workspaceg: ${{ github.workspace }} - github-server-url: ${{ secrets.SERVER_URL }} + # - name: XRT windows build + # uses: ./composite-workflows/windows-build + # with: + # workspace: ${{ github.workspace }}/${{ github.run_number }}/build + # buildNumber: ${{ github.run_number }} + # release: ${{ env.RELEASE }} + # accessToken: ${{ secrets.ACCESS_TOKEN }} + # workspaceg: ${{ github.workspace }} + # github-server-url: ${{ secrets.SERVER_URL }} apu-package-build: needs: authorize