From 2176354e223a51399afab4bd0a0b57e09f4e0c72 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 4 Feb 2022 13:00:56 -0500 Subject: Remove unmaintained versions from CI and scripts Signed-off-by: David Goulet --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6bcf38c54..b27e75855a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,18 +188,6 @@ debian-tracing: DISTCHECK: "yes" script: - ./scripts/ci/ci-driver.sh - # Ensure that we only run tracing when it's implemented. - # - # Once versions before 0.4.5 are obsolete, we can remove this test. - rules: - # This first "if" check prevents us from running a duplicate version of - # this pipeline whenever we push and create an MR. I don't understand why - # it is necessary, though the following URL purports to explain: - # - # https://docs.gitlab.com/ee/ci/yaml/#prevent-duplicate-pipelines - - if: '$CI_PIPELINE_SOURCE == "push"' - exists: - - src/lib/trace/trace_sys.c ##### # No-authority mode @@ -220,18 +208,6 @@ debian-disable-relay: DISABLE_RELAY: "yes" script: - ./scripts/ci/ci-driver.sh - # Ensure that we only run tracing when it's implemented. - # - # Once versions before 0.4.3 are obsolete, we can remove this test. - rules: - # This first "if" check prevents us from running a duplicate version of - # this pipeline whenever we push and create an MR. I don't understand why - # it is necessary, though the following URL purports to explain: - # - # https://docs.gitlab.com/ee/ci/yaml/#prevent-duplicate-pipelines - - if: '$CI_PIPELINE_SOURCE == "push"' - exists: - - src/feature/relay/relay_stub.c ##### # NSS check on debian -- cgit v1.2.3-54-g00ecf