mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-11 23:51:11 +02:00
test: update Canal CNI manifest URL
With recent changes to Calico website, old URL returns 404. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
e09e106665
commit
3d7566ec74
@ -378,7 +378,7 @@ local integration_cilium = Step("e2e-cilium-1.9.10", target="e2e-qemu", privileg
|
||||
});
|
||||
local integration_canal_reset = Step("e2e-canal-reset", target="e2e-qemu", privileged=true, depends_on=[integration_cilium], environment={
|
||||
"INTEGRATION_TEST_RUN": "TestIntegration/api.ResetSuite/TestResetWithSpec",
|
||||
"CUSTOM_CNI_URL": "https://docs.projectcalico.org/manifests/canal.yaml",
|
||||
"CUSTOM_CNI_URL": "https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/canal.yaml",
|
||||
"REGISTRY": local_registry,
|
||||
});
|
||||
local integration_bios_cgroupsv1 = Step("e2e-bios-cgroupsv1", target="e2e-qemu", privileged=true, depends_on=[integration_canal_reset], environment={
|
||||
|
Loading…
x
Reference in New Issue
Block a user