mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 10:36:16 +00:00
Add support for tags to molecule tests (#62)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
- block:
|
||||
- set_fact:
|
||||
wait_namespace: wait
|
||||
k8s_pod_name: pod-info-1
|
||||
multi_pod_one: multi-pod-1
|
||||
multi_pod_two: multi-pod-2
|
||||
|
||||
@@ -200,6 +199,9 @@
|
||||
that:
|
||||
- "{{ lookup('pipe', 'date +%s') }} - {{ start }} > 30"
|
||||
|
||||
vars:
|
||||
k8s_pod_name: pod-info-1
|
||||
|
||||
always:
|
||||
- name: Remove namespace
|
||||
k8s:
|
||||
|
||||
Reference in New Issue
Block a user