diff --git a/elastic_recheck/elasticRecheck.py b/elastic_recheck/elasticRecheck.py index d315cc51..e6ec1a7a 100644 --- a/elastic_recheck/elasticRecheck.py +++ b/elastic_recheck/elasticRecheck.py @@ -32,7 +32,7 @@ from elastic_recheck import results def required_files(job): files = [] - if re.match("tempest-dsvm", job): + if re.match("(tempest|grenade)-dsvm", job): files.extend([ 'logs/screen-n-api.txt', 'logs/screen-n-cpu.txt',