@@ -70,7 +70,9 @@ first release candidate, it will be listed as unsupported in this PEP.
70
70
Tier 1
71
71
------
72
72
73
- - `CI failures <https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3Amain+is%3Acompleted>`__ block releases.
73
+
74
+ - `STATUS <https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3Amain+is%3Acompleted>`__
75
+ - CI failures block releases.
74
76
- Changes which would break the ``main`` branch are not allowed to be merged;
75
77
any breakage should be fixed or reverted immediately.
76
78
- All core developers are responsible to keep ``main``, and thus these
@@ -90,41 +92,43 @@ x86_64-unknown-linux-gnu glibc, gcc
90
92
Tier 2
91
93
------
92
94
95
+ - `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-2>`__
93
96
- Must have a reliable buildbot.
94
97
- At least **two** core developers are signed up to support the platform.
95
98
- Changes which break any of these platforms are to be **fixed or
96
99
reverted within 24 hours**.
97
100
- Failures on these platforms **block a release**.
98
101
99
- ============================= ========================== ============================================== ========
100
- Target Triple Notes Buildbot Contacts
101
- ============================= ========================== ============================================== ========
102
- aarch64-apple-darwin clang https://buildbot.python.org/all/#/builders/725 Ned Deily, Ronald Oussoren, Dong-hee Na
103
- aarch64-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/125 Petr Viktorin, Victor Stinner
102
+ ============================= ========================== ========
103
+ Target Triple Notes Contacts
104
+ ============================= ========================== ========
105
+ aarch64-apple-darwin clang Ned Deily, Ronald Oussoren, Dong-hee Na
106
+ aarch64-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner
104
107
105
- glibc, clang https://buildbot.python.org/all/#/builders/234 Victor Stinner, Gregory P. Smith
106
- powerpc64le-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/90 Petr Viktorin, Victor Stinner
107
- x86_64-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/441 Victor Stinner, Gregory P. Smith
108
- ============================= ========================== ============================================== ========
108
+ glibc, clang Victor Stinner, Gregory P. Smith
109
+ powerpc64le-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner
110
+ x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith
111
+ ============================= ========================== ========
109
112
110
113
111
114
Tier 3
112
115
------
113
116
117
+ - `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-3>`__
114
118
- Must have a reliable buildbot.
115
119
- At least **one** core developer is signed up to support the platform.
116
120
- No response SLA to failures.
117
121
- Failures on these platforms do **not** block a release.
118
122
119
- ================================ =========================== ============================================== ========
120
- Target Triple Notes Buildbot Contacts
121
- ================================ =========================== ============================================== ========
122
- aarch64-pc-windows-msvc https://buildbot.python.org/all/#/builders/729 Steve Dower
123
- powerpc64le-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/435 Victor Stinner
124
- s390x-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/223 Victor Stinner
125
- x86_64-unknown-freebsd BSD libc, clang https://buildbot.python.org/all/#/builders/172 Victor Stinner
126
- armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc https://buildbot.python.org/all/#/builders/424 Gregory P. Smith
127
- ================================ =========================== ============================================== ========
123
+ ================================ =========================== ========
124
+ Target Triple Notes Contacts
125
+ ================================ =========================== ========
126
+ aarch64-pc-windows-msvc Steve Dower
127
+ powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
128
+ s390x-unknown-linux-gnu glibc, gcc Victor Stinner
129
+ x86_64-unknown-freebsd BSD libc, clang Victor Stinner
130
+ armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
131
+ ================================ =========================== ========
128
132
129
133
130
134
All other platforms
0 commit comments