Skip to content

Commit fbc38a1

Browse files
committed
add test to check registered runners labels
1 parent 5156c0d commit fbc38a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

molecule/default/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- name: Check Runner
3131
assert:
3232
that:
33+
- registered_runners.json.runners|json_query('labels[*].name')|flatten|sort == ['Linux', 'self-hosted', 'x86']
3334
- runner_name in registered_runners.json.runners|map(attribute='name')|list
3435
- registered_runners.json.runners|map(attribute='status') == ["online"]
35-
quiet: true
36+
quiet: true

0 commit comments

Comments
 (0)