mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Revert "ci: handle STACKIT attestation"
This reverts commit cf14e722aec36274aa561ba80128cd8bfe9f938c.
This commit is contained in:
parent
e0468d28fb
commit
b7d8479495
6
.github/workflows/e2e-test.yml
vendored
6
.github/workflows/e2e-test.yml
vendored
@ -16,7 +16,6 @@ on:
|
||||
- "azure-sev-snp"
|
||||
- "azure-tdx"
|
||||
- "aws-sev-snp"
|
||||
- "stackit-qemu-vtpm"
|
||||
default: "azure-sev-snp"
|
||||
required: true
|
||||
runner:
|
||||
@ -162,11 +161,6 @@ jobs:
|
||||
attestationVariant="${{ inputs.attestationVariant }}"
|
||||
cloudProvider="${attestationVariant%%-*}"
|
||||
|
||||
# special case for STACKIT, as there's no special attestation variant for it
|
||||
if [[ "${cloudProvider}" == "stackit" ]]; then
|
||||
echo "attestationVariant=qemu-vtpm" | tee -a "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
echo "cloudProvider=${cloudProvider}" | tee -a "$GITHUB_OUTPUT"
|
||||
|
||||
find-latest-image:
|
||||
|
Loading…
x
Reference in New Issue
Block a user