Commits on Source (11)
-
Stan Hu authored
#7736 revealed that we use Debian `bullseye` to build all native gems for the specs. Since native gems may depend on system libraries or specific versions of glibc, we should adjust the gem caching for the specs to depend on the builder image. This commit modifies the `spec_template` to use a cache key dependent on the OS. The cache policy is also the default pull-push to avoid needing a separate CI job to update this cache. Relates to #7737
-
Robert Marshall authored
- Update ohai helper to code AlmaLinux as a variant of Enterprise Linux - Use AlmaLinux 8 instead of CentOS 8 for EL8 package builds Related gitlab-org/omnibus-gitlab#6712 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Jason Plum authored
Use AlmaLinux 8 for EL8 package builds See merge request !6802 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
If libarchive is present in system library locations and not bundled with omnibus-gitlab package, then Chef will incorrectly attempt to use it, and can potentially fail as seen from #7741. Hence, we need to bundle libarchive in the package. Changelog: added Closes #7741 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Bundle libarchive in the package Closes #7741 See merge request !6805 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Migrate node settings from hyphenated form to underscore form for all geo-postgresql service related keys. Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Move geo-postgresql settings to underscored form See merge request !6761 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Use CI image name in gems cache key See merge request gitlab-org/omnibus-gitlab!6801 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Upgrade registry from v3.70.0 to v3.71.0. Related container-registry#987 Changelog: changed
-
Robert Marshall authored
Bump Container Registry to v3.71.0-gitlab See merge request !6816 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com>
Showing
- .gitlab-ci.yml 7 additions, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- config/software/chef-zero.rb 6 additions, 0 deletionsconfig/software/chef-zero.rb
- config/software/libarchive.rb 68 additions, 0 deletionsconfig/software/libarchive.rb
- config/software/registry.rb 1 addition, 1 deletionconfig/software/registry.rb
- files/gitlab-cookbooks/gitlab-ee/attributes/default.rb 62 additions, 61 deletionsfiles/gitlab-cookbooks/gitlab-ee/attributes/default.rb
- files/gitlab-cookbooks/gitlab-ee/libraries/geo_postgresql.rb 3 additions, 3 deletionsfiles/gitlab-cookbooks/gitlab-ee/libraries/geo_postgresql.rb
- files/gitlab-cookbooks/gitlab-ee/recipes/geo-postgresql.rb 17 additions, 17 deletionsfiles/gitlab-cookbooks/gitlab-ee/recipes/geo-postgresql.rb
- files/gitlab-cookbooks/gitlab-ee/templates/default/gitlab-geo-psql-rc.erb 2 additions, 2 deletions...kbooks/gitlab-ee/templates/default/gitlab-geo-psql-rc.erb
- files/gitlab-cookbooks/gitlab-ee/templates/default/sv-geo-postgresql-run.erb 1 addition, 1 deletion...oks/gitlab-ee/templates/default/sv-geo-postgresql-run.erb
- files/gitlab-cookbooks/gitlab/libraries/helpers/base_pg_helper.rb 10 additions, 5 deletions...tlab-cookbooks/gitlab/libraries/helpers/base_pg_helper.rb
- files/gitlab-cookbooks/gitlab/libraries/helpers/geo_pg_helper.rb 3 additions, 3 deletions...itlab-cookbooks/gitlab/libraries/helpers/geo_pg_helper.rb
- files/gitlab-cookbooks/package/libraries/deprecations.rb 2 additions, 2 deletionsfiles/gitlab-cookbooks/package/libraries/deprecations.rb
- files/gitlab-cookbooks/package/libraries/settings_dsl.rb 1 addition, 0 deletionsfiles/gitlab-cookbooks/package/libraries/settings_dsl.rb
- files/gitlab-cookbooks/pgbouncer/libraries/pgbouncer_helper.rb 7 additions, 6 deletions.../gitlab-cookbooks/pgbouncer/libraries/pgbouncer_helper.rb
- files/gitlab-cookbooks/pgbouncer/recipes/user.rb 2 additions, 2 deletionsfiles/gitlab-cookbooks/pgbouncer/recipes/user.rb
- files/gitlab-ctl-commands/pg-upgrade.rb 3 additions, 3 deletionsfiles/gitlab-ctl-commands/pg-upgrade.rb
- gitlab-ci-config/check-packages.yml 6 additions, 6 deletionsgitlab-ci-config/check-packages.yml
- gitlab-ci-config/dev-gitlab-org.yml 29 additions, 29 deletionsgitlab-ci-config/dev-gitlab-org.yml
- gitlab-ci-config/gitlab-com.yml 5 additions, 5 deletionsgitlab-ci-config/gitlab-com.yml
config/software/libarchive.rb
0 → 100644