From e6299bccbdd31edf276577dac10f0971251fc893 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 25 Oct 2018 12:30:18 -0400 Subject: [PATCH] Apex: Fix functest docker tag injection The file needs to at least exist for the inject to work in the case where the scenario is not rocky. Change-Id: I2fca0574d69c08a13d0cc797741b276281eb3600 Signed-off-by: Tim Rozet --- jjb/apex/apex-verify-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index fb52fa1d9..fc1e734e5 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -359,6 +359,8 @@ echo "DOCKER_TAG=hunter" > functest_tag elif [[ "$features" =~ 'rocky' ]]; then echo "DOCKER_TAG=hunter" > functest_tag + else + touch functest_tag fi - inject: properties-file: functest_tag -- 2.16.6