Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
49200b08
Unverified
Commit
49200b08
authored
Aug 05, 2021
by
SparkSnail
Committed by
GitHub
Aug 05, 2021
Browse files
Fix frameworkcontroller pipeline (#4019)
parent
299d01db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
pipelines/fast-test.yml
pipelines/fast-test.yml
+1
-0
pipelines/integration-test-frameworkcontroller.yml
pipelines/integration-test-frameworkcontroller.yml
+1
-1
No files found.
pipelines/fast-test.yml
View file @
49200b08
...
@@ -303,6 +303,7 @@ stages:
...
@@ -303,6 +303,7 @@ stages:
variables
:
variables
:
PIP_CACHE_DIR
:
$(Pipeline.Workspace)/.pip
PIP_CACHE_DIR
:
$(Pipeline.Workspace)/.pip
YARN_CACHE_FOLDER
:
$(Pipeline.Workspace)/.yarn
YARN_CACHE_FOLDER
:
$(Pipeline.Workspace)/.yarn
timeoutInMinutes
:
90
# macos test need extra time
steps
:
steps
:
-
task
:
UsePythonVersion@0
-
task
:
UsePythonVersion@0
...
...
pipelines/integration-test-frameworkcontroller.yml
View file @
49200b08
...
@@ -42,7 +42,7 @@ jobs:
...
@@ -42,7 +42,7 @@ jobs:
cd test
cd test
python3 nni_test/nnitest/generate_ts_config.py \
python3 nni_test/nnitest/generate_ts_config.py \
--ts frameworkcontroller \
--ts frameworkcontroller \
--keyvault_vaultname $(keyvault_vaultname
}
) \
--keyvault_vaultname $(keyvault_vaultname) \
--keyvault_name $(keyvault_name) \
--keyvault_name $(keyvault_name) \
--azs_account $(azs_account) \
--azs_account $(azs_account) \
--azs_share $(azs_share) \
--azs_share $(azs_share) \
...
...
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