[CI] Remove metrics artifact mechanism from nightly NPU workflows (#35489)

This commit is contained in:
hhhh1252023
2026-09-05 17:16:52 +08:00
committed by GitHub
parent d49180019b
commit 0948e6ebed
4 changed files with 21 additions and 68 deletions
@@ -225,14 +225,6 @@ jobs:
echo "Run command: ${CMD}"
eval "${CMD}"
- name: Upload metrics
if: always()
uses: actions/upload-artifact@v4
with:
name: metrics-${{ inputs.test_config_name }}
path: /tmp/metrics.json
retention-days: 7
- name: Post process
if: always()
run: |