Skip to content

Commit

Permalink
don't update latest and change name of folder for iree tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Oct 15, 2024
1 parent b79dda2 commit 49ca3de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git pull
date=$(date '+%Y-%m-%d')
date=$(date '+%Y-%m-%d')-iree-test
mkdir -p ${date}/ci_reports_onnx/${{ matrix.backend }}/vai-hf-cnn-fp32
mkdir -p ${date}/ci_reports_onnx/${{ matrix.backend }}/vai-int8-p0p1
mkdir -p ${date}/ci_reports_onnx/${{ matrix.backend }}/shark-test-suite
Expand Down Expand Up @@ -498,17 +498,17 @@ jobs:
--perf_tol_regression=0.1 \
--perf_tol_progression=0.1
az storage blob upload --account-name sharkpublic --container-name sharkpublic \
--name latest-test-suite/combined_reports_${{ matrix.backend }}.json \
--file ./e2eshark-reports/combined_reports.json \
--account-key ${AZ_PUBLIC_KEY} --overwrite
# az storage blob upload --account-name sharkpublic --container-name sharkpublic \
# --name latest-test-suite/combined_reports_${{ matrix.backend }}.json \
# --file ./e2eshark-reports/combined_reports.json \
# --account-key ${AZ_PUBLIC_KEY} --overwrite
- name: Push regression artifacts
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git pull
date=$(date '+%Y-%m-%d')
date=$(date '+%Y-%m-%d')-iree-test
cp yesterday_comparison.md ${date}/ci_reports_onnx/${{ matrix.backend }}/combined-reports/yesterday_comparison.md
cp baseline_comparison.md ${date}/ci_reports_onnx/${{ matrix.backend }}/combined-reports/baseline_comparison.md
git add $date
Expand Down

0 comments on commit 49ca3de

Please sign in to comment.