Skip to content

Commit 0e212d9

Browse files
committed
fix(devscripts): add molecule group in roles/devscript/check_cluster_status/molecule.yml
PR [1] ensured our molecule jobs can use group_vars. During this, adding molecule group to one file was missed. This commit adds that. [1] openstack-k8s-operators#3333
1 parent 1609beb commit 0e212d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/devscripts/molecule/check_cluster_status/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ log: true
99
platforms:
1010
- name: instance
1111
groups:
12+
- molecule
1213
- devscript_molecule
1314

1415
provisioner:

0 commit comments

Comments
 (0)