From 71884d96056d8fd92a27474c556e7780049bdfc3 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 17:54:52 +0100 Subject: [PATCH] WIP remove all other tests --- camkes-vm/builds.yml | 88 -------------------------------------------- 1 file changed, 88 deletions(-) diff --git a/camkes-vm/builds.yml b/camkes-vm/builds.yml index 3165d5e7..fa967888 100644 --- a/camkes-vm/builds.yml +++ b/camkes-vm/builds.yml @@ -13,84 +13,11 @@ default: vm_platform: builds: -# PC99: -- optiplex9020: - mode: 64 - req: haswell3 -- minimal: - mode: 32 - req: haswell3 -- minimal_64: - mode: 64 - req: haswell3 -- zmq_samples: - mode: 64 - req: haswell3 - success: 'Finished running all scenarios' - error: 'Exited with error' - -# Arm: -- vm_minimal_TK1: - app: vm_minimal - platform: TK1 -- odroid_vm_ODROID_XU: - app: odroid_vm - platform: ODROID_XU - success: 'root@NICTAcopter:' -- vm_minimal_TX1: - app: vm_minimal - platform: TX1 -- vm_minimal_TX2: - app: vm_minimal - platform: TX2 - vm_minimal_ZCU102: app: vm_minimal platform: ZYNQMP vm_platform: zcu102 success: "@xilinx-zcu102" -- vm_minimal_ARMVIRT: - app: vm_minimal - platform: ARMVIRT - sim: true -- vm_minimal_ODROID_XU4: - app: vm_minimal - platform: ODROID_XU4 -- vm_minimal_smp_TX1: - app: vm_minimal - platform: TX1 - settings: - NUM_NODES: 4 -- vm_minimal_smp_TX2: - app: vm_minimal - platform: TX2 - settings: - NUM_NODES: 4 -- vm_minimal_ODROID_C2: - app: vm_minimal - platform: ODROID_C2 -- vm_serial_server_ODROID_XU4: - app: vm_serial_server - platform: ODROID_XU4 -- vm_virtio_net_arping_ODROID_XU4: - app: vm_virtio_net - platform: ODROID_XU4 - success: 'arping test was successful' -- vm_virtio_net_ping_ODROID_XU4: - app: vm_virtio_net - platform: ODROID_XU4 - success: 'Ping test was successful' - settings: - VIRTIO_NET_PING: '1' -- vm_virtio_net_arping_TX2: - app: vm_virtio_net - platform: TX2 - success: 'arping test was successful' -- vm_virtio_net_ping_TX2: - app: vm_virtio_net - platform: TX2 - success: 'Ping test was successful' - settings: - VIRTIO_NET_PING: '1' - vm_virtio_net_arping_ZCU102: app: vm_virtio_net platform: ZYNQMP @@ -103,18 +30,3 @@ builds: success: 'Ping test was successful' settings: VIRTIO_NET_PING: '1' -- vm_multi_ODROID_XU4: - app: vm_multi - platform: ODROID_XU4 - success: 'buildroot login:.*buildroot login:.*buildroot login:' -- vm_cross_connector_ODROID_XU4: - app: vm_cross_connector - platform: ODROID_XU4 - success: 'Finished crossvm test script' -- vm_introspect_ODROID_XU4: - app: vm_introspect - platform: ODROID_XU4 -- vm_introspect_ARMVIRT: - app: vm_introspect - platform: ARMVIRT - sim: true