Skip to content

Commit fd56082

Browse files
Merge pull request #10878 from gouyang/smoke_for_prow
Bug 2042382: kubevirt: only run smoke tests in CI
2 parents 226e400 + f35ead4 commit fd56082

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

frontend/packages/kubevirt-plugin/integration-tests-cypress/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"integrationFolder": "tests",
2+
"integrationFolder": "tests/smoke",
33
"screenshotsFolder": "../../../gui_test_screenshots/cypress/screenshots",
44
"videosFolder": "../../../gui_test_screenshots/cypress/videos",
55
"video": true,

frontend/packages/kubevirt-plugin/integration-tests-cypress/tests/tier1-a/advanced-wizard.spec.ts renamed to frontend/packages/kubevirt-plugin/integration-tests-cypress/tests/smoke/create-vm-from-customize-wizard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const urlVM: VirtualMachineData = {
1313
name: `url-vm-customize-wizard-${testName}`,
1414
description: 'ID(CNV-869): create VM from URL',
1515
namespace: testName,
16-
template: TEMPLATE.RHEL8,
16+
template: TEMPLATE.WIN10,
1717
provisionSource: ProvisionSource.URL,
1818
pvcSize: '1',
1919
sshEnable: false,

0 commit comments

Comments
 (0)