From 6437dba1ac9f545044056d4f0aab245370d1389a Mon Sep 17 00:00:00 2001 From: msubrama Date: Wed, 13 Dec 2023 09:32:50 -0800 Subject: [PATCH 1/2] testing analyze action test failure --- .github/workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 88522678ac5..d3374953d1f 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -1 +1 @@ -## WIP - This directory contains all the Github Action Workflows..... +## WIP - This directory contains all the Github Action Workflows...... From 73cd74d6ca1610cd7a7e0d9429c85666b13b80fb Mon Sep 17 00:00:00 2001 From: msubrama Date: Wed, 13 Dec 2023 14:41:54 -0800 Subject: [PATCH 2/2] testing the syntax issue for analyze --- .github/workflows/xrt_ci.yml | 88 ++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/xrt_ci.yml b/.github/workflows/xrt_ci.yml index def1d85b69d..1729c591d71 100644 --- a/.github/workflows/xrt_ci.yml +++ b/.github/workflows/xrt_ci.yml @@ -20,14 +20,14 @@ jobs: include: - os: centos78 packageType: rpm - - os: centos8 - packageType: rpm - - os: rhel9 - packageType: rpm - - os: ubuntu2004 - packageType: deb - - os: ubuntu2204 - packageType: deb + # - os: centos8 + # packageType: rpm + # - os: rhel9 + # packageType: rpm + # - os: ubuntu2004 + # packageType: deb + # - os: ubuntu2204 + # packageType: deb runs-on: [self-hosted, Ubuntu-22.04] steps: @@ -102,45 +102,45 @@ jobs: workspaceg: ${{ github.workspace }} github-server-url: ${{ secrets.SERVER_URL }} - apu-package-build: - runs-on: apu - # runs-on: Ubuntu-20.04 - steps: - - name: Set env variables - run: | - echo "Setting environment variables..." - echo "XRT_VERSION_PATCH=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV - echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV + # apu-package-build: + # runs-on: apu + # # runs-on: Ubuntu-20.04 + # steps: + # - name: Set env variables + # run: | + # echo "Setting environment variables..." + # echo "XRT_VERSION_PATCH=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV + # echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV - - name: Checkout PR - uses: actions/checkout@v3 - with: - repository: "${{ github.event.pull_request.head.repo.full_name }}" - ref: "${{ github.event.pull_request.head.ref }}" - fetch-depth: 0 - github-server-url: "https://github.com" - token: ${{ secrets.CI_CLOUD_TOKEN}} - path: ${{ github.workspace }}/${{ github.run_number }} - submodules: recursive + # - name: Checkout PR + # uses: actions/checkout@v3 + # with: + # repository: "${{ github.event.pull_request.head.repo.full_name }}" + # ref: "${{ github.event.pull_request.head.ref }}" + # fetch-depth: 0 + # github-server-url: "https://github.com" + # token: ${{ secrets.CI_CLOUD_TOKEN}} + # path: ${{ github.workspace }}/${{ github.run_number }} + # submodules: recursive - - name: Checkout private repository - uses: actions/checkout@v3 - with: - repository: actions-int/composite-workflows - token: ${{ secrets.ACCESS_TOKEN }} - github-server-url: ${{ secrets.SERVER_URL }} - path: composite-workflows + # - name: Checkout private repository + # uses: actions/checkout@v3 + # with: + # repository: actions-int/composite-workflows + # token: ${{ secrets.ACCESS_TOKEN }} + # github-server-url: ${{ secrets.SERVER_URL }} + # path: composite-workflows - - name: Apu package build for XRT - uses: ./composite-workflows/apu-package - with: - pipeline: ${{ env.PIPELINE }} - workspace: ${{ github.workspace }} - buildNumber: ${{ github.run_number }} - apuPackage: 'True' - release: ${{ env.RELEASE }} - accessToken: ${{ secrets.ACCESS_TOKEN }} - github-server-url: ${{ secrets.SERVER_URL }} + # - name: Apu package build for XRT + # uses: ./composite-workflows/apu-package + # with: + # pipeline: ${{ env.PIPELINE }} + # workspace: ${{ github.workspace }} + # buildNumber: ${{ github.run_number }} + # apuPackage: 'True' + # release: ${{ env.RELEASE }} + # accessToken: ${{ secrets.ACCESS_TOKEN }} + # github-server-url: ${{ secrets.SERVER_URL }} package-download: needs: build