Commit 3ea381d
ci: ovn-kubernetes: Move our CI jobs to OVN-K release-1.2 branch.
This is the latest stable release branch ovn-kubernetes supports since
the v1.2.0 release:
https://github.com/ovn-kubernetes/ovn-kubernetes/releases/tag/v1.2.0
This release is the first ovnk release that uses OVN's transit routers
so it's interesting for us to use its tests.
Unfortunately we also had to do a minor change in the helper that
detects with golang version needs to be installed. We used to use what
is stored in ovnk's go.mod file but on branch release-1.2 that points to
1.24.0.
If we use the value as is eventually the job will try to pull the
quay.io/projectquay/golang:1.24.0 image. That doesn't exist. It turns
out a better way to detect the golang version is to look at
dist/images/Makefile. It's still not bullet proof and it might change
in the future but likely not on ovnk's stable release branch.
It seems to work for now.
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Ales Musil <amusil@redhat.com>
(cherry picked from commit 6ff153d)1 parent 18516f8 commit 3ea381d
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments