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 13, 2024
1 parent b67b552 commit cbb6379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jobs/kola-gcp.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ cosaPod(memory: "512Mi", kvm: false,
// https://github.com/coreos/fedora-coreos-tracker/issues/1202
def confidential_tests = tests
if (confidential_tests == "basic") {
confidential_tests = "basic ext.config.platforms.gcp.nvme-symlink"
confidential_tests = "basic ext.config.platforms.gcp.confidential-vm-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 cbb6379

Please sign in to comment.