Skip to content

Latest commit

 

History

History
114 lines (92 loc) · 4.43 KB

File metadata and controls

114 lines (92 loc) · 4.43 KB
name Pre-Release Demo Nightly Testing
about This template can be used to track the testing of nightly demos from scratch leading up to the next Stackable release.
title chore(tracking): Test demos on nightly versions for YY.M.X
labels
epic
assignees

Part of https://github.com/stackabletech/issues/issues/TRACKING_ISSUE

This is testing that the nightly release of the operators and products do not negatively impact the products.

Note

Record the results (issues, anomalies, or success) 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:
...

The following emojis can be used to indicate the status:

  • hourglass: In progress / waiting
  • red_circle: In progress with errors
  • orange_circle: Completed with minor issues or anomalies
  • green_circle: Completed without issues or errors

List of demos

Replace the items in the lists below with the applicable Pull Requests (if any). Also put your GitHub handle next to the demo to indicate a particular demo was picked up for testing.

List of stacks

Similar to the demos above we need to test all stacks that don't have a demo. Replace the items in the lists below with the applicable Pull Requests (if any). Also put your GitHub handle next to the stack to indicate a particular stack was picked up for testing.

Tip

Some of the stacks have a tutorial to follow.

  • airflow-trino-dbt
  • monitoring
  • observability
  • openldap
  • tutorial-openldap

Nightly from Scratch Testing Instructions

These instructions are for deploying and completing the nightly demo from scratch.

Tip

Be sure to select the nightly docs version on https://docs.stackable.tech/home/nightly/demos/.

# For demo testing, install demo (stable operators) for the nightly release.
stackablectl demo install <DEMO_NAME> --release dev

# For stack testing, install stack via
stackablectl stack install <STACK_NAME> --release dev

# --- IMPORTANT ---
# Run through the (still) nightly demo/stack instructions (refer to the list above).