If teuthology_path is set, we don't fetch a separate copy of the repo.
In that case, the sha1 logged here may be incorrect.
Signed-off-by: Zack Cerza <zack@redhat.com>
dict(status='dead', failure_reason=reason)
)
raise SkipJob()
- log.info('Using teuthology sha1 %s', teuthology_sha1)
+ if teuth_config.teuthology_path is None:
+ log.info('Using teuthology sha1 %s', teuthology_sha1)
try:
if teuth_config.teuthology_path is not None: