diff mbox series

[ovs-dev,branch-22.03] github: ovn-kubernetes: Update go, kube and libovsdb versions.

Message ID 20220926105909.42916-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev,branch-22.03] github: ovn-kubernetes: Update go, kube and libovsdb versions. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Dumitru Ceara Sept. 26, 2022, 10:59 a.m. UTC
With this they'll match the current upstream ovn-kubernetes code.

(cherry picked from commit 4a5e20ee58cd012eb52a94ee1c97fe225e4e91f2)
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
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(-)

Comments

Dumitru Ceara Sept. 28, 2022, 8:36 a.m. UTC | #1
On 9/26/22 12:59, Dumitru Ceara wrote:
> With this they'll match the current upstream ovn-kubernetes code.
> 
> (cherry picked from commit 4a5e20ee58cd012eb52a94ee1c97fe225e4e91f2)
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
> ---
> Backporting this patch to the LTS too.  Otherwise we can't run ovnkube
> tests there.
> ---

To make the ovn-kubernetes CI jobs green again I backported:

- to branch-22.06:
  bcc7338a24d4 ("ci: ovn-kubernetes: Align CI jobs with recent ovn-kubernetes upstream.")
- to branch-22.03:
  bcc7338a24d4 ("ci: ovn-kubernetes: Align CI jobs with recent ovn-kubernetes upstream.")
  4a5e20ee58cd ("github: ovn-kubernetes: Update go, kube and libovsdb versions.")

Regards,
Dumitru
diff mbox series

Patch

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