Commit Graph

6 Commits

Author SHA1 Message Date
Ian Wienand d4cdaae8d9 Use abstracted virtualenv_command from ensure-pip
This will use venv and Python 3 on platforms where that is supported.

Change-Id: I8293d3299e47e9221d37eb36db6ce5f056824b0e
2020-06-12 10:40:50 +10:00
OpenDev Sysadmins 88850a55ec OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:03 +00:00
Sorin Sbarnea 2152331ebf Replace deprecated bindep-fallback testing
Adopts testing using in-repo bindep.txt testing file instead of
using the deprecated externally hosted bindep-fallback.txt file.

Initial file is the same but in the future we may want to simplify it.

Change-Id: I570fe8686068478a163e4fe597514460b6a69fef
2019-02-14 18:09:04 +00:00
Jean-Philippe Evrard ccbde48914 Fix bindep path
Project config's site variables is already overriding the
bindep_command variable [1], which is used in the bindep
role. It's therefore impossible to override it with
the path given in the playbook.

This patch doesn't fully need the bindep role, as the
whole purpose of this repo is to test bindep's behavior.

Therefore this changes the play to use the checked-in
bindep to install the appropriate packages, instead
of /usr/bindep-env/bin/bindep.

[1]: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/site-variables.yaml#n9

Change-Id: Iff71edaf20ef81c16eebfd3fe57c4e809d007e89
2018-08-02 14:58:19 +00:00
Andreas Jaeger 1b28c33858 Move jenkins/data/bindep-fallback.txt
The location for this file has changed, update usage.

Depends-On: https://review.openstack.org/543139

Change-Id: I46aed248c0ce7015de8a7e9d5653058c5d94d069
2018-02-20 20:03:50 +01:00
Andreas Jaeger 375c71d993 Add native Zuul v3 bindep-fallback test
Migrate the legacy bindep-fallback tests to native Zuul v3 and add them
here.

Needed-By: I21879df52480cd864b7528221f2b5f667657b7e1
Change-Id: Ie2a7cd3d65d5f6943a2838459dbed2434d7bf26a
2018-01-06 11:26:01 +01:00