"docs/source/en/vscode:/vscode.git/clone" did not exist on "715a7da1b218d16569285f97e820159e4e0143d1"
Unverified Commit f9512aa5 authored by Ni Hao's avatar Ni Hao Committed by GitHub
Browse files

add client az login in pipeline (#4082)

parent 2fc3f0b3
...@@ -50,6 +50,7 @@ jobs: ...@@ -50,6 +50,7 @@ jobs:
- script: | - script: |
set -e set -e
cd test cd test
az login --service-principal -u $(client_id) -p $(client_secret) --tenant $(tenant_id)
python3 nni_test/nnitest/generate_ts_config.py \ python3 nni_test/nnitest/generate_ts_config.py \
--ts aml \ --ts aml \
--subscription_id $(subscriptionId) \ --subscription_id $(subscriptionId) \
......
...@@ -50,6 +50,7 @@ jobs: ...@@ -50,6 +50,7 @@ jobs:
- script: | - script: |
set -e set -e
cd test cd test
az login --service-principal -u $(client_id) -p $(client_secret) --tenant $(tenant_id)
python3 nni_test/nnitest/generate_ts_config.py \ python3 nni_test/nnitest/generate_ts_config.py \
--ts kubeflow \ --ts kubeflow \
--keyvault_vaultname $(keyvault_vaultname) \ --keyvault_vaultname $(keyvault_vaultname) \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment