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
cdaa892d
Commit
cdaa892d
authored
Jun 01, 2020
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run rspec foss-impact in canonical MR pipelines
parent
bbe4e54f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
+17
-8
.gitignore
.gitignore
+1
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+7
-7
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+9
-0
No files found.
.gitignore
View file @
cdaa892d
...
...
@@ -92,4 +92,4 @@ webpack-dev-server.json
/.nvimrc
.solargraph.yml
apollo.config.js
matching_foss_tests.txt
/tmp/
matching_foss_tests.txt
.gitlab/ci/rails.gitlab-ci.yml
View file @
cdaa892d
...
...
@@ -326,12 +326,12 @@ db:rollback geo:
##################################################
##################################################
# EE:
merged result
MR pipelines
rspec
verify-no-ee-in-foss
:
# EE:
Canonical
MR pipelines
rspec
foss-impact
:
extends
:
-
.rspec-base
-
.as-if-foss
-
.rails:rules:ee-only
-
.rails:rules:ee-
canonical-mr-
only
-
.use-pg11
script
:
-
git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
...
...
@@ -339,11 +339,11 @@ rspec verify-no-ee-in-foss:
-
run_timed_command "scripts/gitaly-test-build"
-
run_timed_command "scripts/gitaly-test-spawn"
-
source scripts/rspec_helpers.sh
-
scripts/find_foss_tests matching_foss_tests.txt
-
rspec_simple_job "--tag ~quarantine --tag ~geo --tag ~level:migration $(cat matching_foss_tests.txt)"
-
scripts/find_foss_tests
tmp/
matching_foss_tests.txt
-
rspec_simple_job "--tag ~quarantine --tag ~geo --tag ~level:migration $(cat
tmp/
matching_foss_tests.txt)"
artifacts
:
expire_in
:
7d
paths
:
-
matching_foss_tests.txt
# EE:
merged result MR
pipelines
-
tmp/
matching_foss_tests.txt
# EE:
Merge Request
pipelines
##################################################
.gitlab/ci/rules.gitlab-ci.yml
View file @
cdaa892d
...
...
@@ -446,6 +446,15 @@
-
<<
:
*if-master-refs
changes
:
*code-backstage-patterns
.rails:rules:ee-canonical-mr-only:
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-not-canonical-namespace
when
:
never
-
<<
:
*if-merge-request
changes
:
*code-backstage-patterns
.rails:rules:downtime_check:
rules
:
-
<<
:
*if-merge-request
...
...
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