Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
52a09fd2
Commit
52a09fd2
authored
Jul 01, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
3a572d14
d0d66799
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
54 additions
and
43 deletions
+54
-43
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+3
-4
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+8
-6
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+11
-5
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+19
-16
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+6
-8
.gitlab/ci/test-metadata.gitlab-ci.yml
.gitlab/ci/test-metadata.gitlab-ci.yml
+7
-4
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -12,7 +12,9 @@
# Trigger a manual docs build in gitlab-docs only on non docs-only branches.
# Useful to preview the docs changes live.
review-docs-deploy-manual
:
<<
:
*review-docs
extends
:
-
.review-docs
-
.no-docs-and-no-qa
stage
:
build
script
:
-
gem install gitlab --no-document
...
...
@@ -21,9 +23,6 @@ review-docs-deploy-manual:
only
:
-
branches@gitlab-org/gitlab-ce
-
branches@gitlab-org/gitlab-ee
except
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
# Always trigger a docs build in gitlab-docs only on docs-only branches.
# Useful to preview the docs changes live.
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -70,9 +70,10 @@ gitlab:assets:compile pull-cache:
cache
:
policy
:
pull
except
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
/(^docs[\/-].*|.*-docs$)/
refs
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
/(^docs[\/-].*|.*-docs$)/
.compile-assets-metadata
:
extends
:
.dedicated-runner
...
...
@@ -107,9 +108,10 @@ compile-assets pull-cache:
cache
:
policy
:
pull
except
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
/(^docs[\/-].*|.*-docs$)/
refs
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
/(^docs[\/-].*|.*-docs$)/
gitlab:ui:visual:
extends
:
.dedicated-runner
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -30,7 +30,14 @@
.no-docs
:
except
:
-
/(^docs[\/-].*|.*-docs$)/
refs
:
-
/(^docs[\/-].*|.*-docs$)/
.no-docs-and-no-qa
:
except
:
refs
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
.dedicated-no-docs-pull-cache-job
:
extends
:
...
...
@@ -38,10 +45,9 @@
-
.no-docs
.dedicated-no-docs-and-no-qa-pull-cache-job
:
extends
:
.dedicated-pull-cache-job
except
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
extends
:
-
.dedicated-pull-cache-job
-
.no-docs-and-no-qa
# Jobs that do not need a DB
.dedicated-no-docs-no-db-pull-cache-job
:
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -20,8 +20,9 @@
-
master@gitlab/gitlab-ee
.gitlab-setup
:
&gitlab-setup
extends
:
.dedicated-no-docs-and-no-qa-pull-cache-job
<<
:
*use-pg
extends
:
-
.dedicated-no-docs-and-no-qa-pull-cache-job
-
.use-pg
variables
:
SETUP_DB
:
"
false"
script
:
...
...
@@ -43,7 +44,9 @@
-
bundle exec rake $CI_JOB_NAME
.rspec-metadata
:
&rspec-metadata
extends
:
.dedicated-pull-cache-job
extends
:
-
.dedicated-pull-cache-job
-
.no-docs-and-no-qa
stage
:
test
script
:
-
JOB_NAME=( $CI_JOB_NAME )
...
...
@@ -76,9 +79,6 @@
-
tmp/capybara/
reports
:
junit
:
junit_rspec.xml
except
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
.rspec-metadata-pg
:
&rspec-metadata-pg
<<
:
*rspec-metadata
...
...
@@ -122,8 +122,10 @@
-
setup-test-env
setup-test-env
:
extends
:
.dedicated-runner-default-cache
<<
:
*use-pg
extends
:
-
.dedicated-runner-default-cache
-
.no-docs
-
.use-pg
stage
:
prepare
script
:
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
...
...
@@ -134,8 +136,6 @@ setup-test-env:
-
tmp/tests
-
config/secrets.yml
-
vendor/gitaly-ruby
except
:
-
/(^docs[\/-].*|.*-docs$)/
rspec unit pg
:
<<
:
*rspec-metadata-pg
...
...
@@ -200,11 +200,12 @@ static-analysis:
downtime_check
:
<<
:
*rake-exec
except
:
-
master
-
tags
-
/^[\d-]+-stable(-ee)?$/
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
refs
:
-
master
-
tags
-
/^[\d-]+-stable(-ee)?$/
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
dependencies
:
-
setup-test-env
...
...
@@ -262,7 +263,9 @@ gitlab:setup-pg:
coverage
:
# Don't include dedicated-no-docs-no-db-pull-cache-job here since we need to
# download artifacts from all the rspec jobs instead of from setup-test-env only
extends
:
.dedicated-runner-default-cache
extends
:
-
.dedicated-runner-default-cache
-
.no-docs-and-no-qa
cache
:
policy
:
pull
variables
:
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -15,7 +15,9 @@ cache gems:
-
setup-test-env
gitlab_git_test
:
extends
:
.dedicated-runner
extends
:
-
.dedicated-runner
-
.no-docs-and-no-qa
variables
:
SETUP_DB
:
"
false"
before_script
:
[]
...
...
@@ -23,12 +25,11 @@ gitlab_git_test:
cache
:
{}
script
:
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
except
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
no_ee_check
:
extends
:
.dedicated-runner
extends
:
-
.dedicated-runner
-
.no-docs-and-no-qa
variables
:
SETUP_DB
:
"
false"
before_script
:
[]
...
...
@@ -38,6 +39,3 @@ no_ee_check:
-
scripts/no-ee-check
only
:
-
/.+/@gitlab-org/gitlab-ce
except
:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
.gitlab/ci/test-metadata.gitlab-ci.yml
View file @
52a09fd2
...
...
@@ -12,7 +12,9 @@
-
rspec_profiling/
retrieve-tests-metadata
:
<<
:
*tests-metadata-state
extends
:
-
.tests-metadata-state
-
.no-docs-and-no-qa
stage
:
prepare
cache
:
key
:
tests_metadata
...
...
@@ -73,9 +75,10 @@ flaky-examples-check:
only
:
-
branches
except
:
-
master
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
refs
:
-
master
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
artifacts
:
expire_in
:
30d
paths
:
...
...
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