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
ae0d36fa
"src/vscode:/vscode.git/clone" did not exist on "7a970877138c03eba26bed1d5e7bd5da0b570899"
Unverified
Commit
ae0d36fa
authored
Mar 17, 2020
by
chicm-ms
Committed by
GitHub
Mar 17, 2020
Browse files
add pipeline timeout (#2154)
parent
2e42d1d8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
8 deletions
+11
-8
test/pipelines-it-frameworkcontroller.yml
test/pipelines-it-frameworkcontroller.yml
+1
-1
test/pipelines-it-kubeflow.yml
test/pipelines-it-kubeflow.yml
+1
-1
test/pipelines-it-local-windows.yml
test/pipelines-it-local-windows.yml
+1
-1
test/pipelines-it-local.yml
test/pipelines-it-local.yml
+1
-1
test/pipelines-it-pai-windows.yml
test/pipelines-it-pai-windows.yml
+1
-1
test/pipelines-it-pai.yml
test/pipelines-it-pai.yml
+1
-1
test/pipelines-it-remote-windows.yml
test/pipelines-it-remote-windows.yml
+2
-1
test/pipelines-it-remote.yml
test/pipelines-it-remote.yml
+3
-1
No files found.
test/pipelines-it-frameworkcontroller.yml
View file @
ae0d36fa
...
...
@@ -3,7 +3,7 @@
jobs
:
-
job
:
'
integration_test_frameworkController'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools --user
...
...
test/pipelines-it-kubeflow.yml
View file @
ae0d36fa
...
...
@@ -3,7 +3,7 @@
jobs
:
-
job
:
'
integration_test_kubeflow'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools --user
...
...
test/pipelines-it-local-windows.yml
View file @
ae0d36fa
jobs
:
-
job
:
'
integration_test_local_windows'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
|
...
...
test/pipelines-it-local.yml
View file @
ae0d36fa
jobs
:
-
job
:
'
integration_test_local_ubuntu'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools --user
...
...
test/pipelines-it-pai-windows.yml
View file @
ae0d36fa
jobs
:
-
job
:
'
build_docker_image'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
pool
:
vmImage
:
'
Ubuntu
16.04'
steps
:
...
...
test/pipelines-it-pai.yml
View file @
ae0d36fa
...
...
@@ -3,7 +3,7 @@
jobs
:
-
job
:
'
integration_test_pai'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools --user
...
...
test/pipelines-it-remote-windows.yml
View file @
ae0d36fa
jobs
:
-
job
:
'
integration_test_remote_windows'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python -m pip install --upgrade pip setuptools
...
...
@@ -11,6 +11,7 @@ jobs:
targetFolder
:
/tmp/nnitest/$(Build.BuildId)/nni-remote
overwrite
:
true
displayName
:
'
Copy
all
files
to
remote
machine'
timeoutInMinutes
:
10
-
script
:
|
powershell.exe -file install.ps1
displayName
:
'
Install
nni
toolkit
via
source
code'
...
...
test/pipelines-it-remote.yml
View file @
ae0d36fa
jobs
:
-
job
:
'
integration_test_remote'
timeoutInMinutes
:
0
timeoutInMinutes
:
12
0
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools --user
...
...
@@ -26,6 +26,7 @@ jobs:
targetFolder
:
/tmp/nnitest/$(Build.BuildId)/dist
overwrite
:
true
displayName
:
'
Copy
dist
files
to
remote
machine'
timeoutInMinutes
:
10
-
task
:
CopyFilesOverSSH@0
inputs
:
sshEndpoint
:
$(end_point)
...
...
@@ -33,6 +34,7 @@ jobs:
targetFolder
:
/tmp/nnitest/$(Build.BuildId)/test
overwrite
:
true
displayName
:
'
Copy
test
files
to
remote
machine'
timeoutInMinutes
:
10
-
task
:
SSH@0
inputs
:
sshEndpoint
:
$(end_point)
...
...
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