From abf1c083d3980dca9f04e8cb64a8052cca2c6514 Mon Sep 17 00:00:00 2001 From: Mohamed Omar Asaker Date: Fri, 15 Nov 2024 14:51:31 +0000 Subject: [PATCH] ci/scmi-test: Use the scp tester container Instead of the dedicated container image for scmi use a generic scp tester image to run tests. Signed-off-by: Mohamed Omar Asaker --- .gitlab/templates/scmi-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/templates/scmi-test.yml b/.gitlab/templates/scmi-test.yml index e4a586bbc..783fc36d2 100644 --- a/.gitlab/templates/scmi-test.yml +++ b/.gitlab/templates/scmi-test.yml @@ -6,7 +6,7 @@ # .scmi-test: - image: ${CI_REGISTRY_IMAGE}/scmi-tester-amd64 + image: ${CI_REGISTRY_IMAGE}/scp-tester-amd64 tags: - amd64 variables: @@ -28,7 +28,7 @@ - mkdir -p artifacts/coverage_reports script: - echo "platform under test $SCP_CI_PLATFORM" - - /scmi_tester_entrypoint.sh $PROJECT_TYPE + - /scp_tester_entrypoint.sh $PROJECT_TYPE scmi - python3 /scp/tools/filter_coverage_report.py --filename artifacts/*/scmi/lcov_report/coverage.info - cp artifacts/*/scmi/lcov_report/coverage_filtered.info artifacts/coverage_reports/${SCP_CI_PLATFORM}_coverage_filtered.info artifacts: -- GitLab