Skip to content

Commit

Permalink
Using autoyast install for kubevirt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nanzhg authored and alice-suse committed Jan 2, 2025
1 parent 39be601 commit f6e2eb1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions schedule/virt_autotest/kubevirt-tests-sles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: kubevirt-tests
description: >
Maintainer: Nan Zhang <[email protected]> [email protected]
Kubevirt server & agent node installation and test modules
vars:
MAX_JOB_TIME: 72000
schedule:
- '{{barrier_setup}}'
- '{{bootup_and_install}}'
- '{{kubevirt_tests}}'
conditional_schedule:
barrier_setup:
SERVICE:
rke2-server:
- virt_autotest/kubevirt_barriers
bootup_and_install:
RUN_TEST_ONLY:
0:
- autoyast/prepare_profile
- installation/ipxe_install
- autoyast/installation
- virt_autotest/login_console
kubevirt_tests:
SERVICE:
rke2-server:
- virt_autotest/kubevirt_tests_server
rke2-agent:
- virt_autotest/kubevirt_tests_agent

0 comments on commit f6e2eb1

Please sign in to comment.