From 82d9263d86ec9d415bc7d7275cc4e73e7db1df8c Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 14 Sep 2022 10:17:40 +0200 Subject: [PATCH] Add generate measurements step to release documentation --- .github/docs/release.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/docs/release.md b/.github/docs/release.md index 3fc3d6485..e5a966302 100644 --- a/.github/docs/release.md +++ b/.github/docs/release.md @@ -41,12 +41,17 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers gh workflow run build-coreos.yml --ref release/v1.3 -F debug=false -F coreOSConfigBranch=release/v1.3 -F imageVersion=v1.3.0 ``` 8. Update [default images in config](/internal/config/images_enterprise.go) - 9. Run E2E tests to confirm stability and [generate measurements](/.github/workflows/e2e-test-manual.yml) + 9. Run [E2E tests](/.github/workflows/e2e-test-manual.yml) to confirm stability. ```sh gh workflow run e2e-test-manual.yml --ref release/v1.3 -F workerNodesCount=2 -F controlNodesCount=1 -F autoscale=false -F cloudProvider=azure -F machineType=Standard_DC4as_v5 -F sonobuoyTestSuiteCmd="--mode quick" -F kubernetesVersion=1.23 -F coreosImage=/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/1.3.0 -F isDebugImage=false gh workflow run e2e-test-manual.yml --ref release/v1.3 -F workerNodesCount=2 -F controlNodesCount=1 -F autoscale=false -F cloudProvider=gcp -F machineType=n2d-standard-4 -F sonobuoyTestSuiteCmd="--mode quick" -F kubernetesVersion=1.23 -F coreosImage=projects/constellation-images/global/images/constellation-v1-3-0 -F isDebugImage=false ``` - 10. Create a new tag on this release branch + 10. [Generate measurements](/.github/workflows/generate-measurements.yml) for the images on each CSP. + ```sh + gh workflow run generate-measurements.yml --ref release/v1.3 -F cloudProvider=azure -F coreosImage=/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/1.3.0 -F isDebugImage=false + gh workflow run generate-measurements.yml --ref release/v1.3 -F cloudProvider=gcp -F coreosImage=projects/constellation-images/global/images/constellation-v1-3-0 -F isDebugImage=false + ``` + 11. Create a new tag on this release branch * `git tag v1.3.0` * Run [Release CLI](https://github.com/edgelesssys/constellation/actions/workflows/release-cli.yml) action on the tag ```sh