diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:16:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:21:16 +0200 |
commit | c9c61b560d88b929de3457276a6372583c45f924 (patch) | |
tree | 680bd2abe765b3d9c9867c707569e3fbcca23c74 /ansible | |
parent | 1e36927d4f17775c3f3ca3201b36e153ff9fd0da (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |