Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
a6154f87f4444b2ecbf9001ac8a0658dc6fc77cb
/
.
/
server
/
control_segments
/
verify_job_repo_url
blob: 459e09bb00d6e5e390aa8b2c55a410ecdfad3ec6 [
file
] [
log
] [
blame
]
def
install
(
machine
):
logging
.
info
(
'Verifying job repo url for machine %s'
,
machine
)
host
=
hosts
.
create_host
(
machine
,
initialize
=
False
,
auto_monitor
=
False
)
host
.
verify_job_repo_url
(
job
.
tag
)
job
.
parallel_simple
(
install
,
machines
,
log
=
False
)