"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "86d63a076c0d0838ee841f945135a75c7d0cbb01"
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:
- script: |
set -e
cd test
az login --service-principal -u $(client_id) -p $(client_secret) --tenant $(tenant_id)
python3 nni_test/nnitest/generate_ts_config.py \
--ts aml \
--subscription_id $(subscriptionId) \
......
......@@ -50,6 +50,7 @@ jobs:
- script: |
set -e
cd test
az login --service-principal -u $(client_id) -p $(client_secret) --tenant $(tenant_id)
python3 nni_test/nnitest/generate_ts_config.py \
--ts kubeflow \
--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