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 matrix configuration
Browse files Browse the repository at this point in the history
Adding matrix configuration to allow testing multiple platforms
in parallel.

platforms included:
   - juno_SCMI-PERF-FCH
   - juno_SCMI-RESET
   - sgi575
   - sgm775
   - sgm776
   - rdn1e1.n1edge

Signed-off-by: Mohamed Omar Asaker <[email protected]>
Change-Id: Icd08477858ae32e4305cc9c3dda2e5ed2fefacf0
  • Loading branch information
mohamedasaker-arm committed Mar 26, 2024
1 parent fb0daf7 commit fc59b78
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitlab/templates/scmi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@
tags:
- amd64
variables:
SCP_CI_PLATFORMS: "sgm776"
GIT_SUBMODULE_STRATEGY: recursive
GIT_DEPTH: 1
parallel:
matrix:
- SCP_CI_PLATFORM:
- juno_SCMI-PERF-FCH
- juno_SCMI-RESET
- sgi575
- sgm775
- sgm776
- rdn1e1.n1edge
before_script:
- ln -s $(pwd) /scp
script:
- echo "platform under test $SCP_CI_PLATFORM"
- /scmi_tester_entrypoint.sh

0 comments on commit fc59b78

Please sign in to comment.