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
55ec0560
Commit
55ec0560
authored
Dec 03, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add rules to the 'workhorse' job
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
a141c69b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+12
-0
.gitlab/ci/workhorse.gitlab-ci.yml
.gitlab/ci/workhorse.gitlab-ci.yml
+1
-0
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
55ec0560
...
...
@@ -106,6 +106,10 @@
-
"
.gitlab/ci/build-images.gitlab-ci.yml"
-
"
.gitlab/ci/qa.gitlab-ci.yml"
.workhorse-patterns
:
&workhorse-patterns
-
"
GITLAB_WORKHORSE_VERSION"
-
"
workhorse/**/*"
.yaml-lint-patterns
:
&yaml-lint-patterns
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*.yml"
...
...
@@ -922,6 +926,14 @@
-
<<
:
*if-dot-com-ee-schedule
changes
:
*code-backstage-patterns
###################
# workhorse rules #
###################
.workhorse:rules:workhorse:
rules
:
-
<<
:
*if-default-refs
changes
:
*workhorse-patterns
###################
# yaml-lint rules #
###################
...
...
.gitlab/ci/workhorse.gitlab-ci.yml
View file @
55ec0560
workhorse
:
extends
:
.workhorse:rules:workhorse
image
:
golang:1.14
stage
:
test
needs
:
[]
...
...
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