Unverified Commit fb3d4119 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

Fix pipeline (#3997)

parent 4b5212d4
...@@ -13,7 +13,7 @@ schedules: ...@@ -13,7 +13,7 @@ schedules:
jobs: jobs:
- job: pai - job: pai
pool: NNI CI PAI CLI pool: NNI CI PAI LINUX CLI
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
......
...@@ -16,7 +16,7 @@ variables: ...@@ -16,7 +16,7 @@ variables:
jobs: jobs:
- job: remote_linux2windows - job: remote_linux2windows
pool: NNI CI REMOTE CLI pool: NNI CI EAST US REMOTE CLI
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
......
...@@ -6,7 +6,7 @@ schedules: ...@@ -6,7 +6,7 @@ schedules:
include: [ master ] include: [ master ]
variables: variables:
worker: remote_nni-ci-gpu-03 worker: remote-nni-ci-gpu-04
# variables set on VSO: # variables set on VSO:
# manager_ip # manager_ip
...@@ -15,7 +15,7 @@ variables: ...@@ -15,7 +15,7 @@ variables:
jobs: jobs:
- job: remote_windows2linux - job: remote_windows2linux
pool: NNI CI WINDOWS2 pool: NNI CI WINDOWS REMOTE CLI
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
......
...@@ -56,6 +56,7 @@ jobs: ...@@ -56,6 +56,7 @@ jobs:
- script: | - script: |
python -m pip install --upgrade pip setuptools wheel twine python -m pip install --upgrade pip setuptools wheel twine
python -m pip install jupyter jupyterlab
python test/vso_tools/build_wheel.py $(NNI_RELEASE) python test/vso_tools/build_wheel.py $(NNI_RELEASE)
displayName: Build wheel displayName: Build wheel
...@@ -101,6 +102,7 @@ jobs: ...@@ -101,6 +102,7 @@ jobs:
- script: | - script: |
python -m pip install --upgrade pip setuptools wheel twine python -m pip install --upgrade pip setuptools wheel twine
python -m pip install jupyter jupyterlab
python test/vso_tools/build_wheel.py $(NNI_RELEASE) python test/vso_tools/build_wheel.py $(NNI_RELEASE)
displayName: Build wheel displayName: Build wheel
...@@ -128,6 +130,7 @@ jobs: ...@@ -128,6 +130,7 @@ jobs:
- powershell: | - powershell: |
python -m pip install --upgrade pip setuptools wheel twine python -m pip install --upgrade pip setuptools wheel twine
python -m pip install jupyter jupyterlab
python test/vso_tools/build_wheel.py $(NNI_RELEASE) python test/vso_tools/build_wheel.py $(NNI_RELEASE)
displayName: Build wheel displayName: Build wheel
......
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