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
6087612a
Commit
6087612a
authored
Jun 11, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't run the 'as-if-foss' jobs in GitLab's master pipelines
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
8592a578
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-12
doc/development/pipelines.md
doc/development/pipelines.md
+0
-1
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
6087612a
...
...
@@ -273,9 +273,6 @@
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-master-push
changes
:
*code-backstage-qa-patterns
-
<<
:
*if-master-schedule-2-hourly
-
<<
:
*if-security-merge-request
changes
:
*code-backstage-qa-patterns
-
<<
:
*if-merge-request-title-as-if-foss
...
...
@@ -291,9 +288,6 @@
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-master-push
changes
:
*code-backstage-patterns
-
<<
:
*if-master-schedule-2-hourly
-
<<
:
*if-security-merge-request
changes
:
*code-backstage-patterns
-
<<
:
*if-merge-request-title-as-if-foss
...
...
@@ -364,9 +358,6 @@
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-master-push
changes
:
*code-qa-patterns
-
<<
:
*if-master-schedule-2-hourly
-
<<
:
*if-security-merge-request
changes
:
*code-qa-patterns
-
<<
:
*if-merge-request-title-as-if-foss
...
...
@@ -412,9 +403,6 @@
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-master-push
changes
:
*code-backstage-patterns
-
<<
:
*if-master-schedule-2-hourly
-
<<
:
*if-security-merge-request
changes
:
*code-backstage-patterns
-
<<
:
*if-merge-request-title-as-if-foss
...
...
doc/development/pipelines.md
View file @
6087612a
...
...
@@ -397,7 +397,6 @@ Consult the [Review Apps](testing_guide/review_apps.md) dedicated page for more
The
`* as-if-foss`
jobs allows to run GitLab's test suite "as-if-FOSS", meaning as if the jobs would run in the context
of the
`gitlab-org/gitlab-foss`
project. These jobs are only created in the following cases:
-
`master`
commits (pushes and scheduled pipelines).
-
`gitlab-org/security/gitlab`
merge requests.
-
Merge requests which include
`RUN AS-IF-FOSS`
in their title.
-
Merge requests that changes the CI configuration.
...
...
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