mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 14:58:35 -04:00
Feat/measurements in e2e (#218)
* Make e2e pipeline use the latest image available. * Use pcr-reader to read & store measurements. * buildvcs false in ci * only notify teams on main * plain yq syntax, since if already checks for csp * previous version of yq requires explicit eval * fix pcr-reader call * actually pass variable between jobs * fix typo * Make order of images consistent. * read measurements after create Co-authored-by: Fabian Kammel <fk@edgelss.systems>
This commit is contained in:
parent
3de5fd47b5
commit
d856b0cd86
4 changed files with 56 additions and 3 deletions
|
@ -68,7 +68,7 @@ With `cdbg` and `yq` installed in your path:
|
|||
For GCP, run the following command to get a list of all constellation debug images, sorted by their creation date:
|
||||
|
||||
```shell
|
||||
gcloud compute images list --filter="name~'constellation-coreos-debugd.+'" --sort-by=~creationTimestamp --project constellation-images
|
||||
gcloud compute images list --filter="name~'constellation-coreos-debugd.+'" --sort-by=creationTimestamp --project constellation-images
|
||||
```
|
||||
|
||||
Choose the newest debugd image with the naming scheme `constellation-coreos-debugd-<timestamp>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue