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
77c766b4
Commit
77c766b4
authored
Apr 10, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop running quarantined specs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
20d1bda1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
+0
-32
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+0
-23
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-9
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
77c766b4
...
...
@@ -93,17 +93,6 @@ downtime_check:
reports
:
junit
:
junit_rspec.xml
.rspec-base-quarantine-pg11
:
extends
:
-
.rspec-base
-
.use-pg11
variables
:
RSPEC_OPTS
:
"
--tag
quarantine
--
spec/"
script
:
-
source scripts/rspec_helpers.sh
-
rspec_simple_job "${RSPEC_OPTS}"
allow_failure
:
true
.rspec-base-pg11
:
extends
:
-
.rspec-base
...
...
@@ -247,11 +236,6 @@ rspec:coverage:
####################
# master-only jobs #
rspec quarantine pg11
:
extends
:
-
.rspec-base-quarantine-pg11
-
.rails:rules:master-refs-code-backstage
.rspec-base-pg10
:
extends
:
-
.rspec-base
...
...
@@ -310,13 +294,6 @@ rspec system pg9:
#######################
# EE master-only jobs #
rspec-ee quarantine pg11
:
extends
:
-
.rspec-base-quarantine-pg11
-
.rails:rules:master-refs-code-backstage-ee-only
variables
:
RSPEC_OPTS
:
"
--tag
quarantine
--
ee/spec/"
.rspec-ee-base-pg10
:
extends
:
-
.rspec-base-ee
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
77c766b4
...
...
@@ -363,15 +363,6 @@
when
:
on_success
-
changes
:
[
"
.gitlab/ci/rails.gitlab-ci.yml"
]
.rails:rules:master-refs-code-backstage-ee-only:
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-master-refs
changes
:
*code-backstage-patterns
when
:
on_success
-
changes
:
[
"
.gitlab/ci/rails.gitlab-ci.yml"
]
.rails:rules:nightly-master-refs-code-backstage:
rules
:
-
<<
:
*if-nightly-master-schedule
...
...
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