Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Common CI Configuration
Commits
1383ed4b
Commit
1383ed4b
authored
1 year ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
All job definitions spawning internal services should have enabled network isolation
parent
a25a1c94
No related branches found
No related tags found
1 merge request
!38
.haf_app_pattern_tests_template allows to perform HAF-APP setup performed by dedicated application container
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/test_jobs.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
templates/test_jobs.gitlab-ci.yml
with
3 additions
and
0 deletions
templates/test_jobs.gitlab-ci.yml
+
3
−
0
View file @
1383ed4b
...
@@ -55,6 +55,7 @@ include:
...
@@ -55,6 +55,7 @@ include:
HIVED_IMAGE_NAME
:
"
"
# Must be overrided at derived job
HIVED_IMAGE_NAME
:
"
"
# Must be overrided at derived job
TESTED_ENDPOINT
:
hived-instance:8091
TESTED_ENDPOINT
:
hived-instance:8091
HIVED_COMMIT
:
$HIVED_COMMIT
HIVED_COMMIT
:
$HIVED_COMMIT
FF_NETWORK_PER_BUILD
:
1
services
:
services
:
-
name
:
$HIVED_IMAGE_NAME
-
name
:
$HIVED_IMAGE_NAME
alias
:
hived-instance
alias
:
hived-instance
...
@@ -73,6 +74,7 @@ include:
...
@@ -73,6 +74,7 @@ include:
HAF_APP_USER
:
"
"
# a HAF db role to be used for regular app processing connection. To be specified by derived job
HAF_APP_USER
:
"
"
# a HAF db role to be used for regular app processing connection. To be specified by derived job
TESTED_ENDPOINT
:
app:${HAF_APP_PORT}
TESTED_ENDPOINT
:
app:${HAF_APP_PORT}
HAF_COMMIT
:
$HAF_COMMIT
HAF_COMMIT
:
$HAF_COMMIT
FF_NETWORK_PER_BUILD
:
1
services
:
services
:
-
name
:
${HAF_IMAGE_NAME}
-
name
:
${HAF_IMAGE_NAME}
...
@@ -115,6 +117,7 @@ include:
...
@@ -115,6 +117,7 @@ include:
extends
:
.jmeter_benchmark_job
extends
:
.jmeter_benchmark_job
variables
:
variables
:
HAF_COMMIT
:
$HAF_COMMIT
# dotenv artifacts can be passed to service as long as they appear in section variables
HAF_COMMIT
:
$HAF_COMMIT
# dotenv artifacts can be passed to service as long as they appear in section variables
FF_NETWORK_PER_BUILD
:
1
services
:
services
:
-
!reference
[
.haf_app_pattern_tests_template
,
services
]
-
!reference
[
.haf_app_pattern_tests_template
,
services
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment