Reenable `upgrade-edge` integration test (#4821)

Followup to #4797

That test was temporarily disabled until the prometheus check in
`linkerd check` got fixed in #4797 and made it into edge-20.7.5
This commit is contained in:
Alejandro Pedraza 2020-07-31 12:11:32 -05:00 committed by GitHub
parent e62ff75cde
commit a1be60aea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 7 deletions

View File

@ -102,8 +102,7 @@ jobs:
- helm-deep
- helm-upgrade
- uninstall
#TO-DO: re-enable upgrade-edge after edge-20-7-5 comes out
#- upgrade-edge
- upgrade-edge
- upgrade-stable
needs: [docker_build]
name: Integration tests (${{ matrix.integration_test }})

View File

@ -115,8 +115,7 @@ jobs:
- helm-deep
- helm-upgrade
- uninstall
#TO-DO: re-enable upgrade-edge after edge-20-7-5 comes out
#- upgrade-edge
- upgrade-edge
- upgrade-stable
needs: [docker_build]
name: Integration tests (${{ matrix.integration_test }})

View File

@ -6,9 +6,7 @@ set +e
##### Test setup helpers #####
# TO-DO: re-enable upgrade-edge after edge-20-7-5 comes out
#export default_test_names=(deep external-issuer helm-deep helm-upgrade uninstall upgrade-edge upgrade-stable)
export default_test_names=(deep external-issuer helm-deep helm-upgrade uninstall upgrade-stable)
export default_test_names=(deep external-issuer helm-deep helm-upgrade uninstall upgrade-edge upgrade-stable)
export all_test_names=(cluster-domain "${default_test_names[*]}")
handle_input() {