Default install method to pip
We want to encourge users to use the released versions of zuul, so flip the switch to pip. We still support git and will continue to test against it. Change-Id: I72c99d162efd9fbdbb0ed9363a6779a379a06264 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6f0e13b909
commit
6cb235189a
@ -10,8 +10,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: ansible-role-zuul
|
name: ansible-role-zuul
|
||||||
parent: ansible-role-zuul-base
|
parent: ansible-role-zuul-base
|
||||||
vars:
|
|
||||||
zuul_install_method: pip
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-zuul-fedora-27
|
name: ansible-role-zuul-fedora-27
|
||||||
|
@ -99,7 +99,7 @@ zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
|
|||||||
zuul_git_version: master
|
zuul_git_version: master
|
||||||
# zuul_git_update:
|
# zuul_git_update:
|
||||||
|
|
||||||
zuul_install_method: git
|
zuul_install_method: pip
|
||||||
|
|
||||||
zuul_pip_name: zuul
|
zuul_pip_name: zuul
|
||||||
# zuul_pip_executable:
|
# zuul_pip_executable:
|
||||||
|
Loading…
Reference in New Issue
Block a user