-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
Release Demo Testing
Part of stackabletech/issues#686
Tip
This step is mostly to check that images pull.
This is testing that the new release demos work as documented from scratch.
Note
Record any issues or anomalies during the process in a comment on this issue.
Eg:
:green_circle: **airflow-scheduled-job**
The CRD had been updated and I needed to change the following in the manifest:
...
Replace the items in the task lists below with the applicable Pull Requests (if any).
Note
At this point, the new release docs are still versioned as nightly.
### Testing Demos on Nightly
- [x] [airflow-scheduled-job](https://docs.stackable.tech/home/nightly/demos/airflow-scheduled-job) @maltesander
- [x] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/nightly/demos/data-lakehouse-iceberg-trino-spark)
- [x] [end-to-end-security](https://docs.stackable.tech/home/nightly/demos/end-to-end-security) @maltesander
- [x] [hbase-hdfs-load-cycling-data](https://docs.stackable.tech/home/nightly/demos/hbase-hdfs-load-cycling-data) @adwk67
- [x] [jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data](https://docs.stackable.tech/home/nightly/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data) @adwk67
- [x] [logging](https://docs.stackable.tech/home/nightly/demos/logging) @Techassi
- [x] [nifi-kafka-druid-earthquake-data](https://docs.stackable.tech/home/nightly/demos/nifi-kafka-druid-earthquake-data) @maltesander
- [x] [nifi-kafka-druid-water-level-data](https://docs.stackable.tech/home/nightly/demos/nifi-kafka-druid-water-level-data) @xeniape
- [x] [signal-processing](https://docs.stackable.tech/home/nightly/demos/signal-processing) @Techassi
- [x] [spark-k8s-anomaly-detection-taxi-data](https://docs.stackable.tech/home/nightly/demos/spark-k8s-anomaly-detection-taxi-data) @NickLarsenNZ
- [x] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg) @maltesander
- [x] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data) @NickLarsenNZ
- [x] [jupyterhub-keycloak](https://docs.stackable.tech/home/nightly/demos/jupyterhub-keycloak) @adwk67
25.3 from Scratch Testing Instructions
These instructions are for deploying and completing the 25.3 demo from scratch.
Tip
Be sure to select the nightly docs version on https://docs.stackable.tech/home/nightly/demos/.
stackablectl demo install <DEMO_NAME> --release 25.3
# --- IMPORTANT ---
# Run through the nightly demo instructions (refer to the tasklist above).
# If you need to fix anything, you will need to clone the repo and use local files:
# git checkout release-25.3
# git pull
# stackablectl --stack-file=stacks/stacks-v2.yaml --demo-file=demos/demos-v2.yaml demo install <DEMO_NAME>