aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-02-04 13:00:56 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-02-04 13:00:56 -0500
commit2176354e223a51399afab4bd0a0b57e09f4e0c72 (patch)
tree7b4ee8f1c8589d1e7029cb8555f4c0fb5a649551 /.gitlab-ci.yml
parent24b6b12224a328d4db340f912cdd606d8f8e2bc5 (diff)
downloadtor-2176354e223a51399afab4bd0a0b57e09f4e0c72.tar.gz
tor-2176354e223a51399afab4bd0a0b57e09f4e0c72.zip
Remove unmaintained versions from CI and scripts
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 0 insertions, 24 deletions
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