File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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 : " 4.20.0 "
45
+ BUILDER_IMAGE_REVISION : " 4.21.1 "
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 3
3
<!-- Copy and paste the following into your MR description. -->
4
4
## Test plan
5
5
6
- - [ ] QA tests passed for FIPS and non FIPS builds
7
- - [ ] Confirmed build was done with go 1.19 ` strings /opt/gitlab/embedded/bin/gitaly | grep 'go1\.' | tail -1 `
6
+ - [ ] QA tests passed for FIPS and non FIPS builds, including triggering the ` build-package-on-all-os ` job
7
+ - [ ] Confirmed build was done with desired version of go ` strings /opt/gitlab/embedded/bin/gitaly | grep 'go1\.' | tail -1 `
8
8
- [ ] Confirmed Omnibus-built services that are owned by distribution are working
9
9
- [ ] prometheus - (is scraping metrics)
10
10
You can’t perform that action at this time.
0 commit comments