Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
debian
tor
Commits
6df2340b
Commit
6df2340b
authored
2 weeks ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
debian gitlab ci: remove ci for tor 0.3.5.x
parent
4a5068e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/.debian-ci.yml
+0
-70
0 additions, 70 deletions
debian/.debian-ci.yml
with
0 additions
and
70 deletions
debian/.debian-ci.yml
+
0
−
70
View file @
6df2340b
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment