Skip to content

Commit

Permalink
Debug early tox failures
Browse files Browse the repository at this point in the history
As recorded in #154 we have an intermittent failure at the very
beginning of a tox run which we don't have any visibility into.

Increase verbosity so that we get a chance to catch what's going
on.
  • Loading branch information
fnordahl committed Feb 9, 2022
1 parent f1690be commit 57b03e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@
TEST_TRILIO_LICENSE: /tmp/tvault-license.lic
TEST_MODEL_CONSTRAINTS: "cores=2"
tox_envlist: func-target
# The first two -v's go to tox itself, and the three last ones are
# passed on to pip
tox_extra_args: -vvvvv
secrets:
- serverstack_cloud
- purestorage_api_token
Expand Down

0 comments on commit 57b03e9

Please sign in to comment.