PEP 11: add links to buildbot tags

This commit is contained in:
Brett Cannon 2022-06-08 12:04:28 -07:00 committed by GitHub
parent 2d9a9462dd
commit a8a7bd5a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 19 deletions

View File

@ -70,7 +70,9 @@ first release candidate, it will be listed as unsupported in this PEP.
Tier 1
------
- `CI failures <https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3Amain+is%3Acompleted>`__ block releases.
- `STATUS <https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3Amain+is%3Acompleted>`__
- CI failures block releases.
- Changes which would break the ``main`` branch are not allowed to be merged;
any breakage should be fixed or reverted immediately.
- All core developers are responsible to keep ``main``, and thus these
@ -90,41 +92,43 @@ x86_64-unknown-linux-gnu glibc, gcc
Tier 2
------
- `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-2>`__
- Must have a reliable buildbot.
- At least **two** core developers are signed up to support the platform.
- Changes which break any of these platforms are to be **fixed or
reverted within 24 hours**.
- Failures on these platforms **block a release**.
============================= ========================== ============================================== ========
Target Triple Notes Buildbot Contacts
============================= ========================== ============================================== ========
aarch64-apple-darwin clang https://buildbot.python.org/all/#/builders/725 Ned Deily, Ronald Oussoren, Dong-hee Na
aarch64-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/125 Petr Viktorin, Victor Stinner
============================= ========================== ========
Target Triple Notes Contacts
============================= ========================== ========
aarch64-apple-darwin clang Ned Deily, Ronald Oussoren, Dong-hee Na
aarch64-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner
glibc, clang https://buildbot.python.org/all/#/builders/234 Victor Stinner, Gregory P. Smith
powerpc64le-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/90 Petr Viktorin, Victor Stinner
x86_64-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/441 Victor Stinner, Gregory P. Smith
============================= ========================== ============================================== ========
glibc, clang Victor Stinner, Gregory P. Smith
powerpc64le-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner
x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith
============================= ========================== ========
Tier 3
------
- `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-3>`__
- Must have a reliable buildbot.
- At least **one** core developer is signed up to support the platform.
- No response SLA to failures.
- Failures on these platforms do **not** block a release.
================================ =========================== ============================================== ========
Target Triple Notes Buildbot Contacts
================================ =========================== ============================================== ========
aarch64-pc-windows-msvc https://buildbot.python.org/all/#/builders/729 Steve Dower
powerpc64le-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/435 Victor Stinner
s390x-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/223 Victor Stinner
x86_64-unknown-freebsd BSD libc, clang https://buildbot.python.org/all/#/builders/172 Victor Stinner
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc https://buildbot.python.org/all/#/builders/424 Gregory P. Smith
================================ =========================== ============================================== ========
================================ =========================== ========
Target Triple Notes Contacts
================================ =========================== ========
aarch64-pc-windows-msvc Steve Dower
powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
================================ =========================== ========
All other platforms