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
1b3c2d9b
Commit
1b3c2d9b
authored
Jan 05, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Don't run `rspec:deprecations` on MR by default
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
a1f33b7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+14
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-2
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
1b3c2d9b
...
...
@@ -392,6 +392,20 @@ rspec:deprecations:
-
.rails:rules:deprecations
stage
:
post-test
allow_failure
:
true
# We cannot use needs since it would mean needing 84 jobs (since most are parallelized)
# so we use `dependencies` here.
dependencies
:
-
rspec migration pg11
-
rspec unit pg11
-
rspec integration pg11
-
rspec system pg11
-
rspec-ee migration pg11
-
rspec-ee unit pg11
-
rspec-ee integration pg11
-
rspec-ee system pg11
-
rspec-ee unit pg11 geo
-
rspec-ee integration pg11 geo
-
rspec-ee system pg11 geo
variables
:
SETUP_DB
:
"
false"
script
:
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
1b3c2d9b
...
...
@@ -835,8 +835,6 @@
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-merge-request
changes
:
*code-backstage-patterns
-
<<
:
*if-master-schedule-nightly
-
<<
:
*if-merge-request-title-run-all-rspec
...
...
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