该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 06, 2024
-
-
由 Jennifer Li 创作于
Use the repo from artifacts in frontend jobs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158197 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Rémy Coutable <remy@rymai.me> (cherry picked from commit 2f83fd5b) 6b02c833 Use the repo from artifacts in frontend jobs 34c0263b Move frontend test to new test-frontend stage 33e3b22c ci: Don't use repo from artifacts for critical jobs Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
- 7月 05, 2024
-
-
由 Jennifer Li 创作于
This reverts merge request !158197
-
- 7月 04, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 6月 13, 2024
-
-
由 Andrejs Cunskis 创作于
-
- 6月 05, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 6月 03, 2024
-
-
由 David Dieulivol 创作于
This reverts merge request !154814
-
- 5月 31, 2024
-
-
由 Lin Jen-Shin 创作于
This is based on: * Use `allow_failure: true` on the job so that we don't mess with rules * Use the same rules for both because manual actions are done by the other means, and we no longer need to mix the rules with manual vs automated one. This also drops rules around if-force-ci because it should not be used
-
- 5月 30, 2024
-
-
由 David Dieulivol 创作于
Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 24, 2024
-
-
由 Stan Hu 创作于
This reverts merge request !152687
-
- 5月 13, 2024
-
-
由 Stan Hu 创作于
This commit adds `OMNIBUS_RUBY_VERSION` and `CNG_RUBY_VERSION` to define which versions are used in the Omnibus and CNG projects. Previously the Ruby versions used in the child pipelines for building Omnibus and CNG was determined based on the image used in the respective CI jobs. When we bumped the CI image to 3.1.5 in https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/803, this quietly added a requirement to Omnibus that Ruby 3.1.5 had to be supported. At the same time, the `build-cng` image used Ruby 3.1.4, so https://gitlab.com/gitlab-org/build/CNG-mirror/-/jobs/6821715942 started to fail once CNG stopped building Ruby 3.1.4. While the latter case needed https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1828, we can at least avoid the first problem by explicitly setting the version needed. In an ideal world, these variables would be determined automatically from the upstream projects. However, setting these variables avoids surprise failures and opens the possibility up for automation to update these values.
-
- 5月 02, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 22, 2024
-
-
由 Lin Jen-Shin 创作于
This should make the intention more clear and avoid messing up
-
- 4月 04, 2024
-
-
由 ddieulivol 创作于
This will make it easier to read the output of that job when debugging predictive backend pipelines.
-
- 4月 03, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 3月 28, 2024
-
-
由 Stan Hu 创作于
As described in https://wiki.alpinelinux.org/wiki/Edge, `alpine:edge` is a development branch and should not be used in production. Prefer `alpine:latest` since this uses the latest stable version. Currently `alpine:edge` is broken with curl: ``` $ docker run -it alpine:edge sh / # apk add --no-cache --update curl bash jq fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/16) Installing ncurses-terminfo-base (6.4_p20240309-r0) (2/16) Installing libncursesw (6.4_p20240309-r0) (3/16) Installing readline (8.2.10-r0) (4/16) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (5/16) Installing ca-certificates (20240226-r0) (6/16) Installing brotli-libs (1.1.0-r1) (7/16) Installing c-ares (1.27.0-r0) (8/16) Installing libunistring (1.2-r0) (9/16) Installing libidn2 (2.3.7-r0) (10/16) Installing nghttp2-libs (1.60.0-r0) (11/16) Installing libpsl (0.21.5-r1) (12/16) Installing zstd-libs (1.5.6-r0) (13/16) Installing libcurl (8.6.0-r1) (14/16) Installing curl (8.6.0-r1) (15/16) Installing oniguruma (6.9.9-r0) (16/16) Installing jq (1.7.1-r0) Executing busybox-1.36.1-r21.trigger Executing ca-certificates-20240226-r0.trigger OK: 16 MiB in 30 packages / # curl Error relocating /usr/lib/libcurl.so.4: SSL_get0_group_name: symbol not found ``` Relates to: * https://github.com/alpinelinux/docker-alpine/issues/383 * https://gitlab.com/gitlab-org/release/tasks/-/issues/9635
-
- 3月 22, 2024
-
-
由 David Dieulivol 创作于
-
- 3月 15, 2024
-
-
由 Lin Jen-Shin 创作于
This way we avoid mixing different builds, that is mixing ruby versions
-
- 3月 11, 2024
-
-
由 David Dieulivol 创作于
-
- 3月 08, 2024
-
-
由 Jennifer Li 创作于
-
- 3月 06, 2024
-
-
由 Stan Hu 创作于
The detect-tests job is failing in https://gitlab.com/gitlab-renovate-forks/gitlab/-/jobs/6326977771 because `ruby:3.1-slim` doesn't come with `gcc` and `make`, which is needed to build native extensions. `activesupport` depends on `i18n`, which depends on `racc`. `racc` has a native extension.
-
- 2月 28, 2024
-
-
由 Jennifer Li 创作于
Create script for check default pipeline status source util.sh
-
- 2月 06, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 12月 23, 2023
-
-
由 Lin Jen-Shin 创作于
The default is 3.1.4 if NEXT_RUBY_VERSION is not presented
-
- 12月 22, 2023
-
-
由 Lin Jen-Shin 创作于
* Default: 3.1 * Merge requests: Default (3.1) * Default branch: Default (3.1) * ruby3_0 branch: Old (3.0) * ruby3_2 branch: Next (3.2) * With labels: Use the respective versions
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Lin Jen-Shin 创作于
-
- 12月 21, 2023
-
-
由 Lin Jen-Shin 创作于
This reverts commit 11a9729c
-
- 12月 20, 2023
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
- 11月 21, 2023
-
-
由 Jennifer Li 创作于
Refactor Add testing commit, will be removed Removes testing commit
-
- 10月 31, 2023
-
-
When label ~"pipeline:run-in-ruby3_0" is provided, run in Ruby 3.0 instead.
-
- 7月 26, 2023
-
-
Post the message only when the trigger-omnibus-and-follow-up-e2e is available
-
- 7月 25, 2023
-
-
- 7月 24, 2023
-
-
Also make trigger-omnibus-env job automatic
-
- 7月 11, 2023
-
-
-
由 Andrejs Cunskis 创作于
Set correct ee variable value for omnibus ce trigger Add missing dependency on omnibus-trigger for old-nav pipeline
-
- 6月 19, 2023
-
-
由 Sanad Liaquat 创作于
-
- 6月 15, 2023
-
-
由 Sanad Liaquat 创作于
Message will be posted if QA_TESTS have folders only
-
- 6月 06, 2023
-
-
由 Leonardo da Rosa 创作于
Since we're going to postgres 14 on gitlab.com, we should make that the primary version we test against, and we should add nightly tests for postgres 15 Changelog: changed
-