summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Try to find the merge-base against the canonical masterRémy Coutable2017-11-221-1/+1
| | | | | | Also, name the remotes in Gitlab::EeCompatCheck Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove a useless `allow_failure: no` and use `true` instead of `yes`rc/remove-useless-allow-failureRémy Coutable2017-11-201-2/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs/use-slug-as-prefix-in-ci-docs-job' into 'master'Rémy Coutable2017-11-201-1/+1
|\ | | | | | | | | Use slug as the prefix for the docs CI job preview URL See merge request gitlab-org/gitlab-ce!15450
| * Use slug as the prefix for the docs CI job preview URLdocs/use-slug-as-prefix-in-ci-docs-jobAchilleas Pipinellis2017-11-171-1/+1
| |
* | Rollback to a safer place to stopMichael Kozono2017-11-171-1/+1
|/
* Set 0.69.0 instead of latest for codeclimate imageShinya Maeda2017-11-171-1/+1
|
* Remove the custom cache definition for the ee_compat_check job and disallow ↵38605-move-ee_compat_check-to-an-earlier-build-stageRémy Coutable2017-11-101-5/+1
| | | | | | it to fail Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use a non-superuser user to access GitLab to ensure permissions are propersh-use-non-superuser-dbStan Hu2017-11-091-1/+2
| | | | | | | | | We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932
* Add Internal QA specs to the pipelineGrzegorz Bizon2017-11-081-0/+10
|
* Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu2017-11-031-3/+1
|\ | | | | | | | | | | | | Replace PhantomJS with Headless Chrome for GitLab Integration Tests Closes #30876 See merge request gitlab-org/gitlab-ce!12244