Skip to content

Commit

Permalink
ci: update testing-integration template parameters
Browse files Browse the repository at this point in the history
Adding _JAVA_OPTIONS for the selenium container.
  • Loading branch information
jrusz authored and mshriver committed Oct 20, 2023
1 parent 93b749a commit 40701c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/testing-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -147,3 +150,5 @@ parameters:
value: "1"
- name: NAME_STUB
value: 'e2e-tests'
- name: SELENIUM_JAVA_OPTS
value: ''

0 comments on commit 40701c3

Please sign in to comment.