Skip to content
Snippets Groups Projects
Commit 5e5ca490e924 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch '8398-add-rpi-debian-12-package-build-jobs' into 'master'

Add Debian 12 Raspberry Pi package build jobs

Closes #8398

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7383



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatarRobert Marshall <rmarshall@gitlab.com>
No related branches found
No related tags found
3 merge requests!122heptapod#1474: making 1.3 the new oldstable,!121heptapod#1448: making Heptapod 1.3 the stable series,!120Merge upstream first commit of the 16-9-stable branch
......@@ -42,7 +42,7 @@
# To be used for images that exist only on dev.gitlab.org
DEV_BUILDER_IMAGE_REGISTRY: 'dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder'
PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
BUILDER_IMAGE_REVISION: "5.2.0"
BUILDER_IMAGE_REVISION: "5.4.0"
# The registry to pull the assets image from
ASSET_REGISTRY: "${CI_REGISTRY}"
ASSET_SYNC_EXISTING_REMOTE_FILES: "keep"
......
......@@ -137,6 +137,14 @@
variables:
package_repository: 'raspberry-pi2'
tags: !reference [.distribution-armhf-tags]
Raspberry-Pi-2-Bookworm-check:
image: "${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
extends:
- .apt-install
- .ce-tag-only
variables:
package_repository: 'raspberry-pi2'
tags: !reference [.distribution-armhf-tags]
Ubuntu-18.04-fips-check:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04_fips:${BUILDER_IMAGE_REVISION}"
extends:
......
......@@ -429,6 +429,10 @@
image: "${BUILDER_IMAGE_REGISTRY}/rpi_11:${BUILDER_IMAGE_REVISION}"
extends: .rpi_branch_template
Raspberry-Pi-2-Bookworm-branch:
image: "${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
extends: .rpi_branch_template
# This job runs only on nightly EE builds
RAT-Nightly:
stage: slow_jobs
......@@ -1102,6 +1106,10 @@
extends: .rpi_tag_template
image: "${BUILDER_IMAGE_REGISTRY}/rpi_11:${BUILDER_IMAGE_REVISION}"
Raspberry-Pi-2-Bookworm:
extends: .rpi_tag_template
image: "${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
Raspberry-Pi-2-Buster-release:
extends: .raspbian_release_template
needs:
......@@ -1112,6 +1120,11 @@
needs:
- Raspberry-Pi-2-Bullseye
Raspberry-Pi-2-Bookworm-release:
extends: .raspbian_release_template
needs:
- Raspberry-Pi-2-Bookworm
AWS-CE-Release:
variables:
AWS_LISTING_NAME: "GitLab Community Edition"
......
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