Skip to content

Commit

Permalink
parent
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow committed May 13, 2018
1 parent 056c2e5 commit d989927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@
- job:
name: ansible-role-tests-stable-py2
description: ansible-role tests against stable Ansible with Python 2
parents: ansible-role-tests-base
parent: ansible-role-tests-base
vars:
pip: pip2
ansible_pip_package: ansible

- job:
name: ansible-role-tests-stable-py3
description: ansible-role tests against stable Ansible with Python 3
parents: ansible-role-tests-base
parent: ansible-role-tests-base
vars:
pip: pip3
ansible_pip_package: ansible

- job:
name: ansible-role-tests-devel-py2
description: ansible-role tests against devel Ansible with Python 2
parents: ansible-role-tests-base
parent: ansible-role-tests-base
vars:
pip: pip2
ansible_pip_package: "git+https://github.com/ansible/ansible.git@devel"

0 comments on commit d989927

Please sign in to comment.