Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-22Move package-and-qa to review stage from qa stageLin Jen-Shin
This way even if review-deploy failed we can still run it.
2019-05-15Disallow the review-deploy and review-qa-smoke jobs to failRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-08Upgrade Ruby version to 2.6.3Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-05-06Move the build-qa-image to the test stageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-02Use PostgreSQL 10.7Balasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-05-02Update ENV vars syntax for reports.ci.ymlVictor Zagorodny
2019-04-28Upgrade CI images to use Chrome V73Stan Hu
Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
2019-04-26CI: Fix upload of screenshots in gitlab:ui:visualPeter Leitzen
Before this commit uploading of screenshots failed with WARNING: tests/__image_snapshots__/: no matching files ERROR: No files to upload ERROR: Job failed: exit code 1 After this commit it works again Uploading artifacts... gitlab-ui/tests/__image_snapshots__/: found 90 matching files Uploading artifacts to coordinator... ok
2019-04-26Improve Review Apps scheduled cleanupRémy Coutable
By moving it to the `build` stage and adding `action: stop` to it. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24Organize better Review Apps and QA jobsRémy Coutable
Also, play manual jobs once dependency jobs are done instead of polling for the dependent jobs to be finished. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-19Merge branch 'retry-review-deploy-twice' into 'master'Lin Jen-Shin
Retry the review-deploy job twice and make the Review App cleanup more efficient See merge request gitlab-org/gitlab-ce!27489
2019-04-19Merge branch ↵Grzegorz Bizon
'58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master' Resolve "Use include template syntax for including the Code Quality job" Closes #58663 See merge request gitlab-org/gitlab-ce!27448
2019-04-19Make the Review App cleanup more efficientRémy Coutable
Ensure that the cleanup starts right away. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-19Retry the review-deploy job twiceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-18Update review.gitlab-ci.yml to fix review-stopMarcel Amirault
2019-04-18Merge branch 'always-save-gitlab-ui-visual-artifacts' into 'master'Phil Hughes
Always save artifacts in the gitlab:ui:visual job See merge request gitlab-org/gitlab-ce!27469
2019-04-18Merge branch 'retry-review-qa-smoke-job' into 'master'Lin Jen-Shin
Retry twice the review-qa-smoke job See merge request gitlab-org/gitlab-ce!27470
2019-04-17Retry twice the review-qa-smoke jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-17Always save artifacts in the gitlab:ui:visual jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-17Retry twice the system, API and unknown failuresRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-17Add docs exceptions to CIMarcel Amirault
2019-04-17Include CodeQuality with template syntaxMatija Čupić
2019-04-16Test using Git 2.21Zeger-Jan van de Weg
Given Rails doesn't use the Git binary anymore, this shouldn't be a problem.
2019-04-15Refactor .gitlab-ci.ymlKamil Trzciński