chore: enable using GitLab EE in functional tests#1778
Merged
Conversation
df76c27 to
5bcfe86
Compare
98c80f2 to
3ad3496
Compare
3ad3496 to
5e43c37
Compare
b5a8c7b to
05d5bdc
Compare
f5ae314 to
c819fe8
Compare
eafcf91 to
1d1e06b
Compare
00dbf1c to
c0095a0
Compare
9cfea3c to
3c4432f
Compare
26a2f4d to
6c0c32f
Compare
Codecov Report
@@ Coverage Diff @@
## main #1778 +/- ##
==========================================
+ Coverage 95.42% 95.44% +0.01%
==========================================
Files 79 79
Lines 5198 5198
==========================================
+ Hits 4960 4961 +1
+ Misses 238 237 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
eec116d to
71fd47d
Compare
nejch
requested changes
Jul 24, 2022
Enable using GitLab Enterprise Edition (EE) in the functional tests. This will allow us to add functional tests for EE only features in the functional tests.
71fd47d to
8317f65
Compare
8317f65 to
10987b3
Compare
nejch
approved these changes
Jul 26, 2022
Member
|
@JohnVillalovos fyi I had to re-run this a few times before it went green, maybe just GitHub Actions being weird but might need to increase the timeout a bit - not sure if the EE is a chunkier image and takes longer to boot ;) |
Member
Author
|
@nejch I give pre-authorization to revert this if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable using GitLab Enterprise Edition (EE) in the functional tests.
This will allow us to add tests for EE only features in the
functional tests.
Closes #1492