Skip to content

Commit 7d8857a

Browse files
committed
[ci] Update run_chargeback_tests for easier local deployment
Add reasonable defaults for cifmw_openshift_kubeconfig and cifmw_path
1 parent 4e35d8b commit 7d8857a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/run_chargeback_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
gather_facts: no
55
ignore_errors: true
66
environment:
7-
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
8-
PATH: "{{ cifmw_path }}"
7+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig | default(ansible_env.HOME + '/.kube/config') }}"
8+
PATH: "{{ cifmw_path | default(ansible_env.PATH) }}"
99
vars_files:
1010
- vars/osp18_env.yml
1111
vars:

0 commit comments

Comments
 (0)