Skip to content
Snippets Groups Projects
Commit 6df2340b authored by Peter Palfrader's avatar Peter Palfrader
Browse files

debian gitlab ci: remove ci for tor 0.3.5.x

parent 4a5068e8
No related branches found
No related tags found
No related merge requests found
......@@ -12,21 +12,13 @@ variables:
.rule_condition_branch_debian: &rule_condition_branch_debian |
$CI_COMMIT_TAG == null && $CI_COMMIT_BRANCH =~ /^debian-(main$|[0-9].*)/ && $CI_COMMIT_BRANCH !~ /^debian-0\.3\.5($|[.-])/
.rule_condition_branch_debian_0_3_5: &rule_condition_branch_debian_0_3_5 |
$CI_COMMIT_TAG == null && $CI_COMMIT_BRANCH =~ /^debian-0\.3\.5($|[.-])/
.rule_condition_tag_debian: &rule_condition_tag_debian |
$CI_COMMIT_TAG =~ /^debian-tor-/ && $CI_COMMIT_TAG !~ /^debian-tor-0\.3\.5\./
.rule_condition_tag_debian_0_3_5: &rule_condition_tag_debian_0_3_5 |
$CI_COMMIT_TAG =~ /^debian-tor-0\.3\.5\./
workflow:
rules:
- if: *rule_condition_branch_debian
- if: *rule_condition_branch_debian_0_3_5
- if: *rule_condition_tag_debian
- if: *rule_condition_tag_debian_0_3_5
default:
after_script:
......@@ -244,49 +236,6 @@ default:
IMAGE_EXTENSION: [ '' ]
SPECIAL: [ '' ]
.matrix_tor_0_3_5: &matrix_tor_0_3_5
- OS: debian
SUITE: [ 'buster' ]
DOCKER_ARCH: ['amd64', 'i386']
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical
IMAGE_EXTENSION: '-slim'
SPECIAL: [ '' ]
- OS: debian
DOCKER_ARCH: 'arm64v8'
SUITE: [ 'buster' ]
RUNNER_TAG: aarch64
HOSTING_PROVIDER_TAG: osuosl
PHYSICAL_TAG: osuosl # we don't care about physical
IMAGE_EXTENSION: '-slim'
SPECIAL: [ '' ]
- OS: ubuntu
SUITE: [ 'xenial', 'bionic' ]
DOCKER_ARCH: ['amd64', 'i386']
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical
IMAGE_EXTENSION: [ '' ]
SPECIAL: [ '' ]
- OS: ubuntu
SUITE: 'focal'
DOCKER_ARCH: 'amd64'
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical
IMAGE_EXTENSION: [ '' ]
SPECIAL: [ '' ]
- OS: ubuntu
SUITE: [ 'xenial', 'bionic', 'focal' ]
DOCKER_ARCH: 'arm64v8'
RUNNER_TAG: 'aarch64'
HOSTING_PROVIDER_TAG: osuosl
PHYSICAL_TAG: osuosl # we don't care about physical
IMAGE_EXTENSION: [ '' ]
SPECIAL: [ '' ]
###########################
###########################
......@@ -295,7 +244,6 @@ default:
build_source:
rules:
- if: *rule_condition_branch_debian
- if: *rule_condition_branch_debian_0_3_5
<<: *build_source_common
variables:
GIT_STRATEGY: fetch
......@@ -319,14 +267,6 @@ build_binary:
matrix: *matrix_full
needs: [ 'build_source' ]
build_binary_0_3_5:
<<: *build_binary_common
rules:
- if: *rule_condition_branch_debian_0_3_5
parallel:
matrix: *matrix_tor_0_3_5
needs: [ 'build_source' ]
###########################
## release builds
......@@ -334,7 +274,6 @@ build_binary_0_3_5:
build_source-release:
rules:
- if: *rule_condition_tag_debian
- if: *rule_condition_tag_debian_0_3_5
<<: *build_source_common
variables:
# pristine-tar wants the repo
......@@ -364,14 +303,6 @@ build_binary-release:
matrix: *matrix_full
needs: [ 'build_source-release' ]
build_binary-release_0_3_5:
<<: *build_binary_common
rules:
- if: *rule_condition_tag_debian_0_3_5
parallel:
matrix: *matrix_tor_0_3_5
needs: [ 'build_source-release' ]
###########################
###########################
......@@ -407,7 +338,6 @@ deploy:
collect_artifacts:
rules:
- if: *rule_condition_tag_debian
- if: *rule_condition_tag_debian_0_3_5
stage: deploy
image: debian:stable-slim
tags: [ tpa ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment