Go builds: Use local toolchain
What does this MR do?
Go builds: Use local toolchain
Use the local Go toolchain (the Go version included in the Omnibus builder images) for all Go builds. This prevents us from accidentally building Go binaries with another Go version.
Go toolchain documentation: https://go.dev/doc/toolchain
Example: The redis exporter build in !7437 (merged) attempts to use a go 1.22 toolchain.
Related issues
Checklist
See Definition of done.
For anything in this list which will not be completed, please provide a reason in the MR discussion.
Required
-
MR title and description are up to date, accurate, and descriptive. -
MR targeting the appropriate branch. -
Latest Merge Result pipeline is green. -
When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow.
For GitLab team members
If you don't have access to this, the reviewer should trigger these jobs for you during the review process.
-
The manual Trigger:ee-package
jobs have a green pipeline running against latest commit. -
If config/software
orconfig/patches
directories are changed, make sure thebuild-package-on-all-os
job within theTrigger:ee-package
downstream pipeline succeeded. -
If you are changing anything SSL related, then the Trigger:package:fips
manual job within theTrigger:ee-package
downstream pipeline must succeed. -
If CI configuration is changed, the branch must be pushed to dev.gitlab.org
to confirm regular branch builds aren't broken.
Expected (please provide an explanation if not completing)
-
Test plan indicating conditions for success has been posted and passes. -
Documentation created/updated. -
Tests added. -
Integration tests added to GitLab QA. -
Equivalent MR/issue for the GitLab Chart opened. -
Validate potential values for new configuration settings. Formats such as integer 10
, duration10s
, URIscheme://user:passwd@host:port
may require quotation or other special handling when rendered in a template and written to a configuration file.
Merge request reports
Activity
added devopssystems groupdistribution sectioncore platform labels
assigned to @clemensbeck
added group::distributionbuild maintenancedependency typemaintenance labels
changed milestone to %16.10
1 Message Once your MR is ready for review you can comment @gitlab-bot ready <@user>
to request the first review to someone. It's recommended that you pick the one suggested by the reviewer roulette. But you can ignore it and assign it to someone else if you see fit.Merge requests are handled according to the workflow documented in our handbook and should receive a response within the limit documented in our Service-level objective (SLO).
If you don't receive a response from the reviewer within the SLO, please mention
@gitlab-org/distribution
, or one of our Project MaintainersReviewer roulette
Changes that require review have been detected! A merge request is normally reviewed by both a reviewer and a maintainer in its primary category and by a maintainer in all other categories.
To spread load more evenly across eligible reviewers, Danger has picked a candidate for each review slot. Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.
To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.
Once you've decided who will review this merge request, mention them as you normally would! Danger does not automatically notify them for you.
Reviewer Maintainer @dustinmm80
(UTC-6, 7 hours behind
@clemensbeck
)@rmarshall
(UTC-5, 6 hours behind
@clemensbeck
)If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerEdited by Ghost Usermarked the checklist item When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow. as completed
added maintenancepipelines label and removed maintenancedependency label
mentioned in merge request !7437 (merged)
E2E Test Result Summary
allure-report-publisher
generated test report!qa-subset-test:
test report for 81ca59a9expand test summary
+---------------------------------------------------------------------+ | suites summary | +----------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +----------------+--------+--------+---------+-------+-------+--------+ | Create | 204 | 0 | 38 | 0 | 242 | ✅ | | Release | 15 | 0 | 0 | 0 | 15 | ✅ | | Plan | 171 | 0 | 1 | 0 | 172 | ✅ | | Govern | 161 | 0 | 4 | 0 | 165 | ✅ | | Data Stores | 97 | 0 | 3 | 0 | 100 | ✅ | | GitLab Metrics | 2 | 0 | 1 | 0 | 3 | ✅ | | Monitor | 33 | 0 | 1 | 0 | 34 | ✅ | | Package | 166 | 0 | 11 | 0 | 177 | ✅ | | Analytics | 3 | 0 | 0 | 0 | 3 | ✅ | | Systems | 8 | 0 | 0 | 0 | 8 | ✅ | | Verify | 93 | 0 | 0 | 0 | 93 | ✅ | | Manage | 2 | 0 | 0 | 0 | 2 | ✅ | | Configure | 1 | 0 | 0 | 0 | 1 | ✅ | +----------------+--------+--------+---------+-------+-------+--------+ | Total | 956 | 0 | 59 | 0 | 1015 | ✅ | +----------------+--------+--------+---------+-------+-------+--------+
@gitlab-bot ready @dustinmm80
added workflowready for review label
requested review from @dustinmm80
added workflowin review label and removed workflowready for review label