Skip to content

Commit

Permalink
gcp: run tests with instance using confidential type sev-snp
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Sep 11, 2024
1 parent b67b552 commit 7e779ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/kola-gcp.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ cosaPod(memory: "512Mi", kvm: false,
if (confidential_tests == "basic") {
confidential_tests = "basic ext.config.platforms.gcp.nvme-symlink"
}
// https://github.com/coreos/coreos-assembler/issues/3556
kola(cosaDir: env.WORKSPACE,
build: params.VERSION, arch: params.ARCH,
extraArgs: confidential_tests,
Expand All @@ -103,7 +104,7 @@ cosaPod(memory: "512Mi", kvm: false,
platformArgs: """-p=gcp \
--gcp-json-key=\${GCP_KOLA_TESTS_CONFIG} \
--gcp-project=${gcp_project} \
--gcp-confidential-vm""")
--gcp-confidential-type sev-snp""")
}
}

Expand Down

0 comments on commit 7e779ad

Please sign in to comment.