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
d88838ff
"vscode:/vscode.git/clone" did not exist on "cfb0bcab2b8a9c65d1298fbfdd443061a9cd3f53"
Unverified
Commit
d88838ff
authored
Mar 20, 2019
by
SparkSnail
Committed by
GitHub
Mar 20, 2019
Browse files
Fix integration pipelines (#862)
parent
ba8f3af3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
test/pipelines-it-kubeflow.yml
test/pipelines-it-kubeflow.yml
+2
-2
test/pipelines-it-local.yml
test/pipelines-it-local.yml
+2
-2
test/pipelines-it-pai.yml
test/pipelines-it-pai.yml
+2
-2
test/pipelines-it-remote.yml
test/pipelines-it-remote.yml
+5
-1
No files found.
test/pipelines-it-kubeflow.yml
View file @
d88838ff
...
...
@@ -43,9 +43,9 @@ jobs:
python3 -m pip install torch==0.4.1 --user
python3 -m pip install torchvision==0.2.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow
-gpu
==1.1
0
.0 --user
python3 -m pip install tensorflow==1.1
2
.0 --user
sudo apt-get install swig -y
nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH
nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests
in
Kubeflow
mode'
-
script
:
|
...
...
test/pipelines-it-local.yml
View file @
d88838ff
...
...
@@ -12,9 +12,9 @@ jobs:
python3 -m pip install torch==0.4.1 --user
python3 -m pip install torchvision==0.2.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.1
0
.0 --user
python3 -m pip install tensorflow-gpu==1.1
2
.0 --user
sudo apt-get install swig -y
nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH
nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests'
-
script
:
|
cd test
...
...
test/pipelines-it-pai.yml
View file @
d88838ff
...
...
@@ -43,9 +43,9 @@ jobs:
python3 -m pip install torch==0.4.1 --user
python3 -m pip install torchvision==0.2.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.1
0
.0 --user
python3 -m pip install tensorflow-gpu==1.1
2
.0 --user
sudo apt-get install swig -y
nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH
nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests
in
PAI
mode'
-
script
:
|
...
...
test/pipelines-it-remote.yml
View file @
d88838ff
...
...
@@ -2,11 +2,15 @@ jobs:
-
job
:
'
integration_test_remote'
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools
-
script
:
python3 -m pip install --upgrade pip setuptools
--user
displayName
:
'
Install
python
tools'
-
script
:
|
source install.sh
displayName
:
'
Install
nni
toolkit
via
source
code'
-
script
:
|
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests
in
remote
mode'
-
task
:
CopyFilesOverSSH@0
inputs
:
sshEndpoint
:
remote_nni-ci-gpu-01
...
...
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