Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann 565e1d0c46 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: I1a42c6119429e588a8dbb24fb8687dcc4ed2a3a5
2024-02-24 11:40:40 -08:00
Francesco Pantano 0111661102
Add chrony_config_file_location default to avoid uncontrolled failures
This patch adds a missing config that let any playbook fail if no vars
are passed. Even though it's always good overriding variables, we should
provide defaults for config files like any other first citizen parameter.

Change-Id: I953296e22a6d8310aaf401fd9b13a71c35dbaf6a
2023-05-08 18:14:45 +02:00
Jeremy Stanley 15ad50777e 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: I930b16a0834d893080386b40989fa517f1bc343b
2021-06-17 16:55:08 +00:00
Hervé Beraud b25e82c0e3 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: I5c93f7e942b1b73023e4e26cdf4a3e5ea957c925
2020-11-09 14:47:08 +00:00
pengyuesheng 03e7fbe5da Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I36ab247a00acfb0cf6c586ef07e6298330e58a95
2019-09-29 11:01:29 +08:00
Le Hou 494f3c4163 Update to opendev
Change-Id: Id4e76af62ff4c6d7de9d4085981c8d99133d3168
2019-04-23 10:12:31 +08:00
Zuul 49133a8e2f Merge "Remove setup.py check from pep8 job" 2018-11-09 18:36:14 +00:00
Sean McGinnis aa3f21c899 Remove setup.py check from pep8 job
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: If922868b53aaff788bc9439c0ce1b05340208704
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-30 10:11:24 -05:00
huang.zhiping 1c49217241 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: I868084c1ba43fdf6487275d453471b8f996f8668
2018-10-19 02:29:54 +00:00
Alex Schultz f3352cd634 Initial commit 2018-08-01 17:58:45 -06:00