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
c6ec21f4
"...composable_kernel_rocm.git" did not exist on "f79f727c9fec666ddbac23be683208fc7a94dc1a"
Unverified
Commit
c6ec21f4
authored
Sep 07, 2020
by
SparkSnail
Committed by
GitHub
Sep 07, 2020
Browse files
Fix windows remote pipeline (#2861)
parent
5318dd46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
test/nni_test/nnitest/run_tests.py
test/nni_test/nnitest/run_tests.py
+5
-2
No files found.
test/nni_test/nnitest/run_tests.py
View file @
c6ec21f4
...
@@ -244,8 +244,11 @@ def run(args):
...
@@ -244,8 +244,11 @@ def run(args):
print
(
'skipped {}, training service {} not match [{}]'
.
format
(
print
(
'skipped {}, training service {} not match [{}]'
.
format
(
name
,
args
.
ts
,
test_case_config
[
'trainingService'
]))
name
,
args
.
ts
,
test_case_config
[
'trainingService'
]))
continue
continue
# remote mode need more time to cleanup
wait_for_port_available
(
8080
,
30
)
if
args
.
ts
==
'remote'
:
wait_for_port_available
(
8080
,
180
)
else
:
wait_for_port_available
(
8080
,
30
)
print
(
'{}Testing: {}{}'
.
format
(
GREEN
,
name
,
CLEAR
))
print
(
'{}Testing: {}{}'
.
format
(
GREEN
,
name
,
CLEAR
))
begin_time
=
time
.
time
()
begin_time
=
time
.
time
()
...
...
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