Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed Apr 25, 2024
1 parent 2f6c743 commit 129bbda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Public_Jax_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
source ${basekit_path}/intel/oneapi/compiler/latest/env/vars.sh
source ${basekit_path}/intel/oneapi/mkl/latest/env/vars.sh
export ZE_AFFINITY_MASK=5,6
cd ~/actions-runner/_work/workspace_openxla/intel-extension-for-openxla/intel-extension-for-openxla/jax
cd ~/actions-runner/_work/workspace_openxla/_work/workspace_openxla/jax
commit_hash=$(git rev-parse --short HEAD)
mkdir -p ./logs/ut
echo "$commit_hash" |& tee ./logs/ut/$commit_hash.txt
Expand All @@ -97,10 +97,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: JAX-CI-Data
path: ~/actions-runner/_work/workspace_openxla/intel-extension-for-openxla/intel-extension-for-openxla/jax/logs
path: ~/actions-runner/_work/workspace_openxla/_work/workspace_openxla/jax/logs
- name: Test Results Check
run: |
cd ~/actions-runner/_work/workspace_openxla/intel-extension-for-openxla/intel-extension-for-openxla/jax
cd ~/actions-runner/_work/workspace_openxla/_work/workspace_openxla/jax
#UT results check
if [ -f "./logs/ut/err.log" ]; then
echo "exist fail cases"
Expand Down

0 comments on commit 129bbda

Please sign in to comment.