mirror of https://github.com/linkerd/linkerd2.git
Disable calico tests temporarily (#6905)
Calico CNI integration tests are currently blocking the release so this temporarily disables the test from being run on merges and on release. A new version of the calico operator has been released, however the image isn't in their repository (but they have updated the manifests to use the new version). The test fails because the image cannot be pulled. Signed-off-by: Matei David matei@buoyant.io
This commit is contained in:
parent
16a22d54f3
commit
5b5d1ff53f
|
|
@ -60,7 +60,10 @@ jobs:
|
|||
- uninstall
|
||||
- upgrade-edge
|
||||
- upgrade-stable
|
||||
- cni-calico-deep
|
||||
# temporarily disabled;
|
||||
# image used in manifests for calico-operator
|
||||
# does not exist in image repository yet
|
||||
#- cni-calico-deep
|
||||
needs: [docker_build]
|
||||
name: Integration tests (${{ matrix.integration_test }})
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
|||
|
|
@ -131,7 +131,10 @@ jobs:
|
|||
- uninstall
|
||||
- upgrade-edge
|
||||
- upgrade-stable
|
||||
- cni-calico-deep
|
||||
# temporarily disabled;
|
||||
# image used in manifests for calico-operator
|
||||
# does not exist in image repository yet
|
||||
#- cni-calico-deep
|
||||
needs: [docker_build, policy_controller_manifest]
|
||||
name: Integration tests (${{ matrix.integration_test }})
|
||||
timeout-minutes: 60
|
||||
|
|
|
|||
Loading…
Reference in New Issue