diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-10-19 14:00:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-10-19 14:00:36 +0000 |
commit | 58d4e8ac35875c27a538a3a26e95c8ec2d041793 (patch) | |
tree | 7bae28ef0dc7056877540f493cb18fd83cf4bb2c | |
parent | a0e12de944ccee3e889274a35e204dc93098c53f (diff) | |
parent | 5b83fad840eb973e8ca8a2949674542e1f5509d4 (diff) |
Merge "Select master as default branch"
-rw-r--r-- | jjb/functest/xtesting-ci-vm.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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$ |