"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "1208833d41f7905ded1f43da02e78900f316d6b1"
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: jobs:
- job: 'integration_test_remote' - job: 'integration_test_remote_linux_to_linux'
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
......
jobs: jobs:
- job: 'integration_test_remote_windows' - job: 'integration_test_remote_windows_to_linux'
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
...@@ -23,6 +23,7 @@ jobs: ...@@ -23,6 +23,7 @@ jobs:
sshEndpoint: $(end_point) sshEndpoint: $(end_point)
runOptions: inline runOptions: inline
inline: cd /tmp/nnitest/$(Build.BuildId)/nni-remote/deployment/pypi;make build inline: cd /tmp/nnitest/$(Build.BuildId)/nni-remote/deployment/pypi;make build
failOnStdErr: false
continueOnError: true continueOnError: true
displayName: 'build nni bdsit_wheel' displayName: 'build nni bdsit_wheel'
- task: SSH@0 - 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