From 40701c3704f35af3b4409e935a71668498a5f4b8 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Fri, 20 Oct 2023 16:31:30 +0200 Subject: [PATCH] ci: update testing-integration template parameters Adding _JAVA_OPTIONS for the selenium container. --- deploy/testing-integration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/testing-integration.yaml b/deploy/testing-integration.yaml index 0964ad4c..48ca3693 100644 --- a/deploy/testing-integration.yaml +++ b/deploy/testing-integration.yaml @@ -97,6 +97,9 @@ objects: terminationMessagePolicy: File - name: iqe-sel-${IMAGE_TAG}-${UID} image: ${IQE_SEL_IMAGE} + env: + - name: _JAVA_OPTIONS + value: ${SELENIUM_JAVA_OPTS} resources: limits: cpu: 500m @@ -147,3 +150,5 @@ parameters: value: "1" - name: NAME_STUB value: 'e2e-tests' +- name: SELENIUM_JAVA_OPTS + value: ''