Unverified Commit 326ed7d9 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

fix k8s pipeline (#3577)

parent 3e7483a8
...@@ -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
...@@ -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
...@@ -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
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