Add support for tags to molecule tests (#62)

This commit is contained in:
Mike Graves
2021-04-19 00:30:21 -04:00
committed by GitHub
parent 28223dbe36
commit b68bf7c065
5 changed files with 260 additions and 148 deletions

View File

@@ -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: