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:
Matei David 2021-09-16 22:05:19 +01:00 committed by GitHub
parent 16a22d54f3
commit 5b5d1ff53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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