Notify quality slack channel when new version of chrome has been released
Closes gitlab-org/quality/quality-engineering/team-tasks#1328
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/587
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Use buildkit builder by default
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/585
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Skip build jobs for scheduled pipeline
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/584
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Cache chromium for arm64 builds
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/578
Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Stan Hu <stanhu@gmail.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Add arm capability without pushing and building images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/581
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Capability to build arm64 docker images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/577
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
Update the Git version to v2.36.0. While Gitaly doesn't rely on the Git
version at all anymore, it feels like the right thing to do to update it
to something more current than v2.33.0.
We're currently building Gitaly images with three different Postgres
versions. Ultimately though, Gitaly doesn't need Postgres installed in
its images at all: the Postgres server is tied in as a service, and the
only CI job that uses the the Postgres client is using a different image
anyway. One part that had been using the Postgres client in the past was
the logic to wait for Postgres to come up. But this has been migrated to
instead rely on the health-checking logic provided by CI services in
f89ffa3dc (ci: Stop waiting for Postgres manually, 2022-06-14)
Stop installing Postgres in Gitaly images to reduce the number of images
built.