]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: reorder tox env to run fastest tasks first 56305/head
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 9 Mar 2024 16:50:11 +0000 (11:50 -0500)
committerAdam King <adking@redhat.com>
Tue, 19 Mar 2024 17:47:58 +0000 (13:47 -0400)
commit977666bf619670cdad5691aa53b7f8c85c76f454
tree9b2699f80289369fe503b7534ecab4f89a569dd1
parent2a6ad81155c42b5bab5113f492c275004f349ffe
cephadm: reorder tox env to run fastest tasks first

Reorder the tox environments so that the simplest, fastest running tools
execute first. This can be handy when running tox locally (say in a
pre-commit workflow) and you get to see a formatting or mypy error
before the slower unit tests begin you can abort the tests and fix up
the formatting instead of waiting for all unit tests to run only to
find out you need to make changes to fix formatting problems.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 2552ac9a7d479ee27cc3241b5e20f3cd85fd521c)
src/cephadm/tox.ini