Skip to content

Commit

Permalink
Mark rolling-upgrade job non-voting
Browse files Browse the repository at this point in the history
Upstream CPython broke our HTTP parsing; while we can fix our own
HttpProtocol, previous tags won't have the fix (naturally).

See also: python/cpython@4abab6b

Change-Id: Ibe67b1a485350967e37809ba8575a33eba56ee97
Related-Change: https://review.opendev.org/c/openstack/swift/+/863441
  • Loading branch information
tipabu committed Nov 7, 2022
1 parent 052abed commit d1b2bbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@
- ^doc/(requirements.txt|(saio|s3api|source)/.*)$
- swift-multinode-rolling-upgrade:
irrelevant-files: *functest-irrelevant-files
voting: false
- tempest-integrated-object-storage:
irrelevant-files: &tempest-irrelevant-files
- ^(api-ref|doc|releasenotes)/.*$
Expand Down Expand Up @@ -793,8 +794,6 @@
irrelevant-files: *unittest-irrelevant-files
- openstack-tox-pep8:
irrelevant-files: *pep8-irrelevant-files
- swift-multinode-rolling-upgrade:
irrelevant-files: *functest-irrelevant-files
- tempest-integrated-object-storage:
irrelevant-files: *tempest-irrelevant-files
- tempest-ipv6-only:
Expand Down

0 comments on commit d1b2bbd

Please sign in to comment.