From: Cédric Ollivier Date: Wed, 21 Aug 2019 15:16:02 +0000 (+0200) Subject: Protect tag in functest.yaml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=6f496588ed030772c6acf3256fc134515b8e5f05 Protect tag in functest.yaml Else 3.10 becomes falsy 3.1. Change-Id: I84045769d062f184f2f7020b9613cf06abc4af3e Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 15bddb90b..3036e70b7 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -500,7 +500,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-rmi' @@ -510,7 +510,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-pull'