2019-05-06 06:35:35 -04:00
|
|
|
image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.6.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29"
|
2016-01-22 08:45:34 -05:00
|
|
|
|
|
|
|
variables:
|
|
|
|
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
|
2016-05-21 21:41:17 -04:00
|
|
|
RAILS_ENV: "test"
|
2017-04-04 13:47:12 -04:00
|
|
|
NODE_ENV: "test"
|
2016-05-21 21:41:17 -04:00
|
|
|
SIMPLECOV: "true"
|
2016-06-17 04:59:48 -04:00
|
|
|
GIT_DEPTH: "20"
|
2017-04-26 11:57:44 -04:00
|
|
|
GIT_SUBMODULE_STRATEGY: "none"
|
2016-12-15 06:40:33 -05:00
|
|
|
GET_SOURCES_ATTEMPTS: "3"
|
2017-03-28 04:12:37 -04:00
|
|
|
KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json
|
2017-10-04 07:24:51 -04:00
|
|
|
FLAKY_RSPEC_SUITE_REPORT_PATH: rspec_flaky/report-suite.json
|
2018-11-14 12:36:02 -05:00
|
|
|
BUILD_ASSETS_IMAGE: "false"
|
2016-01-22 08:45:34 -05:00
|
|
|
|
2015-06-04 10:54:32 -04:00
|
|
|
before_script:
|
2017-10-17 07:00:10 -04:00
|
|
|
- date
|
2017-04-28 14:05:39 -04:00
|
|
|
- source scripts/utils.sh
|
|
|
|
- source scripts/prepare_build.sh
|
2017-10-17 07:00:10 -04:00
|
|
|
- date
|
|
|
|
|
|
|
|
after_script:
|
|
|
|
- date
|
2016-02-24 16:53:13 -05:00
|
|
|
|
2016-05-21 21:17:15 -04:00
|
|
|
stages:
|
2017-07-19 10:01:33 -04:00
|
|
|
- build
|
|
|
|
- prepare
|
2018-11-29 10:10:23 -05:00
|
|
|
- merge
|
2017-07-19 10:01:33 -04:00
|
|
|
- test
|
2019-04-18 15:18:20 -04:00
|
|
|
- review
|
|
|
|
- qa
|
2017-07-19 10:01:33 -04:00
|
|
|
- post-test
|
|
|
|
- pages
|
2017-09-07 11:43:20 -04:00
|
|
|
- post-cleanup
|
2016-02-24 16:53:13 -05:00
|
|
|
|
2019-04-12 04:56:38 -04:00
|
|
|
include:
|
|
|
|
- local: .gitlab/ci/global.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/cng.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/docs.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/frontend.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/pages.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/qa.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/reports.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/rails.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/review.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/setup.gitlab-ci.yml
|
|
|
|
- local: .gitlab/ci/test-metadata.gitlab-ci.yml
|
2019-06-05 12:31:35 -04:00
|
|
|
- local: .gitlab/ci/yaml.gitlab-ci.yml
|