该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 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
-
由 Andrejs Cunskis 创作于
-
- 5月 31, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 24, 2023
-
-
- Add separate *-selective-parallel jobs. Existing *-selective jobs will continue to be non-parallel - When QA_TESTS has files included (_spec), use non-parallel selective jobs. - When QA_TESTS has folders included, use use parallel selective jobs by setting KNAPSACK_TEST_FILE_PATTERN. - Create knapsack reports for *-selective-parallel jobs from existing jobs to avoid falling back to master_report.json resulting in better parallelisation.
-
- 5月 10, 2023
-
-
由 Marcel Amirault 创作于
Most warnings caused by too few spaces before comment, or comment indentation
-
由 Andrejs Cunskis 创作于
Extract common qa jobs and add nightly job Fix rules reference Reduce duplication in gdk pipeline Add nightly job trigger Disable ee omnibus triggers Add qa-common folder Extract post test stage jobs to common Disable knapsack in nightly Add default workflow rules for nightly pipeline Move download knapsack job definition Remove manual knapsack report name override Remove unnecessary jobs and rules Fix nightly pipeline name Add default git strategy variables Fix update_from_edition parameter Add missing gitlab semver and qa cache key variables for non dynamic pipelines Remove duplicate environment variable Fix relate test failures when Set FOSS_ONLY explicitly for omnibus-env-ce job Add notify-failure jobs Fix trigger-omnibus-env-ce job Add common qa-trigger base job
-
- 4月 24, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 11, 2023
-
-
由 David Dieulivol 创作于
We want all classes to have the same methods signature.
-
- 4月 03, 2023
-
-
由 Stan Hu 创作于
DockerHub only has images for Ruby 3.1 and up with Alpine 3.16 and 3.17. This change is also compatible with Ruby 2.7 and 3.0. Reference: https://hub.docker.com/_/ruby
-
- 3月 29, 2023
-
-
由 David Dieulivol 创作于
-
-
- Adds postgres 14 based spec runs to nightly - Makes postgres 13 the default testing version - Adds postgres 12 database library specs - Moves postgres 12 tests to nightly - Updates helpers and docs that mention pg12 pipelines to reference pg13/pg14
-