Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
902bd84b
Unverified
Commit
902bd84b
authored
May 03, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize static analysis and DB-related jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
33de07ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
29 deletions
+27
-29
.gitlab-ci.yml
.gitlab-ci.yml
+27
-29
No files found.
.gitlab-ci.yml
View file @
902bd84b
...
...
@@ -264,7 +264,7 @@ spinach-mysql 7 10: *spinach-knapsack-mysql
spinach-mysql 8 10
:
*spinach-knapsack-mysql
spinach-mysql 9 10
:
*spinach-knapsack-mysql
#
Other generic test
s
#
Static analysis job
s
.ruby-static-analysis
:
&ruby-static-analysis
variables
:
SIMPLECOV
:
"
false"
...
...
@@ -333,6 +333,7 @@ ee_compat_check:
paths
:
-
ee_compat_check/patches/*.patch
# DB migration, rollback, and seed jobs
.db-migrate-reset
:
&db-migrate-reset
stage
:
test
<<
:
*dedicated-runner
...
...
@@ -348,6 +349,30 @@ db:migrate:reset-mysql:
<<
:
*db-migrate-reset
<<
:
*use-mysql
.migration-paths
:
&migration-paths
stage
:
test
<<
:
*dedicated-runner
variables
:
SETUP_DB
:
"
false"
<<
:
*only-canonical-masters
script
:
-
git fetch origin v8.14.10
-
git checkout -f FETCH_HEAD
-
bundle install $BUNDLE_INSTALL_FLAGS
-
bundle exec rake db:drop db:create db:schema:load db:seed_fu
-
git checkout $CI_COMMIT_SHA
-
bundle install $BUNDLE_INSTALL_FLAGS
-
. scripts/prepare_build.sh
-
bundle exec rake db:migrate
migration:path-pg:
<<
:
*migration-paths
<<
:
*use-pg
migration:path-mysql:
<<
:
*migration-paths
<<
:
*use-mysql
.db-rollback
:
&db-rollback
stage
:
test
<<
:
*dedicated-runner
...
...
@@ -390,6 +415,7 @@ db:seed_fu-mysql:
<<
:
*db-seed_fu
<<
:
*use-mysql
# Frontend-related jobs
gitlab:assets:compile:
stage
:
test
<<
:
*dedicated-runner
...
...
@@ -427,34 +453,6 @@ karma:
paths
:
-
coverage-javascript/
.migration-paths
:
&migration-paths
stage
:
test
<<
:
*dedicated-runner
variables
:
SETUP_DB
:
"
false"
only
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
script
:
-
git fetch origin v8.14.10
-
git checkout -f FETCH_HEAD
-
bundle install $BUNDLE_INSTALL_FLAGS
-
bundle exec rake db:drop db:create db:schema:load db:seed_fu
-
git checkout $CI_COMMIT_SHA
-
bundle install $BUNDLE_INSTALL_FLAGS
-
. scripts/prepare_build.sh
-
bundle exec rake db:migrate
migration:path-pg:
<<
:
*migration-paths
<<
:
*use-pg
migration:path-mysql:
<<
:
*migration-paths
<<
:
*use-mysql
coverage
:
stage
:
post-test
services
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment