From 6f9a9ae1c9c2aa7c4d0912798f7d9618d0f1bf12 Mon Sep 17 00:00:00 2001 From: Leandro Belli Date: Wed, 8 Jan 2025 21:18:30 +0000 Subject: [PATCH] ci/coverity: remove Coverity template job Following the commit fc76620a4d96b1afaf5bc4c1485ba0538e9c08ba Coverity template job is completely removed from codebase. Signed-off-by: Leandro Belli --- .gitlab/templates/coverity-test.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitlab/templates/coverity-test.yml diff --git a/.gitlab/templates/coverity-test.yml b/.gitlab/templates/coverity-test.yml deleted file mode 100644 index 997ddf680..000000000 --- a/.gitlab/templates/coverity-test.yml +++ /dev/null @@ -1,28 +0,0 @@ -# -# Arm SCP/MCP Software -# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved. -# -# SPDX-License-Identifier: BSD-3-Clause -# - -.coverity-test: - image: ${CI_REGISTRY_IMAGE}/coverity-tester-amd64 - tags: - - amd64 - variables: - GIT_SUBMODULE_STRATEGY: recursive - GIT_DEPTH: 1 - SCP_CI_OUTPUT: /scp/output - SCP_CI_PLATFORM: juno - WORKSPACE_PATH: /scp/coverity_workspace - before_script: - - ln -s $(pwd) /scp - script: - - echo "Coverity analysis will run against $SCP_CI_PLATFORM build" - - /coverity_entrypoint.sh - artifacts: - when: always - expire_in: 2 days - paths: - - output/scp-coverity-analysis-log.txt - - output/scp-coverity-analysis-results.tgz -- GitLab