From 5b83fad840eb973e8ca8a2949674542e1f5509d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 19 Oct 2023 15:59:44 +0200 Subject: [PATCH] Select master as default branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I7aebaf0df0ed7d6f4c502297e14db7e750c6247f Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci-vm.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml index 655de62cb..af08c5276 100644 --- a/jjb/functest/xtesting-ci-vm.yaml +++ b/jjb/functest/xtesting-ci-vm.yaml @@ -4,6 +4,8 @@ scm: - git: url: https://github.com/collivier/ansible-role-xtesting.git + branches: + - master git-config-name: git-config-email: @@ -12,6 +14,8 @@ scm: - git: url: https://git.opnfv.org/functest-xtesting.git + branches: + - master git-config-name: git-config-email: @@ -20,6 +24,8 @@ scm: - git: url: https://git.opnfv.org/functest.git + branches: + - master git-config-name: git-config-email: @@ -154,4 +160,4 @@ - last-success - last-failure - last-duration - regex: ^.*-vm.*$ + regex: ^.*-vm$ -- 2.16.6