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
326ed7d9
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "6e6e7f3aaf8c61abc4dbd8f56b9f2e7faa7bfcd4"
Unverified
Commit
326ed7d9
authored
Apr 25, 2021
by
SparkSnail
Committed by
GitHub
Apr 25, 2021
Browse files
fix k8s pipeline (#3577)
parent
3e7483a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pipelines/integration-test-adl.yml
pipelines/integration-test-adl.yml
+1
-1
pipelines/integration-test-frameworkcontroller.yml
pipelines/integration-test-frameworkcontroller.yml
+1
-1
pipelines/integration-test-kubeflow.yml
pipelines/integration-test-kubeflow.yml
+1
-1
No files found.
pipelines/integration-test-adl.yml
View file @
326ed7d9
...
@@ -59,5 +59,5 @@ jobs:
...
@@ -59,5 +59,5 @@ jobs:
--checkpoint_storage_class $(checkpoint_storage_class) \
--checkpoint_storage_class $(checkpoint_storage_class) \
--checkpoint_storage_size $(checkpoint_storage_size) \
--checkpoint_storage_size $(checkpoint_storage_size) \
--nni_manager_ip $(nni_manager_ip)
--nni_manager_ip $(nni_manager_ip)
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts adl
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts adl
--exclude multi-phase,multi-thread
displayName
:
Integration test
displayName
:
Integration test
pipelines/integration-test-frameworkcontroller.yml
View file @
326ed7d9
...
@@ -48,5 +48,5 @@ jobs:
...
@@ -48,5 +48,5 @@ jobs:
--azs_share nni \
--azs_share nni \
--nni_docker_image nnidev/nni-nightly \
--nni_docker_image nnidev/nni-nightly \
--nni_manager_ip $(manager_ip)
--nni_manager_ip $(manager_ip)
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts frameworkcontroller --exclude multi-phase
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts frameworkcontroller --exclude multi-phase
,multi-thread
displayName
:
Integration test
displayName
:
Integration test
pipelines/integration-test-kubeflow.yml
View file @
326ed7d9
...
@@ -58,5 +58,5 @@ jobs:
...
@@ -58,5 +58,5 @@ jobs:
--azs_share nni \
--azs_share nni \
--nni_docker_image nnidev/nni-nightly \
--nni_docker_image nnidev/nni-nightly \
--nni_manager_ip $(manager_ip)
--nni_manager_ip $(manager_ip)
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts kubeflow --exclude multi-phase
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts kubeflow --exclude multi-phase
,multi-thread
displayName
:
Integration test
displayName
:
Integration test
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