Skip to content

Commit

Permalink
test: disable e2e-misc test with Canal CNI
Browse files Browse the repository at this point in the history
Canal latest is broken right now:
https://github.com/projectcalico/cni-plugin/issues/1214

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 12, 2021
1 parent 897da2f commit e4e8e87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,10 @@ local integration_disk_image = Step("e2e-disk-image", target="e2e-qemu", privile
"IMAGE_REGISTRY": local_registry,
"WITH_DISK_ENCRYPTION": "true",
});
local integration_canal_reset = Step("e2e-canal-reset", target="e2e-qemu", privileged=true, depends_on=[integration_disk_image], environment={
local integration_canal_reset = Step("e2e-canal-disabled-reset", target="e2e-qemu", privileged=true, depends_on=[integration_disk_image], environment={
"INTEGRATION_TEST_RUN": "TestIntegration/api.ResetSuite/TestResetWithSpec",
"CUSTOM_CNI_URL": "https://docs.projectcalico.org/manifests/canal.yaml",
// TODO: re-enable when https://github.com/projectcalico/cni-plugin/issues/1214 is fixed
// "CUSTOM_CNI_URL": "https://docs.projectcalico.org/manifests/canal.yaml",
"REGISTRY": local_registry,
});
local integration_no_cluster_discovery = Step("e2e-no-cluster-discovery", target="e2e-qemu", privileged=true, depends_on=[integration_canal_reset], environment={
Expand Down

0 comments on commit e4e8e87

Please sign in to comment.