Skip to content

Commit

Permalink
test: update Canal CNI manifest URL
Browse files Browse the repository at this point in the history
With recent changes to Calico website, old URL returns 404.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 8, 2023
1 parent e09e106 commit 3d7566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 3d7566e

Please sign in to comment.