chore: enable using GitLab EE in functional tests - #1778
Merged
Conversation
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
24 times, most recently
from
December 27, 2021 18:49
df76c27 to
5bcfe86
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
December 27, 2021 19:50
98c80f2 to
3ad3496
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
from
December 27, 2021 23:19
3ad3496 to
5e43c37
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
from
December 29, 2021 05:00
b5a8c7b to
05d5bdc
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
5 times, most recently
from
June 2, 2022 05:21
f5ae314 to
c819fe8
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
June 30, 2022 00:49
eafcf91 to
1d1e06b
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
July 4, 2022 20:49
00dbf1c to
c0095a0
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
July 22, 2022 21:02
9cfea3c to
3c4432f
Compare
JohnVillalovos
marked this pull request as ready for review
July 22, 2022 21:15
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
July 22, 2022 22:00
26a2f4d to
6c0c32f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1778 +/- ##
==========================================
+ Coverage 95.50% 95.52% +0.01%
==========================================
Files 80 80
Lines 5268 5268
==========================================
+ Hits 5031 5032 +1
+ Misses 237 236 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
2 times, most recently
from
July 23, 2022 17:18
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.
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
from
July 26, 2022 06:03
71fd47d to
8317f65
Compare
JohnVillalovos
force-pushed
the
jlvillal/gitlab-ee
branch
from
July 26, 2022 06:13
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