Skip to content

Commit

Permalink
Update oneDAL organization reference for GitHub Actions (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Dec 2, 2024
1 parent a30f764 commit e634529
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get run ID of "Nightly-build" workflow
id: get-run-id
run: |
OTHER_REPO="oneapi-src/oneDAL"
OTHER_REPO="uxlfoundation/oneDAL"
WF_NAME="Nightly-build"
JQ_QUERY='map(select(.event == "workflow_dispatch" or .event == "schedule")) | .[0].databaseId'
RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId,event --status success --jq "${JQ_QUERY}"`
Expand All @@ -73,15 +73,15 @@ jobs:
with:
name: __release_lnx
github-token: ${{ github.token }}
repository: oneapi-src/oneDAL
repository: uxlfoundation/oneDAL
run-id: ${{ steps.get-run-id.outputs.run-id }}
path: ./__release_lnx
- name: Download oneDAL environment artifact
uses: actions/download-artifact@v4
with:
name: oneDAL_env
github-token: ${{ github.token }}
repository: oneapi-src/oneDAL
repository: uxlfoundation/oneDAL
run-id: ${{ steps.get-run-id.outputs.run-id }}
path: .ci/env
- name: Set Environment Variables
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
id: get-run-id
shell: bash
run: |
OTHER_REPO="oneapi-src/oneDAL"
OTHER_REPO="uxlfoundation/oneDAL"
WF_NAME="Nightly-build"
JQ_QUERY='map(select(.event == "workflow_dispatch" or .event == "schedule")) | .[0].databaseId'
RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId,event --status success --jq "${JQ_QUERY}"`
Expand All @@ -194,15 +194,15 @@ jobs:
with:
name: __release_win
github-token: ${{ github.token }}
repository: oneapi-src/oneDAL
repository: uxlfoundation/oneDAL
run-id: ${{ steps.get-run-id.outputs.run-id }}
path: ./__release_win
- name: Download Intel BaseKit artifact
uses: actions/download-artifact@v4
with:
name: intel_oneapi_basekit
github-token: ${{ github.token }}
repository: oneapi-src/oneDAL
repository: uxlfoundation/oneDAL
run-id: ${{ steps.get-run-id.outputs.run-id }}
- name: Decompress Intel BaseKit
shell: cmd
Expand All @@ -224,7 +224,7 @@ jobs:
with:
name: opencl_rt_installer
github-token: ${{ github.token }}
repository: oneapi-src/oneDAL
repository: uxlfoundation/oneDAL
run-id: ${{ steps.get-run-id.outputs.run-id }}
path: .
- name: Install Intel OpenCL CPU Runtime
Expand Down

0 comments on commit e634529

Please sign in to comment.