confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

ci: fix passing of image-id to e2e test #2102

Closed mkulke closed 1 month ago

mkulke commented 1 month ago

sry, for the stream of gh actions-related PRs. sadly, nested workflow invocations are pretty hard to test, even on forks.

Some workflow input/output glue didn't work anymore after switching to mkosi images, so the image id wasn't passed to the e2e test.

wainersm commented 1 month ago

The art of testing in production never dies, @mkulke