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
a040da27
Commit
a040da27
authored
Nov 05, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run 'graphql-reference-verify' job for any code, backstage or QA change
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
5df3a32b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+4
-9
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
a040da27
...
...
@@ -75,7 +75,7 @@ graphql-reference-verify:
-
.default-cache
-
.default-only
-
.default-before_script
-
.only:changes-
graphql
-
.only:changes-
code-backstage-qa
-
.use-pg9
stage
:
test
needs
:
[
"
setup-test-env"
]
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
a040da27
...
...
@@ -93,6 +93,7 @@
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/**/*"
.backstage-patterns
:
&backstage-patterns
-
"
Dangerfile"
...
...
@@ -111,11 +112,6 @@
-
"
doc/**/*"
-
"
.markdownlint.json"
.graphql-patterns
:
&graphql-patterns
-
"
{,ee/}app/graphql/**/*"
-
"
{,ee/}lib/gitlab/graphql/**/*"
-
"
doc/api/graphql/**/*"
.only:changes-code:
only
:
changes
:
*code-patterns
...
...
@@ -128,10 +124,6 @@
only
:
changes
:
*docs-patterns
.only:changes-graphql:
only
:
changes
:
*graphql-patterns
.only:changes-code-backstage:
only
:
changes
:
...
...
@@ -147,6 +139,7 @@
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/**/*"
# Backstage changes
-
"
Dangerfile"
-
"
danger/**/*"
...
...
@@ -170,6 +163,7 @@
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/**/*"
# QA changes
-
"
.dockerignore"
-
"
qa/**/*"
...
...
@@ -189,6 +183,7 @@
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/**/*"
# Backstage changes
-
"
Dangerfile"
-
"
danger/**/*"
...
...
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