Skip to content

Commit 515bfe9

Browse files
committed
jobs/kola-gcp: update test names
In coreos/fedora-coreos-config#3356 the test was updated and split in two tests, changing the names.
1 parent 38614b6 commit 515bfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/kola-gcp.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cosaPod(memory: "512Mi", kvm: false,
9292
// https://github.com/coreos/fedora-coreos-tracker/issues/1202
9393
def confidential_tests = tests
9494
if (confidential_tests == "basic") {
95-
confidential_tests = "basic ext.config.platforms.gcp.confidential-vm-nvme-symlink"
95+
confidential_tests = "basic ext.config.platforms.gcp.confidential-vm-tdx-nvme-symlink ext.config.platforms.gcp.confidential-vm-snp-nvme-symlink"
9696
}
9797
// https://github.com/coreos/coreos-assembler/issues/3556
9898
kola(cosaDir: env.WORKSPACE,

0 commit comments

Comments
 (0)