Sign in
chromium
/
chromiumos
/
platform
/
moblab
/
refs/heads/firmware-rex-15709.B
/
.
/
third_party
/
autotest
/
server
/
control_segments
/
verify_job_repo_url
blob: 03708cc4a49bc38b43aea416e9903efe0991371a [
file
] [
log
] [
blame
] [
edit
]
from
server
import
utils
def
install
(
machine
):
logging
.
info
(
'Verifying job repo url for machine %s'
,
machine
)
host
=
hosts
.
create_host
(
machine
)
host
.
verify_job_repo_url
(
job
.
tag
)
job
.
parallel_simple
(
install
,
machines
,
log
=
False
)