Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix OpenPAI IT #4057

Merged
merged 43 commits into from
Aug 11, 2021
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1cd5c78
add pipeline for paiK8s
Feb 23, 2020
2c4f8c5
fix pipeline
Feb 23, 2020
0881058
fix token
Feb 23, 2020
dad062f
exclude multiphase
Feb 25, 2020
e12bf39
fix comments
Feb 27, 2020
5dee410
fix pipeline
Mar 5, 2020
3190f1b
fix conflict
Mar 5, 2020
1f9eb85
Merge branch 'v1.5' of https://github.com/microsoft/nni into dev-pai-…
SparkSnail Mar 31, 2020
f855f01
fix pai-windows
SparkSnail Mar 31, 2020
7964124
debug
SparkSnail Mar 31, 2020
4b76499
fix error
Mar 31, 2020
a267885
debug
SparkSnail Apr 1, 2020
7b4d59d
debug
SparkSnail Apr 2, 2020
b535918
mount folder
SparkSnail Apr 2, 2020
736aa86
fix execopy
SparkSnail Apr 2, 2020
3f7c093
fix test image
SparkSnail Apr 3, 2020
7e39b24
fix docker image
SparkSnail Apr 3, 2020
5396657
set nfs path in variable
SparkSnail Apr 4, 2020
42572bc
fix openpai v1
Aug 3, 2021
b51d900
Merge branch 'master' into tmp-openpai
Aug 3, 2021
732c6eb
update agent pool
QuanluZhang Aug 3, 2021
23a9178
Merge branch 'master' into tmp-openpai
Aug 4, 2021
5103c21
fix storage service
SparkSnail Aug 5, 2021
5d35809
debug pipeline
SparkSnail Aug 5, 2021
3ddccee
fix pipeline
SparkSnail Aug 5, 2021
7391b9e
fix openpai
Aug 5, 2021
b52163e
fix pai
SparkSnail Aug 5, 2021
5f43cf7
fix pai
SparkSnail Aug 5, 2021
c213f1d
fix pai
SparkSnail Aug 5, 2021
7332688
fix build
SparkSnail Aug 5, 2021
5c14bc4
revert change
SparkSnail Aug 5, 2021
d36454a
Merge branch 'master' of https://github.com/microsoft/nni into dev-pa…
SparkSnail Aug 5, 2021
bb6b166
Merge branch 'master' of https://github.com/microsoft/nni into dev-pa…
SparkSnail Aug 6, 2021
bd3b9c9
Merge branch 'master' into tmp-openpai
Aug 9, 2021
c904ac8
fix pai
SparkSnail Aug 9, 2021
ea7abd9
fix pipeline
SparkSnail Aug 10, 2021
bcb2c10
debug
SparkSnail Aug 10, 2021
1a8df3c
Merge remote-tracking branch 'ms/dev-pai-pipeline' into tmp-openpai
Aug 11, 2021
f4aaf0d
.
Aug 11, 2021
d77e311
version check
Aug 11, 2021
4ef5658
debug
Aug 11, 2021
a6c9559
.
Aug 11, 2021
b708612
.
Aug 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
  • Loading branch information
SparkSnail committed Aug 10, 2021
commit bcb2c10379b7a932b40fe895c4a0384b77197fda
34 changes: 17 additions & 17 deletions pipelines/integration-test-openpai-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@ jobs:
condition: eq(variables['build_docker_image'], 'true')
displayName: Build and upload docker image

- script: |
set -e
cd test
python3 nni_test/nnitest/generate_ts_config.py \
--ts pai \
--pai_reuse false \
--pai_host https://ne.openpai.org \
--pai_user $(pai_user) \
--nni_docker_image nnidev/nni-nightly \
--pai_storage_config_name confignfs-data \
--pai_token $(pai_token) \
--nni_manager_nfs_mount_path $(nni_manager_nfs_mount_path) \
--container_nfs_mount_path $(container_nfs_mount_path) \
--nni_manager_ip $(manager_ip) \
--vc nni
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts pai
displayName: Integration test
# - script: |
# set -e
# cd test
# python3 nni_test/nnitest/generate_ts_config.py \
# --ts pai \
# --pai_reuse false \
# --pai_host https://ne.openpai.org \
# --pai_user $(pai_user) \
# --nni_docker_image nnidev/nni-nightly \
# --pai_storage_config_name confignfs-data \
# --pai_token $(pai_token) \
# --nni_manager_nfs_mount_path $(nni_manager_nfs_mount_path) \
# --container_nfs_mount_path $(container_nfs_mount_path) \
# --nni_manager_ip $(manager_ip) \
# --vc nni
# python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts pai
# displayName: Integration test

- script: |
set -e
Expand Down