Description
The isolated-network job in .github/workflows/builders.yaml defines 3 matrix entries:
| Name |
ovnk-networking |
with-multus |
| kindnet |
0 |
0 |
| ovnk |
1 |
0 |
| ovnk-multus |
1 |
1 |
The 2 OVN-K variants (ovnk and ovnk-multus) do not seem to be defined properly. When ovnk-networking: 1, the image is built with WITH_KINDNET=0 expecting OVN-K, but the test only verifies that MicroShift starts and that internet access is blocked — it does not validate that OVN-K networking is actually functioning.
These entries should either be removed or updated to properly test OVN-K in isolated network mode.
References
Flagged during review of #220.
Description
The
isolated-networkjob in.github/workflows/builders.yamldefines 3 matrix entries:The 2 OVN-K variants (
ovnkandovnk-multus) do not seem to be defined properly. Whenovnk-networking: 1, the image is built withWITH_KINDNET=0expecting OVN-K, but the test only verifies that MicroShift starts and that internet access is blocked — it does not validate that OVN-K networking is actually functioning.These entries should either be removed or updated to properly test OVN-K in isolated network mode.
References
Flagged during review of #220.