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
93470b33
Commit
93470b33
authored
Feb 20, 2020
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure docs only merge requests can run CI
By passing empty needs because they really doesn't need anything
parent
b5057a4a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
20 deletions
+11
-20
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+1
-3
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+1
-3
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+3
-9
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+1
-3
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+3
-1
.gitlab/ci/yaml.gitlab-ci.yml
.gitlab/ci/yaml.gitlab-ci.yml
+2
-1
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
93470b33
...
...
@@ -46,9 +46,7 @@ docs lint:
-
.docs:rules:docs-lint
image
:
"
registry.gitlab.com/gitlab-org/gitlab-docs:docs-lint"
stage
:
test
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
script
:
-
scripts/lint-doc.sh
# Lint Markdown
...
...
.gitlab/ci/qa.gitlab-ci.yml
View file @
93470b33
...
...
@@ -3,9 +3,7 @@
-
.default-tags
-
.default-retry
stage
:
test
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
cache
:
key
:
"
qa-framework-jobs:v1"
paths
:
...
...
.gitlab/ci/reports.gitlab-ci.yml
View file @
93470b33
...
...
@@ -12,9 +12,7 @@ code_quality:
-
.default-retry
-
.reports:rules:code_quality
stage
:
test
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
image
:
docker:stable
allow_failure
:
true
services
:
...
...
@@ -54,9 +52,7 @@ sast:
-
.reports:rules:sast
stage
:
test
allow_failure
:
true
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
artifacts
:
paths
:
-
gl-sast-report.json
# GitLab-specific
...
...
@@ -94,9 +90,7 @@ dependency_scanning:
-
.default-retry
-
.reports:rules:dependency_scanning
stage
:
test
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
image
:
docker:stable
variables
:
DOCKER_DRIVER
:
overlay2
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
93470b33
...
...
@@ -248,9 +248,7 @@ danger-review:
-
.review:rules:danger
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:danger
stage
:
test
needs
:
-
job
:
"
retrieve-tests-metadata"
artifacts
:
false
needs
:
[]
script
:
-
git version
-
node --version
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
93470b33
...
...
@@ -23,12 +23,13 @@ cache gems:
extends
:
-
.default-tags
-
.default-retry
dependencie
s
:
[]
need
s
:
[]
gitlab_git_test
:
extends
:
-
.minimal-job
-
.setup:rules:gitlab_git_test
stage
:
test
script
:
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
...
...
@@ -36,5 +37,6 @@ no_ee_check:
extends
:
-
.minimal-job
-
.setup:rules:no_ee_check
stage
:
test
script
:
-
scripts/no-ee-check
.gitlab/ci/yaml.gitlab-ci.yml
View file @
93470b33
...
...
@@ -6,7 +6,8 @@ lint-ci-gitlab:
-
.default-retry
-
.yaml:rules
image
:
sdesbure/yamllint:latest
dependencies
:
[]
stage
:
test
needs
:
[]
variables
:
LINT_PATHS
:
.gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs
script
:
...
...
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