- Oct 12, 2023
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
Wenbin Shu authored
-
Balasankar 'Balu' C authored
Update aws/aws-cli from 1.29.53 to 1.29.62 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1562 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update rubygems/rubygems from 3.4.19 to 3.4.20 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1564 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
- Oct 10, 2023
-
-
Jason Plum authored
Update gitlab-org/gitlab-exporter from 13.3.1 to 13.4.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1573 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Oct 09, 2023
-
-
deps authored
-
- Oct 07, 2023
-
-
Wenbin Shu authored
Fix pipeline failure on gitlab rails bootsnap EE Closes gitlab-cn/charts/gitlab#99 See merge request gitlab-cn/build/cng-images!98
-
Wenbin Shu authored
-
Wenbin Shu authored
-
- Oct 05, 2023
-
-
Balasankar 'Balu' C authored
Update Go from 1.20.7 to 1.20.8 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1545 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Changelog: changed
-
- Oct 04, 2023
-
-
Jason Plum authored
Update gitlab-org/gitlab-exporter from 13.3.0 to 13.3.1 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1571 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
-
- Oct 03, 2023
-
-
Robert Marshall authored
Fix CE builds with gitlab-rails-bootsnap See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1568 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Jason Plum authored
dev: Enable Bootsnap cache in docker-compose.yml See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1566 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
We need to use `only-ee` and `except-ee` tags.
-
Stan Hu authored
This will help flag cache misses in the future.
-
Stan Hu authored
This was preventing the Bootsnap cache from being used and realizing the improvements in https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1546. Relates to https://gitlab.com/gitlab-org/build/CNG/-/issues/722
-
Robert Marshall authored
Improve cache hit rates with Rails Bootsnap cache See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1546 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
Previously the Bootsnap cache was populated with `rake about`. While this loads the Rails environment, it does not load a significant amount of the GitLab Rails code. This commit adds a separate image layer to populate the Bootsnap cache. It does the following: 1. Builds `gitlab-rails-{ce,ee}` image. 2. Uses docker-compose to spin up a PostgreSQL, Redis, and the Rails image to start `gitlab-rails runner`. 3. Builds a `gitlab-rails-bootsnap-{ce,ee}` image that contains the Bootsnap cache in `/srv/gitlab/bootsnap`. Images such as `gitlab-webservice-ee` then use `gitlab-rails-bootsnap-ee` instead of `gitlab-rails-ee`. This improves the hit rate significantly. Setting the `BOOTSNAP_LOG` environment variable shows that previously there were 11,567 and 11,553 "[Bootsnap] miss" messages in `webservice` and `sidekiq`, respectively. After this change, the number dropped to 29 and 26, respectively. More importantly, the startup times dropped about 15 seconds as a result of this change. Relates to https://gitlab.com/gitlab-org/build/CNG/-/issues/655
-
- Oct 02, 2023
-
-
Jason Plum authored
Perform clean up of unnecessary gem files See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1543 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Sep 29, 2023
-
-
Robert Marshall authored
Set max Node.js memory usage to 5120MB See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1503 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Vitaly Slobodin <vslobodin@gitlab.com>
-
Vitaly Slobodin authored
Set maximum Node.js memory usage to 5120MB to match settings in the rails project.
-
Jason Plum authored
Update gitlab-org/gitlab-exporter from 13.2.0 to 13.3.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1561 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update gitlab-logger to v3.0.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1565 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Robert Marshall authored
Dev: update gitlab.yml, split shell host and port See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1557 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
Update the `gitlab.yml.erb` to split `ssh_host` and `ssh_port`, per newly required changes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132238 as the "outmoded" is non-functional now. This was "adjusted" in the Helm charts 4 years ago, but not here. changelog: fixed
-
- Sep 28, 2023
-
-
Stan Hu authored
This pulls in the gitlab-logger refactoring and enables GITLAB_LOGGER_COMPLETE_LINES by default. Diff: https://gitlab.com/gitlab-org/cloud-native/gitlab-logger/-/compare/v2.5.0...v3.0.0
-
JH_CNG_SYNC_TOKEN authored
-
- Sep 27, 2023
-
-
Robert Marshall authored
Update mikefarah/yq from 4.35.1 to 4.35.2 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1563 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
- Update mikefarah/yq from 4.35.1 to 4.35.2
-
Robert Marshall authored
Compile gomplate with our own go toolchain See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1539 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
DJ Mountney authored
Build gomplate using the CNG verified golang toolchain image. This eliminates false positives during CVE scans for entries that have zero impact on gomplate, will not be fixed by the upstream, and whose presence forces a deviation request.
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update exiftool/exiftool from 12.65 to 12.67 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1552 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
JH_CNG_SYNC_TOKEN authored
-
Jaime Martinez authored
Bump Container Registry to v3.84.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1559 Merged-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com>
-