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
ef6b280b
Commit
ef6b280b
authored
Mar 04, 2022
by
Hordur Freyr Yngvason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set KUBE_INGRESS_BASE_DOMAIN for Auto DevOps QA test
See
https://gitlab.com/gitlab-org/gitlab/-/issues/351530
parent
1b3870d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
...igure/auto_devops/create_project_with_auto_devops_spec.rb
+10
-0
No files found.
qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
View file @
ef6b280b
...
...
@@ -10,6 +10,7 @@ module QA
end
before
do
set_kube_ingress_base_domain
(
project
)
disable_optional_jobs
(
project
)
end
...
...
@@ -73,6 +74,15 @@ module QA
private
def
set_kube_ingress_base_domain
(
project
)
Resource
::
CiVariable
.
fabricate_via_api!
do
|
resource
|
resource
.
project
=
project
resource
.
key
=
'KUBE_INGRESS_BASE_DOMAIN'
resource
.
value
=
'example.com'
resource
.
masked
=
false
end
end
def
disable_optional_jobs
(
project
)
%w[
CODE_QUALITY_DISABLED LICENSE_MANAGEMENT_DISABLED
...
...
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