Skip to content

Commit

Permalink
Update results dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyabiradar07 committed Jan 23, 2025
1 parent 464a653 commit 90cd01b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ jobs:
if: always()
run: |
echo "Capturing ffdc logs"
./scripts/ffdc.sh -m crc -d ${GITHUB_WORKSPACE}/kruize_build_crc_lm_test_results
./scripts/ffdc.sh -m crc -d ${GITHUB_WORKSPACE}/kruize_test_results
- name: Archive results
if: always()
run: |
cd ${GITHUB_WORKSPACE}
tar cvf kruize_build_crc_lm_test_results.tar kruize_build_crc_lm_test_results
tar cvf kruize_build_crc_lm_test_results.tar kruize_test_results
- name: Upload results
if: always()
Expand Down Expand Up @@ -222,13 +222,13 @@ jobs:
- name: Capture ffdc logs
if: always()
run: |
./scripts/ffdc.sh -m crc -d ${GITHUB_WORKSPACE}/kruize_local_monitoring_test_results
./scripts/ffdc.sh -m crc -d ${GITHUB_WORKSPACE}/kruize_test_results
- name: Archive results
if: always()
run: |
cd ${GITHUB_WORKSPACE}
tar cvf kruize_local_monitoring_test_results.tar kruize_local_monitoring_test_results
tar cvf kruize_local_monitoring_test_results.tar kruize_test_results
- name: Upload results
if: always()
Expand Down

0 comments on commit 90cd01b

Please sign in to comment.