-
Notifications
You must be signed in to change notification settings - Fork 668
chore: enable using GitLab EE in functional tests #1778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
df76c27
to
5bcfe86
Compare
98c80f2
to
3ad3496
Compare
3ad3496
to
5e43c37
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
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
@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 ;) |
@nejch I give pre-authorization to revert this if needed. |
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