Max Gautier

Results 825 comments of Max Gautier

@ant31 What's the process to add the ci-{extended,full} label ? Can't find them with a quick grepping

I'll do that once the initial set of tests pass then :+1:

I still need to figure out how to avoid breaking the upgrade testing (since the inventory file is not there) but otherwise this should be ready soonish :)

/label ci-full Upgrade is solved (even if it's require a workaround for now, that's not a big one, and once 2.27.0 is released we will be able to drop it

@ant31 ci-* labels don't retrigger the pipeline like for /ok-to-test, correct ?

The ssh DNS errors are weird, it should not use the name of the VMI but the IP, I think from kubevirt dynamic inventory.

/retest-failed This is to test whether it's something racey or systematic on those tests /hold

Retrying a test with the error test-vm-5mz4g | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname test-vm-5mz4g: Name or...

It looks like the ip of VirtualMachineInstance are disappearing and I think the kubevirt dynamic inventory interpret that as using the name for ansible_host. This might be related to kubevirt/kubevirt#12698...