File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ variables:
42
42
# To be used for images that exist only on dev.gitlab.org
43
43
DEV_BUILDER_IMAGE_REGISTRY : ' dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder'
44
44
PUBLIC_BUILDER_IMAGE_REGISTRY : " registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
45
- BUILDER_IMAGE_REVISION : " 5.2 .0"
45
+ BUILDER_IMAGE_REVISION : " 5.4 .0"
46
46
# The registry to pull the assets image from
47
47
ASSET_REGISTRY : " ${CI_REGISTRY}"
48
48
ASSET_SYNC_EXISTING_REMOTE_FILES : " keep"
Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ Raspberry-Pi-2-Bullseye-check:
137
137
variables :
138
138
package_repository : ' raspberry-pi2'
139
139
tags : !reference [.distribution-armhf-tags]
140
+ Raspberry-Pi-2-Bookworm-check :
141
+ image : " ${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
142
+ extends :
143
+ - .apt-install
144
+ - .ce-tag-only
145
+ variables :
146
+ package_repository : ' raspberry-pi2'
147
+ tags : !reference [.distribution-armhf-tags]
140
148
Ubuntu-18.04-fips-check :
141
149
image : " ${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04_fips:${BUILDER_IMAGE_REVISION}"
142
150
extends :
Original file line number Diff line number Diff line change @@ -429,6 +429,10 @@ Raspberry-Pi-2-Bullseye-branch:
429
429
image : " ${BUILDER_IMAGE_REGISTRY}/rpi_11:${BUILDER_IMAGE_REVISION}"
430
430
extends : .rpi_branch_template
431
431
432
+ Raspberry-Pi-2-Bookworm-branch :
433
+ image : " ${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
434
+ extends : .rpi_branch_template
435
+
432
436
# This job runs only on nightly EE builds
433
437
RAT-Nightly :
434
438
stage : slow_jobs
@@ -1102,6 +1106,10 @@ Raspberry-Pi-2-Bullseye:
1102
1106
extends : .rpi_tag_template
1103
1107
image : " ${BUILDER_IMAGE_REGISTRY}/rpi_11:${BUILDER_IMAGE_REVISION}"
1104
1108
1109
+ Raspberry-Pi-2-Bookworm :
1110
+ extends : .rpi_tag_template
1111
+ image : " ${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
1112
+
1105
1113
Raspberry-Pi-2-Buster-release :
1106
1114
extends : .raspbian_release_template
1107
1115
needs :
@@ -1112,6 +1120,11 @@ Raspberry-Pi-2-Bullseye-release:
1112
1120
needs :
1113
1121
- Raspberry-Pi-2-Bullseye
1114
1122
1123
+ Raspberry-Pi-2-Bookworm-release :
1124
+ extends : .raspbian_release_template
1125
+ needs :
1126
+ - Raspberry-Pi-2-Bookworm
1127
+
1115
1128
AWS-CE-Release :
1116
1129
variables :
1117
1130
AWS_LISTING_NAME : " GitLab Community Edition"
You can’t perform that action at this time.
0 commit comments