This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `scmi-test` job, which runs SCMI compliance suite in CI pipelines. The job is included in deployment and daily pipelines. Signed-off-by: Mohamed Omar Asaker <[email protected]> Change-Id: I7275a17b3c8420571cbc4102268d937b3c10b823
- Loading branch information
1 parent
c2206b8
commit fb0daf7
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# | ||
# Arm SCP/MCP Software | ||
# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved. | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
|
||
.scmi-test: | ||
image: ${CI_REGISTRY_IMAGE}/scmi-tester-amd64 | ||
tags: | ||
- amd64 | ||
variables: | ||
SCP_CI_PLATFORMS: "sgm776" | ||
GIT_SUBMODULE_STRATEGY: recursive | ||
GIT_DEPTH: 1 | ||
before_script: | ||
- ln -s $(pwd) /scp | ||
script: | ||
- /scmi_tester_entrypoint.sh |