summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't run RuboCop nor ESLint checks in the codequality job as this is ↵44978-consider-removing-rubocop-and-eslint-from-codeclimate-ymlRémy Coutable2018-04-041-3/+0
| | | | | | already done by the static-analysis job Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use standard codequality jobOlivier Gonzalez2018-04-041-6/+8
|
* Merge branch ↵Rémy Coutable2018-04-031-0/+3
|\ | | | | | | | | | | | | | | | | '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
| * Don't set the tag for the job since it needs44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-fileRémy Coutable2018-04-031-0/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'fix/qa/gb/use-project-path-in-package-and-qa-action' into 'master'Rémy Coutable2018-04-031-1/+1
|\ \ | |/ |/| | | | | Use project path in package-and-qa to fetch script See merge request gitlab-org/gitlab-ce!18145
| * Use project path in package-and-qa to fetch scriptGrzegorz Bizon2018-04-031-1/+1
| |
* | Do not retry package-and-qa manual action on failureqa/gb/do-not-auto-retry-package-and-qa-actionGrzegorz Bizon2018-04-021-0/+1
|/
* Don't let the Runner clone/fetch prior to the package-and-qa jobrc/checkout-false-in-package-and-qaRémy Coutable2018-03-301-1/+10
| | | | | | | 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>
* Rollback to a set version instead of an arbitrary number of stepssh-improve-rollback-testStan Hu2018-03-221-1/+1
| | | | | | | The previously hard-coded value can fail when new migrations are introduced since multiple migrations may need to be rolled back atomically. Closes #40302
* Rename manual job to `package-and-qa`Toon Claes2018-03-161-1/+1
| | | To make it more clear it's building the package **and** doing QA, rename the job.
* New .dedicated-no-docs-pull-cache-job and .no-db-job definitionsRémy Coutable2018-03-061-136/+99
| | | | | | | | 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>
* Add date calls in .gitlab-ci.yml to see how long each step takeRémy Coutable2018-03-061-0/+19
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* codequality: Install jq directly instead of pulling it via dockerNick Thomas2018-03-021-1/+2
|
* Bump GitLab CI test image to use git v2.16Stan Hu2018-02-281-1/+1
| | | | | | | 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.
* Optimize and improve the inline documentation for the codequality jobRémy Coutable2018-02-211-1/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon2018-02-211-10/+10
|\ | | | | | | | | Merge branch 'improve-codequality-job' into 'master' See merge request gitlab-org/gitlab-ce!17263
| * Merge branch 'improve-codequality-job' into 'master'improve-codequality-jobGrzegorz Bizon2018-02-211-10/+10
| | | | | | | | | | Simplify the codequality job See merge request gitlab-org/gitlab-ee!4602
* | Merge branch 'rebalance-test-job-nodes-28-2' into 'master'Rémy Coutable2018-02-211-63/+63
|\ \ | |/ |/| | | | | Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodes See merge request gitlab-org/gitlab-ce!16713
| * Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodesTakuya Noguchi2018-02-011-63/+63
| |
* | Merge branch 'dz-sast-confidence-level' into 'master'Rémy Coutable2018-02-051-0/+2
|\ \ | | | | | | | | | | | | Change SAST confidence level in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!16831
| * | Change SAST confidence level in .gitlab-ci.ymldz-sast-confidence-levelDmitriy Zaporozhets2018-02-011-0/+2
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Speed-up the gitlab_git_test jobRémy Coutable2018-02-011-1/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Generate secret first to avoid warnings laterLin Jen-Shin2018-01-261-0/+1
|
* Merge branch '34952-only-tags-is-not-taken-in-account-in-the-cache-gems-job' ↵Robert Speicher2018-01-251-2/+1
|\ | | | | | | | | | | | | | | | | 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
| * Ensure the job also run for tagsRémy Coutable2018-01-251-2/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Cache rubocop cache for CI42338-rubocop-cacheLin Jen-Shin2018-01-251-1/+6
|/
* Remove one Spinach job and add one RSpec jobrc/move-one-spinach-job-to-rspecRémy Coutable2018-01-241-63/+63
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the ↵rc/improve-setup-test-envRémy Coutable2018-01-231-1/+1
| | | | | | correct location Signed-off-by: Rémy Coutable <remy@rymai.me>
* Split the setup-test-env job in twoNick Thomas2018-01-191-3/+16
|
* Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'Rémy Coutable2018-01-121-0/+3
|\ | | | | | | | | Add reason to keep postgresql 9.2 for CI See merge request gitlab-org/gitlab-ce!16277
| * Add reason to keep postgresql 9.2 for CITakuya Noguchi2018-01-121-0/+3
| |
* | Merge branch 'docs/exclude-sast' into 'master'Rémy Coutable2018-01-111-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Exclude sast job from being run in docs only changes Closes #41818 See merge request gitlab-org/gitlab-ce!16344
| * | Exclude sast job from being run in docs only changesdocs/exclude-sastJohn Doe2018-01-101-0/+1
| |/
* | Require qa:selectors sanity validation to passGrzegorz Bizon2018-01-101-1/+0
| |
* | Allow failure of qa:selectors job for nowGrzegorz Bizon2018-01-091-1/+2
| |
* | Add CI job that validates GitLab QA selectorsGrzegorz Bizon2018-01-091-0/+12
|/
* Merge branch '41396-ee_compat_check-and-security-fix-development' into 'master'Rémy Coutable2018-01-041-0/+1
|\ | | | | | | | | | | | | Do not run ee_compat_check on security branches Closes #41396 See merge request gitlab-org/gitlab-ce!16188
| * Do not run ee_compat_check on security branches41396-ee_compat_check-and-security-fix-developmentAlessio Caiazza2018-01-041-0/+1
| | | | | | | | | | | | | | | | Branches started from `security-X-Y` will likely fail on `ee_compat_check`, the check tries to merge against EE `master` which may likely fail for MR that are not targetted on `master`, like security fixes. This commit disables `ee_compat_check` on branches starting with `security-`.
* | Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql}Rémy Coutable2018-01-041-5/+5
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix `rake db:seed_fu` not doing anything in CIsh-fix-seed-fu-ciStan Hu2018-01-021-1/+3
| | | | | | | | | The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
* Remove security checks from static analysis and add sast jobDmitriy Zaporozhets2017-12-231-0/+8
|
* Use gitlab-stylesRémy Coutable2017-12-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update Ruby version to 2.3.641268-bump-ruby-to-2-3-6Rémy Coutable2017-12-211-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Make sure two except won't overwrite each otherLin Jen-Shin2017-12-191-26/+18
| | | | | | This is a pretty boring solution, but I can't think of a good idea right now and this might be good enough for now...
* Use dedicated runners for all the CI jobs41139-codequality-and-qa-internal-is-leaking-to-shared-runnersRémy Coutable2017-12-181-19/+23
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon2017-12-181-0/+21
|
* Change CI config to use new base imageBalasankar C2017-12-151-1/+1
|
* Do not run qa:internal for docs only changesAchilleas Pipinellis2017-12-051-0/+1
|
* Upgrade codeclimate image to latestWinnie Hellmann2017-11-281-1/+1
|
* Add a feedback mechanism to `package-qa` manual actionGrzegorz Bizon2017-11-241-1/+3
|