Skip to content

Commit c76d9d7

Browse files
authored
Add zuul-jobs and tripleo-ansible repos to eco pipeline (#1460)
Adds two big repositories to the eco (canary) pipeline, so we can avoid breaking them with changes made to the linter.
1 parent cadc383 commit c76d9d7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

playbooks/eco.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
- name: ansible-role-mysql
99
url: https://github.com/geerlingguy/ansible-role-mysql.git
1010
contact: geerlingguy
11-
# Enable after: https://review.opendev.org/c/zuul/zuul-jobs/+/773245
12-
# - name: zuul-jobs
13-
# url: https://opendev.org/zuul/zuul-jobs
14-
# contact: ssbarnea
11+
- name: zuul-jobs
12+
url: https://opendev.org/zuul/zuul-jobs
13+
contact: ssbarnea
14+
- name: tripleo-ansible
15+
url: https://opendev.org/openstack/tripleo-ansible
16+
contact: ssbarnea
1517
- name: ansible-role-hardening
1618
url: https://github.com/konstruktoid/ansible-role-hardening
1719
contact: konstruktoid
1820
- name: ansible-docker-rootless
1921
url: https://github.com/konstruktoid/ansible-docker-rootless
2022
contact: konstruktoid
21-
# Enable after: https://github.com/devroles/ansible_collection_system/pull/1
2223
- name: ansible_collection_system
2324
url: https://github.com/devroles/ansible_collection_system
2425
contact: greg-hellings

0 commit comments

Comments
 (0)