|
|
@@ -28,15 +28,6 @@ setenv =
|
|
|
# Fix for moto import issue: https://github.com/travis-ci/travis-ci/issues/7940
|
|
|
BOTO_CONFIG=/dev/null
|
|
|
aws: CB_TEST_PROVIDER=aws
|
|
|
- # DIAGNOSTIC - REMOVE BEFORE MERGING. Turns on the wait/retry tracing
|
|
|
- # described in tests/conftest.py for the AWS suite. It lives here rather
|
|
|
- # than in the workflow env because the cloud workflow triggers on
|
|
|
- # pull_request_target, so its definition comes from the base branch and a
|
|
|
- # PR cannot change it; tox.ini is checked out from the PR head and can.
|
|
|
- # Level 2 also logs each boto invocation. Level 1 already showed the AWS
|
|
|
- # image test spends 1184 of its 1400 seconds in one stretch with no
|
|
|
- # polling and no retries, so the remaining question is which call blocks.
|
|
|
- aws: CB_TEST_TRACE=2
|
|
|
azure: CB_TEST_PROVIDER=azure
|
|
|
gcp: CB_TEST_PROVIDER=gcp
|
|
|
openstack: CB_TEST_PROVIDER=openstack
|