diff options
-rw-r--r-- | ansible/site.gate.yml | 4 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index f3e907a7..b7f391e4 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -6,8 +6,8 @@ gerrit_project: functest-xtesting git_url: https://gerrit.opnfv.org/gerrit/functest-xtesting docker_tags: - - latest: - branch: master + - '2023.1': + branch: stable/2023.1 dependency: '3.17' builds: dependency: diff --git a/ansible/site.yml b/ansible/site.yml index a2124729..4490c737 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,9 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting + docker_tags: + - '2023.1': + branch: stable/2023.1 suites: - container: xtesting tests: |