kata-containers / ci

Kata Containers CI
http://jenkins.katacontainers.io/view/CI%20Status/
Apache License 2.0
13 stars 34 forks source link

jobs-builder: allow to trigger only SEV jobs #532

Closed wainersm closed 1 year ago

wainersm commented 1 year ago

Added a new variable (tee) to the confidential containers job template so that if export it will generate a trigger phrase to allow "/test-tee".

For example, the SEV jobs will have the trigger phrase:

.(\n|^|\s)/(re)?test(-ubuntu)?(-sev)?(\n|$|\s)+.

Allow for triggering the job with a simple "/test-sev".

Fixes #531 Signed-off-by: Wainer dos Santos Moschetta wainersm@redhat.com