Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Commits
aed874ee
Commit
aed874ee
authored
1 year ago
by
Sylvester Chin
Committed by
David Dieulivol
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add single-redis jobs to coverage dependency
parent
57da6bf0
No related branches found
No related tags found
1 merge request
!122421
Add single-redis jobs to coverage dependency
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/rails.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab/ci/rails.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab/ci/rails.gitlab-ci.yml
+
6
−
0
View file @
aed874ee
...
...
@@ -288,8 +288,11 @@ rspec:coverage:
-
rspec migration pg13
-
rspec background_migration pg13
-
rspec unit pg13
-
rspec unit pg13 single-redis
-
rspec integration pg13
-
rspec integration pg13 single-redis
-
rspec system pg13
-
rspec system pg13 single-redis
# as-if-foss jobs
-
rspec migration pg13-as-if-foss
-
rspec background_migration pg13-as-if-foss
...
...
@@ -300,8 +303,11 @@ rspec:coverage:
-
rspec-ee migration pg13
-
rspec-ee background_migration pg13
-
rspec-ee unit pg13
-
rspec-ee unit pg13 single-redis
-
rspec-ee integration pg13
-
rspec-ee integration pg13 single-redis
-
rspec-ee system pg13
-
rspec-ee system pg13 single-redis
# Memory jobs
-
memory-on-boot
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment