* Bump kubevirtci
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Switch testing lanes to 1.28/1.27
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Adjust sleep in cert config test
This test fails a lot on ts.After(auth.openshift.io/certificate-not-before)
I believe this is because a sleep of one second was never enough,
see 8cb11f53d9/vendor/github.com/openshift/library-go/pkg/crypto/crypto.go (L1002)
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
---------
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Update kubevirtci
Changes default KUBEVIRT_PROVIDER to k8s-1.25.
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Bump kubernetes provider versions
1.24 -> 1.25
1.23 -> 1.24
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Add k8s-1.25 provider
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Remove cluster-sync/k8s-* versions that no longer exist in kubevirtci
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Note kubevirtci uses tags, not releases.
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Use a namespace that exists to keep test valid
Newer kubernetes first complains about the namespace not existing,
let's make sure we use one that exists rather than modifying the
tests to expect a completely different failure.
Signed-off-by: Maya Rashish <mrashish@redhat.com>
Signed-off-by: Maya Rashish <mrashish@redhat.com>
* Update kubevirtci
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Add cluster-sync 1.24 provider
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Increment k8s versions used in CI lanes
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Handle secrets not being auto generated in 1.24
More info in third bullet point
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#urgent-upgrade-notes
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
* Increment versions of k8s used in CI
Take advantage of newer versions of k8s for testing.
Signed-off-by: Alexander Wels <awels@redhat.com>
* Udpate kubevirtci version to one that includes ceph 1.7.1
Signed-off-by: Alexander Wels <awels@redhat.com>
Instead of setting various variables in project-infra set them
in scripts inside this repo instead. This allows us to upgrade
k8s versions without having to modify the project infra lanes
Signed-off-by: Alexander Wels <awels@redhat.com>