Skip to content

Commit 3915ff5

Browse files
committed
Add platform to run-tests hosts
1 parent 55c548d commit 3915ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Run integration tests
3-
hosts: "job_id_{{ job_id }}"
3+
hosts: "platform_*:&job_id_{{ job_id }}"
44
environment:
55
FACT_IMAGE_NAME: "{{ fact.image | default(None) }}"
66

0 commit comments

Comments
 (0)