Skip to content

Commit

Permalink
update matrix & fix venv setup (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Jul 29, 2021
1 parent d84a3c2 commit 864e5c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"exclude": {
"need additional feature": [
"test_managed_aad_enable_azure_rbac",
"test_aks_create_enable_encryption",
"test_aks_create_edge_zone"
]
}
Expand Down
8 changes: 0 additions & 8 deletions src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
# specify the version of python3, e.g. 3.6
[[ -z "${PYTHON_VERSION}" ]] && (echo "PYTHON_VERSION is empty"; exit 1)

patchImageTools(){
apt update
apt install -y curl
}

setupVenv(){
# delete existing venv
deactivate || true
Expand Down Expand Up @@ -119,9 +114,6 @@ if [[ -n ${setup_option} ]]; then
set -o pipefail
set -o xtrace

# install missing tools in the image
patchImageTools

# create new venv if second arg is not "n"
new_venv=${2:-"n"}
if [[ ${new_venv} == "y" ]]; then
Expand Down

0 comments on commit 864e5c4

Please sign in to comment.