From f8d6c6704638f4cc12ebcce7d2201124788c30b2 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 26 Sep 2023 10:08:44 -0300 Subject: [PATCH] ci: remove tags from cppyy jobs --- utils/tests/gitlab-ci-cppyy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils/tests/gitlab-ci-cppyy.yml b/utils/tests/gitlab-ci-cppyy.yml index d1228e9d2..50b517164 100644 --- a/utils/tests/gitlab-ci-cppyy.yml +++ b/utils/tests/gitlab-ci-cppyy.yml @@ -7,9 +7,6 @@ cppyy-22.04: - if: $RELEASE == "manual" - if: $CI_PIPELINE_SOURCE == 'merge_request_event' dependencies: [] - tags: - - nsnam - - linux before_script: - apt update - DEBIAN_FRONTEND=noninteractive apt install -y @@ -41,9 +38,6 @@ cppyy-20.04: image: ubuntu:20.04 # python 3.8 rules: - if: $RELEASE == "manual" - tags: - - nsnam - - linux before_script: - apt update - DEBIAN_FRONTEND=noninteractive apt install -y