diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-10-04 13:08:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-10-04 14:13:54 +0200 |
commit | 4a7792033f637124604839dc788a9e50ef7c6b7e (patch) | |
tree | e4097a96a16e2f26900155e39d4c1173cb534719 /ansible | |
parent | ff8c99bedf7de0dd46f60c2bbb0ae089bced56cc (diff) |
Prepare Functest Leguer containers
Change-Id: I23363d11cdbe565dfa19e9246afd372756041381
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index b0b51b1d6..9c10659d4 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - leguer: + branch: stable/leguer suites: - container: functest-healthcheck tests: diff --git a/ansible/site.yml b/ansible/site.yml index 2c8307972..ef7fb0b51 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,6 +5,9 @@ - role: collivier.xtesting project: functest gerrit_project: functest + docker_tags: + - leguer: + branch: stable/leguer builds: dependencies: - repo: _ |