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
b41d8157
Commit
b41d8157
authored
Jan 23, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a new 'qa:internal-foss' job
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ddebe939
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+1
-1
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+8
-1
No files found.
.gitlab/ci/global.gitlab-ci.yml
View file @
b41d8157
...
...
@@ -13,7 +13,7 @@
.default-before_script
:
before_script
:
-
date
-
'
[
"$FOSS_ONLY"
=
"1"
]
&&
rm
-rf
ee/'
-
'
[
"$FOSS_ONLY"
=
"1"
]
&&
rm
-rf
ee/
qa/spec/ee/
qa/qa/specs/features/ee/
qa/qa/ee/
qa/qa/ee.rb
'
-
export GOPATH=$CI_PROJECT_DIR/.go
-
mkdir -p $GOPATH
-
source scripts/utils.sh
...
...
.gitlab/ci/qa.gitlab-ci.yml
View file @
b41d8157
...
...
@@ -40,7 +40,7 @@
paths
:
-
vendor/ruby
before_script
:
-
'
[
"$FOSS_ONLY"
=
"1"
]
&&
rm
-rf
ee/'
-
'
[
"$FOSS_ONLY"
=
"1"
]
&&
rm
-rf
ee/
qa/spec/ee/
qa/qa/specs/features/ee/
qa/qa/ee/
qa/qa/ee.rb
'
-
cd qa/
-
bundle install --clean --jobs=$(nproc) --path=vendor --retry=3 --quiet
-
bundle check
...
...
@@ -50,6 +50,13 @@ qa:internal:
script
:
-
bundle exec rspec
qa:internal-foss:
extends
:
-
.qa-job-base
-
.only-ee-as-if-foss
script
:
-
bundle exec rspec
qa:selectors:
extends
:
.qa-job-base
script
:
...
...
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