Unverified Commit e83a6ea7 authored by Chi Song's avatar Chi Song Committed by GitHub
Browse files

rename remote IT for clear (#2456)

parent 063efd96
jobs:
- job: 'integration_test_remote'
- job: 'integration_test_remote_linux_to_linux'
timeoutInMinutes: 120
steps:
......
jobs:
- job: 'integration_test_remote_windows'
- job: 'integration_test_remote_windows_to_linux'
timeoutInMinutes: 120
steps:
......@@ -23,6 +23,7 @@ jobs:
sshEndpoint: $(end_point)
runOptions: inline
inline: cd /tmp/nnitest/$(Build.BuildId)/nni-remote/deployment/pypi;make build
failOnStdErr: false
continueOnError: true
displayName: 'build nni bdsit_wheel'
- task: SSH@0
......
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