diff options
author | 2024-09-06 16:03:48 +0200 | |
---|---|---|
committer | 2024-09-06 16:03:48 +0200 | |
commit | 3e1b43dfe2ef869f72befeb37a25416911efb026 (patch) | |
tree | c2f3db2bfce76e1df5ea2ff4e225989a348dbcd6 /ansible | |
parent | e8c1a3da8d98f09a1b455d6eebe17c1345e7bfbc (diff) |
Prepare Xtesting 2024.1
Change-Id: I2fc34dac496d22208e91618f18416f09621dce56
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.gate.yml | 6 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index f3e907a7..fe969c1c 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -6,9 +6,9 @@ gerrit_project: functest-xtesting git_url: https://gerrit.opnfv.org/gerrit/functest-xtesting docker_tags: - - latest: - branch: master - dependency: '3.17' + - '2024.1': + branch: stable/2024.1 + dependency: '3.20' builds: dependency: repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index a2124729..42b3ef09 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,9 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting + docker_tags: + - '2024.1': + branch: stable/2024.1 suites: - container: xtesting tests: |