Skip to content
Snippets Groups Projects
Commit 1383ed4b authored by Bartek Wrona's avatar Bartek Wrona
Browse files

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
...@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment