Skip to content

chore: Update testing issue templates to include 25.7.0 improvements #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ the products.
> Eg:
>
> ```md
> :green_circle: **airflow-scheduled-job**
> ## :green_circle: airflow-scheduled-job
>
> Notes can be left here, for example:
> The CRD had been updated and I needed to change the following in the manifest:
> ...
> ```
Expand All @@ -51,8 +52,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
| xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/nightly/demos/{})"
-->

<!-- TODO (@Techassi): Test stacks which don't have a demo -->

- [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/nightly/demos/airflow-scheduled-job)
- [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/nightly/demos/data-lakehouse-iceberg-trino-spark)
- [ ] [end-to-end-security](https://docs.stackable.tech/home/nightly/demos/end-to-end-security)
Expand All @@ -67,6 +66,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
- [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg)
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data)

### Additional stacks

If we have time (otherwise they can be tested and patched after the release)

- [ ] monitoring
- [ ] logging
- [ ] dual-hive-hdfs-s3
- [ ] observability @NickLarsenNZ
- [ ] tutorial-openldap
- [ ] openldap

## Nightly from Scratch Testing Instructions

These instructions are for deploying and completing the nightly demo from scratch.
Expand Down
20 changes: 17 additions & 3 deletions .github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ and products do not negatively impact the products.
> Eg:
>
> ```md
> :green_circle: **airflow-scheduled-job**
> ## :green_circle: airflow-scheduled-job
>
>
> - :hourglass: current stable (OO.M.X)
> - :hourglass: upgrade to nightly (pending external dep bumps)
>
> Notes can be left here, for example:
> The CRD had been updated and I needed to change the following in the manifest:
> ...
> ```
Expand All @@ -51,8 +56,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
| xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/stable/demos/{})"
-->

<!-- TODO (@Techassi): Test stacks which don't have a demo -->

- [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/stable/demos/airflow-scheduled-job)
- [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/stable/demos/data-lakehouse-iceberg-trino-spark)
- [ ] [end-to-end-security](https://docs.stackable.tech/home/stable/demos/end-to-end-security)
Expand All @@ -67,6 +70,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
- [ ] [trino-iceberg](https://docs.stackable.tech/home/stable/demos/trino-iceberg)
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/stable/demos/trino-taxi-data)

### Additional stacks

If we have time (otherwise they can be tested and patched after the release)

- [ ] monitoring
- [ ] logging
- [ ] dual-hive-hdfs-s3
- [ ] observability @NickLarsenNZ
- [ ] tutorial-openldap
- [ ] openldap

## Stable to Nightly Upgrade Testing Instructions

These instructions are for deploying and completing the stable demo, and then
Expand Down
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/release-from-scratch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ This is testing that the new release demos work as documented from scratch.
> Eg:
>
> ```md
> :green_circle: **airflow-scheduled-job**
> ## :green_circle: airflow-scheduled-job
>
> Notes can be left here, for example:
> The CRD had been updated and I needed to change the following in the manifest:
> ...
> ```
Expand Down Expand Up @@ -67,6 +68,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t
- [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg)
- [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data)

### Additional stacks

If we have time (otherwise they can be tested and patched after the release)

- [ ] monitoring
- [ ] logging
- [ ] dual-hive-hdfs-s3
- [ ] observability @NickLarsenNZ
- [ ] tutorial-openldap
- [ ] openldap

### YY.M.X from Scratch Testing Instructions

These instructions are for deploying and completing the YY.M.X demo from scratch.
Expand Down