From 79743e02eb1f87710ce88e80594d5005c30eac92 Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Fri, 26 Sep 2025 16:13:46 +0300 Subject: [PATCH 1/2] chore(ci): ignore specific error on e2e tests Signed-off-by: Maksim Fedotov --- tests/e2e/default_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/default_config.yaml b/tests/e2e/default_config.yaml index f1315c2d30..5160dd188c 100644 --- a/tests/e2e/default_config.yaml +++ b/tests/e2e/default_config.yaml @@ -55,6 +55,7 @@ logFilter: - "leader election lost" - "a virtual machine cannot be restored from the pending phase with `Forced` mode" # "err": "a virtual machine cannot be restored from the pending phase with `Forced` mode; you can delete the virtual machine and restore it with `Safe` mode" - 'virtualMachineSnapshotSecret "" not found' # "msg": "virtualMachineSnapshotSecret \"\" not found" + - 'failed to sync migrating volumes: admission webhook "virtualmachine-validator.kubevirt.io" denied the request: spec.template.spec.domain.devices.disks' regexpLogFilter: - "failed to detach: .* not found" # "err" "failed to detach: virtualmachine.kubevirt.io \"head-497d17b-vm-automatic-with-hotplug\" not found", - "error patching .* not found" # "err" "error patching *** virtualimages.virtualization.deckhouse.io \"head-497d17b-vi-pvc-oref-vi-oref-vd\" not found", From 7a616b7b0774cfacb9a0100417dd49f95f8d0da5 Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Fri, 26 Sep 2025 16:32:59 +0300 Subject: [PATCH 2/2] update filter Signed-off-by: Maksim Fedotov --- tests/e2e/default_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/default_config.yaml b/tests/e2e/default_config.yaml index 5160dd188c..62520e3123 100644 --- a/tests/e2e/default_config.yaml +++ b/tests/e2e/default_config.yaml @@ -55,7 +55,7 @@ logFilter: - "leader election lost" - "a virtual machine cannot be restored from the pending phase with `Forced` mode" # "err": "a virtual machine cannot be restored from the pending phase with `Forced` mode; you can delete the virtual machine and restore it with `Safe` mode" - 'virtualMachineSnapshotSecret "" not found' # "msg": "virtualMachineSnapshotSecret \"\" not found" - - 'failed to sync migrating volumes: admission webhook "virtualmachine-validator.kubevirt.io" denied the request: spec.template.spec.domain.devices.disks' + - 'failed to sync migrating volumes: admission webhook \"virtualmachine-validator.kubevirt.io\" denied the request: spec.template.spec.domain.devices.disks' regexpLogFilter: - "failed to detach: .* not found" # "err" "failed to detach: virtualmachine.kubevirt.io \"head-497d17b-vm-automatic-with-hotplug\" not found", - "error patching .* not found" # "err" "error patching *** virtualimages.virtualization.deckhouse.io \"head-497d17b-vi-pvc-oref-vi-oref-vd\" not found",