Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-12607.3.B
/
.
/
server
/
control_segments
/
verify_job_repo_url
blob: 4f25039348141516948bec1e833153e4692ae1ec [
file
] [
log
] [
blame
] [
edit
]
from
autotest_lib
.
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
)