Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann 7350bf7eb8 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic84ac5786ecc68729827ff35ad7ee3ef21a6652f
2024-02-24 11:40:51 -08:00
Jeremy Stanley 55889cb0df Correct the tox option for skipping sdist generation
The tox option to skip source distribution building is skipsdist,
but this seems to be often misspelled skipdist instead, which gets
silently ignored and so does not take effect. Correct it
everywhere, in hopes that new projects will finally stop copying
this mistake around.

See https://tox.readthedocs.io/en/latest/config.html#conf-skipsdist
and https://github.com/tox-dev/tox/issues/1388 for details.

Change-Id: Ie0667de615e02284cb6302d9df7165651a16f988
2021-06-25 15:48:47 +00:00
Hervé Beraud 3937ea4e7e Replace deprecated UPPER_CONSTRAINTS_FILE variable
UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is
the new environment variable name that replaces it [1].

This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
[2] https://review.opendev.org/#/c/722814/

Change-Id: I4fdd57d6db4c6e092274ef9d5c34a7e5a2bf8222
2020-11-09 16:34:26 +00:00
pengyuesheng 29cc537e99 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I81696d63e6d7bdac21905e938116803ffdd837ed
2019-09-26 14:11:07 +08:00
melissaml b5debeead3 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I0ac8c9840e44af61388762cb7b5075f00cb2377a
2019-05-10 19:06:50 +08:00
Juan Badia Payno 80d973f0bb Fix the gate
ansible-pacemaker (ansible module) installed as a module
   some minors fix at restore_galera.yml

Change-Id: I4d6be70a4e31f66a1cdbb725c72c553c294e2c2e
2019-02-25 08:56:53 +01:00
huang.zhiping 8a194491b8 Update min tox version to 2.0
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: If63490c6af8292dd86ba0c76c69a6d295b5d042d
2018-10-20 12:14:36 +00:00
Doug Hellmann ad26eb1146 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I744550166d70d33b612faacb3ca6d19d92222b1a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:01:50 -04:00
Emilien Macchi 353c9dbfe4 Add basic jobs in Zuul Layout and .gitreview
Based on other TripleO Ansible roles.

Also add in basic plumbing required to enable the jobs and fix for
various linting issues.

Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Change-Id: Ia42b6f736605bdff46030706b19363143b04a7c0
2018-07-24 16:54:47 -06:00