From d8206ebb1499ed9edfec348bf93c304f66ba3bcc Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:07:43 -0400 Subject: [PATCH] Update CONTRIBUTING.md with test examples (#186) * Update CONTRIBUTING.md * Update CONTRIBUTING.md post review --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ceb4e6..58bfaa1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,6 +79,15 @@ View changes made by the release script # see also dagster-cloud-action-test ``` +It is recommended to test the release with both Serverless and Hybrid deployments. + +Serverless: +- GitLab: Deploy to a test organization in Dagster+ after updating the image version in the CI/CD file. +- GitHub: Deploy to a test organization in Dagster+ with both PEX and docker deployments. + +Hybrid: +- GitHub: Create a new branch in the [Hooli repo](https://github.com/dagster-io/hooli-data-eng-pipelines) to update the tags with the new version in the CI/CD file. Push your changes and open a PR to test the deployment to Dagster+. + # Step 5b. Iterate If you make any changes and rebuild the rc, you need to retag and push the release tag: