Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
ef3440b8
Unverified
Commit
ef3440b8
authored
Aug 31, 2020
by
Casey Hillers
Committed by
GitHub
Aug 31, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fuchsia] Test wait for device to be up after pave (#64819)
parent
b093edaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
run_fuchsia_tests.sh
dev/bots/run_fuchsia_tests.sh
+7
-0
No files found.
dev/bots/run_fuchsia_tests.sh
View file @
ef3440b8
...
...
@@ -77,6 +77,13 @@ ssh-keygen -y -f $pkey > key.pub
fuchsia_ctl pave
-i
$1
--public-key
"key.pub"
echo
"
$(
date
)
END:PAVING --------------------------------------------"
echo
"
$(
date
)
START:WAIT_DEVICE_READY -------------------------------"
for
i
in
{
1..10
}
;
do
fuchsia_ctl ssh
\
--identity-file
$pkey
\
-c
"echo up"
&&
break
||
sleep
15
;
done
echo
"
$(
date
)
END:WAIT_DEVICE_READY ---------------------------------"
echo
"
$(
date
)
START:PUSH_PACKAGES -------------------------------"
fuchsia_ctl push-packages
\
...
...
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