summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't install fog-aws and mime-types gems in scripts/prepare_build.sh34915-do-not-install-fog-aws-in-prepare_buildRémy Coutable2017-07-131-0/+1
| | | | | | Instead, install them only for the 'update-knapsack' job. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reduce parallelization of Spinach jobs and increase the RSpec ones34911-balance-spinach-jobs-to-rspecRémy Coutable2017-07-101-63/+63
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs/exclude-gitlab-git-test' into 'master'Rémy Coutable2017-07-101-0/+1
|\ | | | | | | | | Exclude gitlab_git_test from docs only changes See merge request !12703
| * Exclude gitlab_git_test from docs only changesdocs/exclude-gitlab-git-testAchilleas Pipinellis2017-07-071-0/+1
| |
* | Test logging in via the Authentiq OAuth provider in a feature spec.34737-authentiq-oauth-feature-specTimothy Andrew2017-07-071-0/+1
|/ | | | | | | | | | | | | | | | | | - The `migration:path-pg` build was previously failing when the Authentiq feature spec was enabled by placing Authentiq configuration in the `test` section of `gitlab.yml` - The `migration:path-pg` task checks out an old revision of the codebase (`v8.14.10`) and runs a `schema:load`. It then checks out the commit under test, and runs `db:migrate`, to verify that migrations run without errors. - The problem here is that `v8.14.10` does not have the Authentiq module installed, but is run with the `gitlab.yml` for `master`, which would contain the `Authentiq` configuration in the `test` section. - The solution was to use the `v8.14.10` `gitlab.yml` for the `schema:load`, rather than the `gitlab.yml` from master.
* Remove unnecessary pull command from codeclimate jobdz-improve-codeclimate-json-cleanupDmitriy Zaporozhets2017-06-301-2/+0
|
* Fix codeclimate job in .gitlab-ci.ymlDmitriy Zaporozhets2017-06-291-1/+1
|
* Cleanup codeclimate.json file generated by CIDmitriy Zaporozhets2017-06-291-2/+3
|
* Run mysql tests on stable preperation branches like 9-3-stable-patch-2jej/run-mysql-tests-on-stable-preparation-branchesJames Edwards-Jones2017-06-291-1/+1
|
* Merge branch 'dz-cleanup-codeclimate-json' into 'master'Kamil Trzciński2017-06-281-0/+1
|\ | | | | | | | | Remove unused data from code climate artifact See merge request !12494
| * Improve sed regex for codeclimate ci jobdz-cleanup-codeclimate-jsonDmitriy Zaporozhets2017-06-271-1/+1
| |
| * Remove unused data from code climate artifactDmitriy Zaporozhets2017-06-271-0/+1
| |
* | Vendor the gitlab-git-test repoJacob Vosmaer (GitLab)2017-06-281-0/+6
| |
* | updated gitlab-ci.yml to compile localeignore-generated-i18n-json-filesPhil Hughes2017-06-271-0/+3
|/
* Do not run the codeclimate job on docs-only changesAchilleas Pipinellis2017-06-211-0/+1
|
* Merge branch 'karma-headless-chrome-redux' into 'master'33592-pipeline-schedules-callout-has-no-top-marginTim Zallmann2017-06-161-0/+4
|\ | | | | | | | | | | | | Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
| * remove debug flag, but continue to log chrome outputMike Greiling2017-06-141-1/+1
| |
| * add DEBUG flag option to karma configMike Greiling2017-06-141-0/+3
| |
| * run chrome with --no-sandbox flag to get around docker privilege limitationsMike Greiling2017-06-141-3/+0
| |
| * force chrome to produce debug output as it runs in CIMike Greiling2017-06-141-0/+3
| |
| * update karma job to use chrome build image created by gitlab-build-images!41Mike Greiling2017-06-141-1/+1
| |
| * test new docker image with headless chromeMike Greiling2017-06-141-0/+1
| |
* | Exclude more path from codeclimate jobDmitriy Zaporozhets2017-06-141-15/+15
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add codeclimate job to .gitlab-ci.ymlDmitriy Zaporozhets2017-06-141-0/+15
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-1/+0
| | | This reverts merge request !12036
* update karma job to use chrome build image created by gitlab-build-images!41Mike Greiling2017-06-131-1/+1
|
* test new docker image with headless chromeMike Greiling2017-06-131-0/+1
|
* skip asset compression in CIMike Greiling2017-05-301-0/+1
|
* Minimum postgresql version is now 9.2Nick Thomas2017-05-261-1/+1
|
* Merge branch 'zj-docs-on-pipeline-schedules' into 'master'32962-diff-tab-shows-a-loading-spinnerAchilleas Pipinellis2017-05-261-19/+0
|\ | | | | | | | | Remove trigger docs job See merge request !11574
| * Remove trigger docs jobzj-docs-on-pipeline-schedulesZ.J. van de Weg2017-05-201-19/+0
| | | | | | | | | | | | | | No need to trigger pipelines no more, as now these will be triggered using pipeline schedules. See https://gitlab.com/gitlab-com/gitlab-docs/pipeline_schedules
* | Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan2017-05-251-1/+1
|\ \ | | | | | | | | | | | | Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709
| * | Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas2017-05-251-1/+1
| | |
* | | Merge branch 'zj-faster-image-trigger-builds' into 'master'Marin Jankovski2017-05-251-0/+1
|\ \ \ | |/ / |/| | | | | | | | Use smaller image when triggering a build See merge request !11674
| * | Use smaller image when triggering a buildzj-faster-image-trigger-buildsZ.J. van de Weg2017-05-241-0/+1
| |/
* | Merge branch 'run-mysql-on-stable' into 'master'Rémy Coutable2017-05-231-0/+1
|\ \ | | | | | | | | | | | | Run MySQL tests on *-stable as well See merge request !11602
| * | Run MySQL tests on *-stable as wellrun-mysql-on-stableLin Jen-Shin2017-05-221-0/+1
| |/
* | Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-231-1/+1
|/ | | | | - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2
* Fix Knapsack report names for RSpec and Spinachfix-update-knapsack-jobRémy Coutable2017-05-181-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reorganize static analysis and DB-related jobs31693-move-db-name-to-last-part-of-job-nameRémy Coutable2017-05-171-29/+27
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Factorize common :only definition in .gitlab-ci.ymlRémy Coutable2017-05-171-5/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move the DB name at the end of the first jobs' name word and prepend it with ↵Rémy Coutable2017-05-171-72/+71
| | | | | | a dash Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Merge branch 'revert-f2fc716c' into 'master' "Rémy Coutable2017-05-171-12/+12
| | | | | This reverts commit 98ae016ab207a7f4e27d151584156af6011d48d5, reversing changes made to c5dee301f8bb6496c09c2aef54f9665b350c535f.
* Add more choices to name the branch for docs only testsAchilleas Pipinellis2017-05-161-2/+2
| | | | http://rubular.com/r/51mKdLm6RF
* alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cacheMike Greiling2017-05-161-1/+1
|
* add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling2017-05-161-1/+1
|
* instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-161-2/+4
|
* Remove unnecessary cache definition in rake karma testStan Hu2017-05-111-3/+0
| | | | Closes #32119
* Move triggering build logic to separate scriptBalasankar C2017-05-091-12/+1
|
* Print triggered pipeline id in a better formatBalasankar C2017-05-091-1/+3
|