Pass parameter to skip helm tests for component in the same script
Pass parameter from job allowing to parallelize helm tests using separate scripts. Change-Id: I3e06c5590d51c75448dc5ff5978dc7fc90daca6f Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
fdcbd03784
commit
817efe966c
@ -31,6 +31,7 @@
|
|||||||
CONTAINER_DISTRO_NAME: "{{ osh_params.container_distro_name | default('') }}"
|
CONTAINER_DISTRO_NAME: "{{ osh_params.container_distro_name | default('') }}"
|
||||||
CONTAINER_DISTRO_VERSION: "{{ osh_params.container_distro_version | default('') }}"
|
CONTAINER_DISTRO_VERSION: "{{ osh_params.container_distro_version | default('') }}"
|
||||||
FEATURE_GATES: "{{ osh_params.feature_gates | default('') }}"
|
FEATURE_GATES: "{{ osh_params.feature_gates | default('') }}"
|
||||||
|
RUN_HELM_TESTS: "{{ run_helm_tests | default('yes') }}"
|
||||||
# NOTE(aostapenko) using bigger than async_status timeout due to async_status issue with
|
# NOTE(aostapenko) using bigger than async_status timeout due to async_status issue with
|
||||||
# not recognizing timed out jobs: https://github.com/ansible/ansible/issues/25637
|
# not recognizing timed out jobs: https://github.com/ansible/ansible/issues/25637
|
||||||
async: 3600
|
async: 3600
|
||||||
|
@ -28,4 +28,5 @@
|
|||||||
CONTAINER_DISTRO_NAME: "{{ osh_params.container_distro_name | default('') }}"
|
CONTAINER_DISTRO_NAME: "{{ osh_params.container_distro_name | default('') }}"
|
||||||
CONTAINER_DISTRO_VERSION: "{{ osh_params.container_distro_version | default('') }}"
|
CONTAINER_DISTRO_VERSION: "{{ osh_params.container_distro_version | default('') }}"
|
||||||
FEATURE_GATES: "{{ osh_params.feature_gates | default('') }}"
|
FEATURE_GATES: "{{ osh_params.feature_gates | default('') }}"
|
||||||
|
RUN_HELM_TESTS: "{{ run_helm_tests | default('yes') }}"
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user