10000 PEP 11: add links to buildbot tags · python/peps@a8a7bd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8a7bd5

Browse files
authored
PEP 11: add links to buildbot tags
1 parent 2d9a946 commit a8a7bd5

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

pep-0011.txt

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ first release candidate, it will be listed as unsupported in this PEP.
7070
Tier 1
7171
------
7272

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.
7476
- Changes which would break the ``main`` branch are not allowed to be merged;
7577
any breakage should be fixed or reverted immediately.
7678
- All core developers are responsible to keep ``main``, and thus these
@@ -90,41 +92,43 @@ x86_64-unknown-linux-gnu glibc, gcc
9092
Tier 2
9193
------
9294

95+
- `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-2>`__
9396
- Must have a reliable buildbot.
9497
- At least **two** core developers are signed up to support the platform.
9598
- Changes which break any of these platforms are to be **fixed or
9699
reverted within 24 hours**.
97100
- Failures on these platforms **block a release**.
98101

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
104107

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+
============================= ========================== ========
109112

110113

111114
Tier 3
112115
------
113116

117+
- `STATUS <https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-3>`__
114118
- Must have a reliable buildbot.
115119
- At least **one** core developer is signed up to support the platform.
116120
- No response SLA to failures.
117121
- Failures on these platforms do **not** block a release.
118122

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+
================================ =========================== ========
128132

129133

130134
All other platforms

0 commit comments

Comments
 (0)
0