Allow starting e2e tests based on attestation variant instead of csp

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-01-25 15:32:19 +01:00 committed by Malte Poll
parent 597a923a7f
commit 65d28f913f
20 changed files with 377 additions and 177 deletions

View file

@ -32,11 +32,12 @@ var (
// cloud provider used in e2e test. If deployed with debugd, this is a duplicate as its also
// available in the metadata. If deployed through K8s in e2e tests with a stable image, this
// is where the cloud provider is saved in.
"github.e2e-test-provider": {},
"github.ref-stream": {},
"github.kubernetes-version": {},
"github.cluster-creation": {},
"deployment-type": {}, // deployment type, e.g. "debugd", "k8s"
"github.e2e-test-provider": {},
"github.ref-stream": {},
"github.kubernetes-version": {},
"github.cluster-creation": {},
"github.attestation-variant": {},
"deployment-type": {}, // deployment type, e.g. "debugd", "k8s"
}
)