Skip to content

Commit 9b66c61

Browse files
author
Clemens Beck
committed
Remove Pi OS 12 release jobs
Remove Pi OS 12 CI jobs, because the OS is not supported by package cloud at the moment. This keeps the branch build to catch Pi OS 12 specific issues. Docs: https://packagecloud.io/docs#anchor-raspbian Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8398 Changelog: removed
1 parent efe07fd commit 9b66c61

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

gitlab-ci-config/check-packages.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ Raspberry-Pi-2-Bullseye-check:
137137
variables:
138138
package_repository: 'raspberry-pi2'
139139
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]
148140
Ubuntu-18.04-fips-check:
149141
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04_fips:${BUILDER_IMAGE_REVISION}"
150142
extends:

gitlab-ci-config/dev-gitlab-org.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,10 +1106,6 @@ Raspberry-Pi-2-Bullseye:
11061106
extends: .rpi_tag_template
11071107
image: "${BUILDER_IMAGE_REGISTRY}/rpi_11:${BUILDER_IMAGE_REVISION}"
11081108

1109-
Raspberry-Pi-2-Bookworm:
1110-
extends: .rpi_tag_template
1111-
image: "${BUILDER_IMAGE_REGISTRY}/rpi_12:${BUILDER_IMAGE_REVISION}"
1112-
11131109
Raspberry-Pi-2-Buster-release:
11141110
extends: .raspbian_release_template
11151111
needs:
@@ -1120,11 +1116,6 @@ Raspberry-Pi-2-Bullseye-release:
11201116
needs:
11211117
- Raspberry-Pi-2-Bullseye
11221118

1123-
Raspberry-Pi-2-Bookworm-release:
1124-
extends: .raspbian_release_template
1125-
needs:
1126-
- Raspberry-Pi-2-Bookworm
1127-
11281119
AWS-CE-Release:
11291120
variables:
11301121
AWS_LISTING_NAME: "GitLab Community Edition"

0 commit comments

Comments
 (0)