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

Add windows to linux remote reuse mode pipeline #3002

Merged
merged 58 commits into from
Oct 21, 2020
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
5982baa
fix endpoint
Feb 10, 2020
5653624
add private key
Feb 10, 2020
e5ee726
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
Feb 10, 2020
1cb2349
fix torchversion
Feb 10, 2020
e53d4ec
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
Feb 11, 2020
99b0c08
add debug info
Feb 11, 2020
fe60ba5
add port in pscp.exe
Feb 11, 2020
52aa6ad
fix remote pipeline
Feb 13, 2020
533c504
Merge branch 'v1.4' of https://github.com/microsoft/nni into dev-remo…
Feb 13, 2020
8f024fa
Merge branch 'v1.4.1' of https://github.com/microsoft/nni into dev-re…
Mar 5, 2020
6a96403
fix remote-windows-pipeline
Mar 5, 2020
7afab04
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
SparkSnail Mar 31, 2020
13bb9f2
remove sudo
SparkSnail Mar 31, 2020
6e1d822
fix error
Mar 31, 2020
5a91061
Merge branch 'dev-remote-pipeline' of https://github.com/microsoft/nn…
Mar 31, 2020
4faeb06
format code
Mar 31, 2020
21aa3b5
fix error
Mar 31, 2020
ffa8c6b
fix error
Mar 31, 2020
4c49f60
debug
Mar 31, 2020
1057ad2
remove clean step
SparkSnail Apr 1, 2020
0a52185
format code
SparkSnail Apr 1, 2020
8b20632
Merge branch 'v1.5' of https://github.com/microsoft/nni into dev-remo…
SparkSnail Apr 4, 2020
f07f3f4
fix windows copy
SparkSnail Apr 4, 2020
939b1d4
fix conflict
SparkSnail Aug 13, 2020
1f78669
fix pipeline
SparkSnail Aug 13, 2020
7b7cadc
fix remote pipeline
SparkSnail Aug 13, 2020
96d41e4
Merge branch 'master' of https://github.com/microsoft/nni into dev-re…
SparkSnail Sep 4, 2020
04f5645
fix remote it
SparkSnail Sep 4, 2020
beafde2
format annotation
SparkSnail Sep 4, 2020
c3c6135
fix platform judge method
SparkSnail Sep 4, 2020
c0674dd
Merge branch 'v1.9' of https://github.com/microsoft/nni into dev-remo…
SparkSnail Oct 13, 2020
0e1bb25
add remote reuse pipeline
SparkSnail Oct 13, 2020
4a6e1d4
fix pipeline
SparkSnail Oct 13, 2020
9ed3cf4
update pipeline
SparkSnail Oct 13, 2020
4e57606
fix pipeline
SparkSnail Oct 13, 2020
257627f
remove unused code
SparkSnail Oct 13, 2020
d2967e5
format error message
SparkSnail Oct 13, 2020
9880f79
add more timeout for remote pipeline
SparkSnail Oct 14, 2020
bdbfa6e
debug kill process
SparkSnail Oct 14, 2020
0dd7c97
revert change
SparkSnail Oct 14, 2020
5cd22f0
fix check status
SparkSnail Oct 15, 2020
7e54be7
Merge branch 'v1.9' of https://github.com/microsoft/nni into dev-remo…
SparkSnail Oct 19, 2020
4dc2a41
fix v1.9
SparkSnail Oct 19, 2020
5cc6898
fix eslint
SparkSnail Oct 19, 2020
620e4ec
fix comments
SparkSnail Oct 19, 2020
fbf758a
add check file command
SparkSnail Oct 19, 2020
7c80d45
update
SparkSnail Oct 19, 2020
706b1b0
revert change
SparkSnail Oct 19, 2020
cb69b81
add annotation
SparkSnail Oct 20, 2020
5ce2c7e
Merge branch 'v1.9' of https://github.com/microsoft/nni into dev-remo…
SparkSnail Oct 20, 2020
9ac43b4
add remote reuse windows pipeline
SparkSnail Oct 20, 2020
59812cc
add debug info
SparkSnail Oct 20, 2020
bd39728
remove log info
SparkSnail Oct 20, 2020
57193de
add debug info
SparkSnail Oct 20, 2020
18d7334
add debug info
SparkSnail Oct 20, 2020
aad4ea6
add debug info
SparkSnail Oct 20, 2020
ae0d1b7
update
SparkSnail Oct 20, 2020
b6e10ef
remove unused debug info
SparkSnail Oct 21, 2020
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
2 changes: 1 addition & 1 deletion test/pipelines/pipelines-it-remote-windows-to-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
displayName: 'Get docker port'
- powershell: |
cd test
python nni_test/nnitest/generate_ts_config.py --ts remote --remote_user $(docker_user) --remote_host $(remote_host) --remote_port $(Get-Content port) --remote_pwd $(docker_pwd) --nni_manager_ip $(nni_manager_ip)
python nni_test/nnitest/generate_ts_config.py --ts remote --remote_reuse $(remote_reuse) --remote_user $(docker_user) --remote_host $(remote_host) --remote_port $(Get-Content port) --remote_pwd $(docker_pwd) --nni_manager_ip $(nni_manager_ip)
Get-Content config/training_service.yml
python nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts remote --exclude cifar10
displayName: 'integration test'
Expand Down