Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
ci/scmi: add artifacts
Browse files Browse the repository at this point in the history
Always add artifacts to the job.
use the report in junit format.
note: path is relative to the repo.

Signed-off-by: Mohamed Omar Asaker <[email protected]>
Change-Id: I5ef8a7e0e85d416a7fe0bacc0a6042a7c2ab2c5f
  • Loading branch information
mohamedasaker-arm committed Mar 26, 2024
1 parent fc59b78 commit 56d1eef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab/templates/scmi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@
script:
- echo "platform under test $SCP_CI_PLATFORM"
- /scmi_tester_entrypoint.sh
artifacts:
when: always
expire_in: 2 days
paths:
- artifacts/*/scmi/ap.txt
- artifacts/*/scmi/scp.txt
- artifacts/*/scmi/log.txt
- artifacts/*/scmi/report.txt
- artifacts/*/scmi/report.xml
reports:
junit: artifacts/*/scmi/report.xml

0 comments on commit 56d1eef

Please sign in to comment.