With this they'll match the current upstream ovn-kubernetes code. (cherry picked from commit 4a5e20ee58cd012eb52a94ee1c97fe225e4e91f2) Signed-off-by: Dumitru Ceara <[email protected]> --- Backporting this patch to the LTS too. Otherwise we can't run ovnkube tests there. --- .ci/ovn-kubernetes/Dockerfile | 2 +- .github/workflows/ovn-kubernetes.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile index 19662889e..e74b620be 100644 --- a/.ci/ovn-kubernetes/Dockerfile +++ b/.ci/ovn-kubernetes/Dockerfile @@ -37,7 +37,7 @@ RUN rm rpm/rpmbuild/RPMS/x86_64/*debug* RUN rm rpm/rpmbuild/RPMS/x86_64/*docker* # Build ovn-kubernetes -FROM golang:1.17 as ovnkubebuilder +FROM golang:1.18 as ovnkubebuilder ARG OVNKUBE_COMMIT ARG LIBOVSDB_COMMIT diff --git a/.github/workflows/ovn-kubernetes.yml b/.github/workflows/ovn-kubernetes.yml index c05bbd3f9..7de392e50 100644 --- a/.github/workflows/ovn-kubernetes.yml +++ b/.github/workflows/ovn-kubernetes.yml @@ -9,10 +9,10 @@ on: - cron: '0 0 * * 0' env: - GO_VERSION: "1.17.6" - K8S_VERSION: v1.23.3 + GO_VERSION: "1.18.4" + K8S_VERSION: v1.24.0 OVNKUBE_COMMIT: "master" - LIBOVSDB_COMMIT: "8081fe24e48f" + LIBOVSDB_COMMIT: "98c0bad3cff1" KIND_CLUSTER_NAME: ovn KIND_INSTALL_INGRESS: true KIND_ALLOW_SYSTEM_WRITES: true -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
