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
b885b193
Commit
b885b193
authored
Sep 19, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automatically run 'schedule:package-and-qa' on .com schedules
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ed4d4353
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+11
-11
doc/development/pipelines.md
doc/development/pipelines.md
+1
-1
No files found.
.gitlab/ci/qa.gitlab-ci.yml
View file @
b885b193
...
...
@@ -24,17 +24,6 @@ package-and-qa-manual:
when
:
manual
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile
pull-cache"
]
package-and-qa-manual:master:
extends
:
-
.package-and-qa-base
-
.only-code-qa-changes
only
:
refs
:
-
master@gitlab-org/gitlab-foss
-
master@gitlab-org/gitlab
when
:
manual
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile"
]
package-and-qa
:
extends
:
-
.package-and-qa-base
...
...
@@ -44,3 +33,14 @@ package-and-qa:
-
master
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile
pull-cache"
]
allow_failure
:
true
schedule:package-and-qa:
extends
:
-
.package-and-qa-base
-
.only-code-qa-changes
only
:
refs
:
-
schedules@gitlab-org/gitlab
-
schedules@gitlab-org/gitlab-foss
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile"
]
allow_failure
:
true
doc/development/pipelines.md
View file @
b885b193
...
...
@@ -134,7 +134,7 @@ graph RL;
M[coverage];
N[pages];
O[static-analysis];
P["
package-and-qa-manual:master
<br/>(master schedule only)"];
P["
schedule:package-and-qa
<br/>(master schedule only)"];
Q[package-and-qa];
R[package-and-qa-manual];
...
...
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