From: Cédric Ollivier Date: Thu, 22 Aug 2019 11:16:54 +0000 (+0200) Subject: Protect tag in functest.yaml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F68378%2F1;p=functest.git Protect tag in functest.yaml Else 3.10 becomes falsy 3.1. It also conforms with latest changes in Xtesting ansible role [1]. https://github.com/collivier/ansible-role-xtesting/commit/292ab576fb8f0a13519bacc5ec46561a3ed8f838 Change-Id: I75e57f05d99381c9d0608aa4a88f0b12d9b6a9cf Signed-off-by: Cédric Ollivier --- diff --git a/ansible/site.yml b/ansible/site.yml index fb02094dc..1f15f8f1e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,7 +10,7 @@ - repo: _ dport: container: alpine - tag: 3.10 + tag: '3.10' steps: - name: build opnfv/functest-core containers: @@ -81,6 +81,8 @@ - heat_ims - vyos_vrouter - juju_epc + properties: + execution-type: SEQUENTIALLY - container: functest-features tests: - doctor-notification