Skip to content

Commit 580bbd5

Browse files
committed
chore: Update testing issue templates to include 25.7.0 improvements
1 parent 8a1dcb2 commit 580bbd5

3 files changed

Lines changed: 51 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ the products.
2323
> Eg:
2424
>
2525
> ```md
26-
> :green_circle: **airflow-scheduled-job**
26+
> ## :green_circle: airflow-scheduled-job
2727
>
28+
>
29+
> - :hourglass: current stable (25.3.0)
30+
> - :hourglass: upgrade to nightly (pending external dep bumps)
31+
>
32+
> Notes can be left here, for example:
2833
> The CRD had been updated and I needed to change the following in the manifest:
2934
> ...
3035
> ```
@@ -51,8 +56,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
5156
| xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/nightly/demos/{})"
5257
-->
5358
54-
<!-- TODO (@Techassi): Test stacks which don't have a demo -->
55-
5659
- [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/nightly/demos/airflow-scheduled-job)
5760
- [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/nightly/demos/data-lakehouse-iceberg-trino-spark)
5861
- [ ] [end-to-end-security](https://docs.stackable.tech/home/nightly/demos/end-to-end-security)
@@ -67,6 +70,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
6770
- [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg)
6871
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data)
6972
73+
### Additional stacks
74+
75+
If we have time (otherwise they can be tested and patched after the release)
76+
77+
- [ ] monitoring
78+
- [ ] logging
79+
- [ ] dual-hive-hdfs-s3
80+
- [ ] observability @NickLarsenNZ
81+
- [ ] tutorial-openldap
82+
- [ ] openldap
83+
7084
## Nightly from Scratch Testing Instructions
7185
7286
These instructions are for deploying and completing the nightly demo from scratch.

.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ and products do not negatively impact the products.
2323
> Eg:
2424
>
2525
> ```md
26-
> :green_circle: **airflow-scheduled-job**
26+
> ## :green_circle: airflow-scheduled-job
2727
>
28+
>
29+
> - :hourglass: current stable (25.3.0)
30+
> - :hourglass: upgrade to nightly (pending external dep bumps)
31+
>
32+
> Notes can be left here, for example:
2833
> The CRD had been updated and I needed to change the following in the manifest:
2934
> ...
3035
> ```
@@ -51,8 +56,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
5156
| xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/stable/demos/{})"
5257
-->
5358
54-
<!-- TODO (@Techassi): Test stacks which don't have a demo -->
55-
5659
- [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/stable/demos/airflow-scheduled-job)
5760
- [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/stable/demos/data-lakehouse-iceberg-trino-spark)
5861
- [ ] [end-to-end-security](https://docs.stackable.tech/home/stable/demos/end-to-end-security)
@@ -67,6 +70,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
6770
- [ ] [trino-iceberg](https://docs.stackable.tech/home/stable/demos/trino-iceberg)
6871
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/stable/demos/trino-taxi-data)
6972
73+
### Additional stacks
74+
75+
If we have time (otherwise they can be tested and patched after the release)
76+
77+
- [ ] monitoring
78+
- [ ] logging
79+
- [ ] dual-hive-hdfs-s3
80+
- [ ] observability @NickLarsenNZ
81+
- [ ] tutorial-openldap
82+
- [ ] openldap
83+
7084
## Stable to Nightly Upgrade Testing Instructions
7185
7286
These instructions are for deploying and completing the stable demo, and then

.github/ISSUE_TEMPLATE/release-from-scratch-testing.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ This is testing that the new release demos work as documented from scratch.
2222
> Eg:
2323
>
2424
> ```md
25-
> :green_circle: **airflow-scheduled-job**
25+
> ## :green_circle: airflow-scheduled-job
2626
>
27+
>
28+
> - :hourglass: current stable (25.3.0)
29+
> - :hourglass: upgrade to nightly (pending external dep bumps)
30+
>
31+
> Notes can be left here, for example:
2732
> The CRD had been updated and I needed to change the following in the manifest:
2833
> ...
2934
> ```
@@ -67,6 +72,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
6772
- [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg)
6873
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data)
6974
75+
### Additional stacks
76+
77+
If we have time (otherwise they can be tested and patched after the release)
78+
79+
- [ ] monitoring
80+
- [ ] logging
81+
- [ ] dual-hive-hdfs-s3
82+
- [ ] observability @NickLarsenNZ
83+
- [ ] tutorial-openldap
84+
- [ ] openldap
85+
7086
### YY.M.X from Scratch Testing Instructions
7187
7288
These instructions are for deploying and completing the YY.M.X demo from scratch.

0 commit comments

Comments
 (0)