Skip to content

Commit 37b4c9e

Browse files
authored
Standardize triage template (#6425)
Signed-off-by: Shelley Lambert <[email protected]>
1 parent bd8bb23 commit 37b4c9e

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
name: Release Triage Tables
2+
about: An Issue to track AQAvit triage during release
3+
title: '<Month Year> Release Triage - <JDK-Version>'
4+
labels: 'release triage'
5+
assignees: ''
6+
7+
Release Pipeline link(s):
8+
<insert links here>
9+
10+
---
11+
12+
✔️ activity has successfully completed and no blocking issues found.
13+
⏳ actively triaging for this version/platform.
14+
⛔ no build planned or blocking issues for this version/platform combination.
15+
⏸️ activity not yet started.
16+
17+
<Keep only the version table that applies to what is being triaged>
18+
<JDK8 Table>
19+
20+
| Platform | Status | Results | Notes |
21+
| --- | --- | --- | --- |
22+
| **x86-64_mac** | ⏸️ | | |
23+
| **x86-64_linux** | ⏸️ | | |
24+
| **x86-64_windows** | ⏸️ | | |
25+
| **aarch64_linux** |⏸️ | | |
26+
| x86-64_alpine-linux | ⏸️ | | |
27+
| ppc64le_linux | ⏸️ | | |
28+
| ppc64_aix | ⏸️ | | |
29+
| sparcv9_solaris | ⏸️ | | |
30+
| x86-64_solaris | ⏸️ | | |
31+
| x86-32_windows |⏸️ | | |
32+
| arm_linux | ⏸️ | | separate pipeline |
33+
34+
35+
<JDK11 Table>
36+
37+
| Platform | Status | Results | Notes |
38+
| --- | --- | --- | --- |
39+
| **x86-64_mac** | ⏸️ | | |
40+
| **x86-64_linux** | ⏸️ | | |
41+
| **x86-64_windows** | ⏸️ | | |
42+
| **aarch64_linux** | ⏸️ | | |
43+
| **aarch64_mac** | ⏸️ | | |
44+
| x86-64_alpine-linux | ⏸️ | | |
45+
| ppc64le_linux | ⏸️ | | |
46+
| s390x_linux | ⏸️ | | |
47+
| ppc64_aix | ⏸️ | | |
48+
| arm_linux | ⏸️ | | |
49+
|x86-32_windows| ⏸️ | | |
50+
51+
52+
<JDK17 Table>
53+
54+
| Platform | Status | Results | Notes |
55+
| --- | --- | --- | --- |
56+
| **x86-64_mac** | ⏸️ | | |
57+
| **x86-64_linux** | ⏸️ | | |
58+
| **x86-64_windows** | ⏸️ | | |
59+
| **aarch64_linux** | ⏸️ | | |
60+
| **aarch64_mac** | ⏸️ | | |
61+
| x86-64_alpine-linux | ⏸️ | | |
62+
| ppc64le_linux | ⏸️ | | |
63+
| s390x_linux | ⏸️ | | |
64+
| ppc64_aix | ⏸️ | | |
65+
| arm_linux | ⏸️ | | |
66+
| riscv64_linux | ⏸️ | | |
67+
|x86-32_windows| ⏸️ | | |
68+
69+
70+
<JDK21 and Up Table>
71+
72+
| Platform | Status | Results | Notes |
73+
| --- | --- | --- | --- |
74+
| **x86-64_mac** | ⏸️ | | |
75+
| **x86-64_linux** | ⏸️ | | |
76+
| **x86-64_windows** | ⏸️ | | |
77+
| **aarch64_linux** | ⏸️ | | |
78+
| **aarch64_mac** | ⏸️ | | |
79+
| x86-64_alpine-linux | ⏸️ | | |
80+
| ppc64le_linux | ⏸️ | | |
81+
| s390x_linux | ⏸️ | | |
82+
| ppc64_aix | ⏸️ | | |
83+
| riscv64_linux | ⏸️ | | |
84+
| aarch64_windows| ⏸️ | | |
85+
| aarch64_alpine-linux| ⏸️ | | |
86+
87+
88+
<Results column entries are ment to link to triage comments for each platform>

0 commit comments

Comments
 (0)