diff --git a/.zuul.yaml b/.zuul.yaml index a0408887ba..a5d4f6895f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,6 +11,7 @@ vars: tox_environment: TMPDIR: '{{ ansible_env.HOME }}/xfstmp' + COLUMNS: 240 - job: name: swift-tox-py36 @@ -237,6 +238,8 @@ - opendev.org/openstack/keystone timeout: 5400 vars: + tox_environment: + COLUMNS: 240 tox_constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt' # This tox env get run twice; once for Keystone and once for tempauth tox_envlist: func @@ -274,6 +277,8 @@ Setup a SAIO dev environment and run ceph-s3tests timeout: 5400 vars: + tox_environment: + COLUMNS: 240 s3_acl: yes bindep_profile: test py39 pre-run: @@ -295,6 +300,8 @@ Setup a SAIO dev environment and run our s3api test suite timeout: 1800 vars: + tox_environment: + COLUMNS: 240 s3_acl: yes bindep_profile: test py39 pre-run: @@ -316,6 +323,8 @@ under Python 3. timeout: 7200 vars: + tox_environment: + COLUMNS: 240 s3_acl: no bindep_profile: test py39 pre-run: diff --git a/tox.ini b/tox.ini index 5d979e92c7..a2ff64d3c6 100644 --- a/tox.ini +++ b/tox.ini @@ -24,13 +24,13 @@ allowlist_externals = bash find passenv = SWIFT_* + COLUMNS [testenv:s3api] usedevelop = False deps = {[testenv:py36]deps} commands = pytest {posargs:test/s3api} -passenv = SWIFT_* # For some reason we hit some EPERM issue when building the package for these tests? # (CentOS 8, CPython 3.6, tox 3.28.0) skipsdist = True