Skip to content
Snippets Groups Projects
Verified Commit 210c1bbe authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

restore arm64 builds, cleanup obsolete tag vars

parent 40305725
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ default: ...@@ -63,7 +63,7 @@ default:
timeout: 6h timeout: 6h
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
tags: [ $RUNNER_TAG, $HOSTING_PROVIDER_TAG, $PHYSICAL_TAG ] tags: [ $HOSTING_PROVIDER_TAG, $DOCKER_ARCH ]
before_script: before_script:
- rm -rf build-env binary-packages - rm -rf build-env binary-packages
- *apt-init - *apt-init
...@@ -152,90 +152,29 @@ default: ...@@ -152,90 +152,29 @@ default:
- OS: debian - OS: debian
SUITE: [ 'sid', 'bullseye', 'bookworm', 'trixie' ] SUITE: [ 'sid', 'bullseye', 'bookworm', 'trixie' ]
DOCKER_ARCH: amd64 DOCKER_ARCH: amd64
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical - OS: debian
#IMAGE_EXTENSION: '-slim' SUITE: [ 'sid', 'bullseye', 'bookworm', 'trixie' ]
#- OS: debian DOCKER_ARCH: arm64
# SUITE: [ 'sid', 'buster', 'bullseye', 'bookworm', 'trixie' ] HOSTING_PROVIDER_TAG: osuosl
# DOCKER_ARCH: i386
# RUNNER_TAG: amd64
# HOSTING_PROVIDER_TAG: tpa
# PHYSICAL_TAG: physical
# IMAGE_EXTENSION: '-slim'
# SPECIAL: [ '' ]
#- OS: debian
# DOCKER_ARCH: 'arm64v8'
# SUITE: [ 'sid', 'buster', 'bullseye', 'bookworm', 'trixie' ]
# RUNNER_TAG: aarch64
# HOSTING_PROVIDER_TAG: osuosl
# PHYSICAL_TAG: osuosl # we don't care about physical
# IMAGE_EXTENSION: '-slim'
# SPECIAL: [ '' ]
- OS: debian - OS: debian
SUITE: 'bullseye' SUITE: 'bullseye'
DOCKER_ARCH: amd64 DOCKER_ARCH: amd64
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical
#IMAGE_EXTENSION: '-slim'
SPECIAL: [ 'bpo11' ]
#- OS: debian
# SUITE: 'bullseye'
# DOCKER_ARCH: i386
# RUNNER_TAG: amd64
# HOSTING_PROVIDER_TAG: tpa
# PHYSICAL_TAG: physical
# IMAGE_EXTENSION: '-slim'
# SPECIAL: [ 'bpo11' ]
- OS: debian - OS: debian
SUITE: 'bookworm' SUITE: 'bookworm'
DOCKER_ARCH: amd64 DOCKER_ARCH: amd64
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical
#IMAGE_EXTENSION: '-slim'
SPECIAL: [ 'bpo12' ] SPECIAL: [ 'bpo12' ]
#- OS: debian
# SUITE: 'bookworm'
# DOCKER_ARCH: i386
# RUNNER_TAG: amd64
# HOSTING_PROVIDER_TAG: tpa
# PHYSICAL_TAG: physical
# IMAGE_EXTENSION: '-slim'
# SPECIAL: [ 'bpo12' ]
#- OS: ubuntu
# SUITE: [ 'xenial', 'bionic', 'noble', 'oracular' ]
# DOCKER_ARCH: amd64
# RUNNER_TAG: amd64
# HOSTING_PROVIDER_TAG: tpa
# PHYSICAL_TAG: tpa # we don't care about physical
# IMAGE_EXTENSION: [ '' ]
#- OS: ubuntu
# SUITE: [ 'xenial', 'bionic' ]
# DOCKER_ARCH: i386
# RUNNER_TAG: amd64
# HOSTING_PROVIDER_TAG: tpa
# PHYSICAL_TAG: physical
# IMAGE_EXTENSION: [ '' ]
# SPECIAL: [ '' ]
- OS: ubuntu - OS: ubuntu
SUITE: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ] SUITE: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ]
DOCKER_ARCH: 'amd64' DOCKER_ARCH: amd64
RUNNER_TAG: amd64
HOSTING_PROVIDER_TAG: tpa HOSTING_PROVIDER_TAG: tpa
PHYSICAL_TAG: tpa # we don't care about physical - OS: ubuntu
IMAGE_EXTENSION: [ '' ] SUITE: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ]
SPECIAL: [ '' ] DOCKER_ARCH: arm64
#- OS: ubuntu HOSTING_PROVIDER_TAG: osuosl
# SUITE: [ 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ]
# DOCKER_ARCH: 'arm64v8'
# RUNNER_TAG: 'aarch64'
# HOSTING_PROVIDER_TAG: osuosl
# PHYSICAL_TAG: osuosl # we don't care about physical
# IMAGE_EXTENSION: [ '' ]
# SPECIAL: [ '' ]
########################### ###########################
......
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