Retain profile service failure evidence (#7868)

ci: retain profile service failure evidence
This commit is contained in:
Chris
2026-09-14 22:01:04 +08:00
committed by GitHub
parent c08be224ce
commit 270180674b
@@ -154,6 +154,7 @@ jobs:
make -C connect-harness e2e-connected E2E_SCENARIO=profile
- name: Bind workflow and artifact provenance
if: ${{ always() && hashFiles('profile-service-job-evidence.json') != '' }}
shell: bash
env:
BUILD_RUN_ID: ${{ inputs.build_run_id }}
@@ -175,6 +176,7 @@ jobs:
mv profile-service-job-evidence.bound.json profile-service-job-evidence.json
- name: Upload acceptance evidence
if: ${{ always() && hashFiles('profile-service-job-evidence.json') != '' }}
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
with:
name: connect-profile-cpu-evidence-${{ github.run_id }}