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
2018-05-30Merge branch 'sh-ruby-cache-key-debian-stretch' into 'master'Robert Speicher
Upgrade cache key to be clear that Debian Stretch is being used See merge request gitlab-org/gitlab-ce!19214
2018-05-30Fix gitaly-ruby bundle poisoning in CI (10-8-stable)Jacob Vosmaer (GitLab)
2018-04-27Don't run JS lint for QA eitherLin Jen-Shin
2018-04-27Introduce dedicated-no-docs-and-no-qa-pull-cache-jobLin Jen-Shin
and skip db related jobs for QA branches
2018-04-27Fix rubocop offense and enable jobs for qaLin Jen-Shin
We could revisit which we don't want to run in qa.
2018-04-25Fix timeouts of end-to-end tests with GitLab QAGrzegorz Bizon
2018-04-20Downgrade MySQL CI service from 8.0 to 5.7Stan Hu
MySQL 8.0 made the default authentication mode `caching_sha2_password`, and this breaks our CI builds at the moment. Downgrade until we can figure out how to support this. Closes #45606
2018-04-18Bump CI to use Chrome V65 and ChromeDriver 2.36Stan Hu
2018-04-13Use stable docker image instead of latestPhilippe Lafoucrière
2018-04-12Fix scripts/prune-old-flaky-specs requires Bundler to runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Introduce scripts/prune-old-flaky-specs to prune outdated flaky specs from ↵Rémy Coutable
the report Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Update Security Products jobs definitionsOlivier Gonzalez
2018-04-09Bump ruby 2.3.6 cache key and source installation docsStan Hu
2018-04-08Bump Ruby to 2.3.7 and git to 2.17.0 in CI imageStan Hu
2018-04-05Merge branch ↵Robert Speicher
'44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml' into 'master' Resolve "Consider removing RuboCop and ESLint from `.codeclimate.yml`" Closes #44978 See merge request gitlab-org/gitlab-ce!18178
2018-04-05Fix the coverage job by making it download the artifacts from all the ↵Rémy Coutable
previous jobs Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-05[Rails5] Add rails5 jobs to gitlab-ci.ymlblackst0ne
2018-04-04Don't run RuboCop nor ESLint checks in the codequality job as this is ↵Rémy Coutable
already done by the static-analysis job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-04Use standard codequality jobOlivier Gonzalez
2018-04-03Merge branch ↵Rémy Coutable
'44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file' into 'master' Resolve "codequality jobs are failing silently with an empty codeclimate.json file" Closes #44254 See merge request gitlab-org/gitlab-ce!18152
2018-04-03Merge branch 'fix/qa/gb/use-project-path-in-package-and-qa-action' into 'master'Rémy Coutable
Use project path in package-and-qa to fetch script See merge request gitlab-org/gitlab-ce!18145
2018-04-03Don't set the tag for the job since it needsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-03Use project path in package-and-qa to fetch scriptGrzegorz Bizon
2018-04-02Do not retry package-and-qa manual action on failureGrzegorz Bizon
2018-03-30Don't let the Runner clone/fetch prior to the package-and-qa jobRémy Coutable
Do it by hand instead, that way we can still run this job even if the branch has been removed. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-23Rollback to a set version instead of an arbitrary number of stepsStan Hu
The previously hard-coded value can fail when new migrations are introduced since multiple migrations may need to be rolled back atomically. Closes #40302
2018-03-16Rename manual job to `package-and-qa`Toon Claes
To make it more clear it's building the package **and** doing QA, rename the job.
2018-03-06New .dedicated-no-docs-pull-cache-job and .no-db-job definitionsRémy Coutable
This should speed up a bit some jobs. Also, use ruby:2.4-alpine image in the flaky-examples-check job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-06Add date calls in .gitlab-ci.yml to see how long each step takeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-02codequality: Install jq directly instead of pulling it via dockerNick Thomas
2018-03-01Bump GitLab CI test image to use git v2.16Stan Hu
git 2.15.0 has some significant performance improvements when running `git fetch` on a repository that has lots of references. See https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more details.
2018-02-21Optimize and improve the inline documentation for the codequality jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-21Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon
Merge branch 'improve-codequality-job' into 'master' See merge request gitlab-org/gitlab-ce!17263
2018-02-21Merge branch 'rebalance-test-job-nodes-28-2' into 'master'Rémy Coutable
Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodes See merge request gitlab-org/gitlab-ce!16713
2018-02-21Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon
Simplify the codequality job See merge request gitlab-org/gitlab-ee!4602
2018-02-05Merge branch 'dz-sast-confidence-level' into 'master'Rémy Coutable
Change SAST confidence level in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!16831
2018-02-01Speed-up the gitlab_git_test jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-01Change SAST confidence level in .gitlab-ci.ymlDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-31Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodesTakuya Noguchi
2018-01-26Generate secret first to avoid warnings laterLin Jen-Shin
2018-01-25Merge branch '34952-only-tags-is-not-taken-in-account-in-the-cache-gems-job' ↵Robert Speicher
into 'master' Resolve "`only: - tags` is not taken in account in the `cache gems` job" Closes #34952 See merge request gitlab-org/gitlab-ce!16721
2018-01-25Ensure the job also run for tagsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-25Cache rubocop cache for CILin Jen-Shin
2018-01-24Remove one Spinach job and add one RSpec jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-23Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the ↵Rémy Coutable
correct location Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-20Split the setup-test-env job in twoNick Thomas
2018-01-12Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'Rémy Coutable
Add reason to keep postgresql 9.2 for CI See merge request gitlab-org/gitlab-ce!16277
2018-01-12Add reason to keep postgresql 9.2 for CITakuya Noguchi
2018-01-11Merge branch 'docs/exclude-sast' into 'master'Rémy Coutable
Exclude sast job from being run in docs only changes Closes #41818 See merge request gitlab-org/gitlab-ce!16344
2018-01-10Require qa:selectors sanity validation to passGrzegorz Bizon