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

Fix pipeline (#3997)

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