Commit Graph

6 Commits

Author SHA1 Message Date
akalenyu
55eac528e9
Switch CI lanes to 1.28 (#2908)
* 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>
2023-10-17 03:37:00 +02:00
Michael Henriksen
93bcff88ca
let's start testing 1.26 (#2697)
* let's start testing 1.26

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* remove sync-os-ci.sh

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

---------

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
2023-04-22 04:47:54 +01:00
Maya Rashish
52651224da
Bump kubevirtci, bump k8s versions used in CI (#2481)
* 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>
2022-11-24 08:08:49 +00:00
akalenyu
cbb439072b
Switch CI lanes to k8s 1.24 (#2328)
* 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>
2022-06-30 01:30:22 +02:00
Alexander Wels
6366ef397f
Increment versions of k8s used in CI (#2278)
* 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>
2022-05-19 19:37:43 +02:00
Alexander Wels
93e4fc59ce
Add lane scripts in repo (#2218)
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>
2022-04-12 00:42:04 +02:00