Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
f9512aa5
Unverified
Commit
f9512aa5
authored
Aug 20, 2021
by
Ni Hao
Committed by
GitHub
Aug 20, 2021
Browse files
add client az login in pipeline (#4082)
parent
2fc3f0b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
pipelines/integration-test-aml.yml
pipelines/integration-test-aml.yml
+1
-0
pipelines/integration-test-kubeflow.yml
pipelines/integration-test-kubeflow.yml
+1
-0
No files found.
pipelines/integration-test-aml.yml
View file @
f9512aa5
...
...
@@ -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) \
...
...
pipelines/integration-test-kubeflow.yml
View file @
f9512aa5
...
...
@@ -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) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment