mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: disable SEV-SNP tests that need stable images (#3031)
This commit is contained in:
parent
ea17af3dcc
commit
35e19a45bb
7
.github/actions/terraform_apply/action.yml
vendored
7
.github/actions/terraform_apply/action.yml
vendored
@ -26,9 +26,10 @@ runs:
|
|||||||
"gcpSEVES")
|
"gcpSEVES")
|
||||||
attestationVariant="gcp-sev-es"
|
attestationVariant="gcp-sev-es"
|
||||||
;;
|
;;
|
||||||
"gcpSEVSNP")
|
# TODO(msanft): Enable once stable GCP SEV-SNP images exist.
|
||||||
attestationVariant="gcp-sev-snp"
|
# "gcpSEVSNP")
|
||||||
;;
|
# attestationVariant="gcp-sev-snp"
|
||||||
|
# ;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown attestation variant: $(yq '.attestation | keys | .[0]' constellation-conf.yaml)"
|
echo "Unknown attestation variant: $(yq '.attestation | keys | .[0]' constellation-conf.yaml)"
|
||||||
exit 1
|
exit 1
|
||||||
|
3
.github/workflows/e2e-test-daily.yml
vendored
3
.github/workflows/e2e-test-daily.yml
vendored
@ -46,7 +46,8 @@ jobs:
|
|||||||
max-parallel: 5
|
max-parallel: 5
|
||||||
matrix:
|
matrix:
|
||||||
kubernetesVersion: ["1.28"] # should be default
|
kubernetesVersion: ["1.28"] # should be default
|
||||||
attestationVariant: ["gcp-sev-es", "gcp-sev-snp", "azure-sev-snp", "azure-tdx", "aws-sev-snp"]
|
# TODO(msanft): Enable GCP SEV-SNP once stable GCP SEV-SNP images exist.
|
||||||
|
attestationVariant: ["gcp-sev-es", "azure-sev-snp", "azure-tdx", "aws-sev-snp"]
|
||||||
refStream: ["ref/main/stream/debug/?", "ref/release/stream/stable/?"]
|
refStream: ["ref/main/stream/debug/?", "ref/release/stream/stable/?"]
|
||||||
test: ["sonobuoy quick"]
|
test: ["sonobuoy quick"]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
11
.github/workflows/e2e-test-weekly.yml
vendored
11
.github/workflows/e2e-test-weekly.yml
vendored
@ -281,11 +281,12 @@ jobs:
|
|||||||
attestationVariant: "gcp-sev-es"
|
attestationVariant: "gcp-sev-es"
|
||||||
kubernetes-version: "v1.28"
|
kubernetes-version: "v1.28"
|
||||||
clusterCreation: "cli"
|
clusterCreation: "cli"
|
||||||
- test: "verify"
|
# TODO(msanft): Enable once stable GCP SEV-SNP images exist.
|
||||||
refStream: "ref/release/stream/stable/?"
|
# - test: "verify"
|
||||||
attestationVariant: "gcp-sev-snp"
|
# refStream: "ref/release/stream/stable/?"
|
||||||
kubernetes-version: "v1.28"
|
# attestationVariant: "gcp-sev-snp"
|
||||||
clusterCreation: "cli"
|
# kubernetes-version: "v1.28"
|
||||||
|
# clusterCreation: "cli"
|
||||||
- test: "verify"
|
- test: "verify"
|
||||||
refStream: "ref/release/stream/stable/?"
|
refStream: "ref/release/stream/stable/?"
|
||||||
attestationVariant: "azure-sev-snp"
|
attestationVariant: "azure-sev-snp"
|
||||||
|
Loading…
Reference in New Issue
Block a user