Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
fb3d4119
Unverified
Commit
fb3d4119
authored
Aug 04, 2021
by
QuanluZhang
Committed by
GitHub
Aug 04, 2021
Browse files
Fix pipeline (#3997)
parent
4b5212d4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
pipelines/integration-test-openpai-linux.yml
pipelines/integration-test-openpai-linux.yml
+1
-1
pipelines/integration-test-remote-l2w.yml
pipelines/integration-test-remote-l2w.yml
+1
-1
pipelines/integration-test-remote-w2l.yml
pipelines/integration-test-remote-w2l.yml
+2
-2
pipelines/release.yml
pipelines/release.yml
+3
-0
No files found.
pipelines/integration-test-openpai-linux.yml
View file @
fb3d4119
...
@@ -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
:
...
...
pipelines/integration-test-remote-l2w.yml
View file @
fb3d4119
...
@@ -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
:
...
...
pipelines/integration-test-remote-w2l.yml
View file @
fb3d4119
...
@@ -6,7 +6,7 @@ schedules:
...
@@ -6,7 +6,7 @@ schedules:
include
:
[
master
]
include
:
[
master
]
variables
:
variables
:
worker
:
remote
_
nni-ci-gpu-0
3
worker
:
remote
-
nni-ci-gpu-0
4
# 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 WINDOWS
2
pool
:
NNI CI WINDOWS
REMOTE CLI
timeoutInMinutes
:
120
timeoutInMinutes
:
120
steps
:
steps
:
...
...
pipelines/release.yml
View file @
fb3d4119
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment