diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-05-23 13:02:37 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-05-23 13:02:37 +0000 |
commit | 86e4cca721fdb5a31cffa991eff1bbaa9b1363eb (patch) | |
tree | 1aa06e32a0759ddff627afccdd5a072989e23783 | |
parent | 75fced60f15d7fe1dd75537ce6ca09d42994d21e (diff) |
[INT] Run jobs for xtesting jakarta branch
To create tests Jakarta images run pipelines on integration xtesting "jakarta" branch
Issue-ID: INT-2116
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If645663ecfc5ef8345cb74d29bb6e24ac28ee4c2
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 65087024b..654b6beca 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -41,8 +41,8 @@ branch: 'master' - 'istanbul': branch: 'istanbul' - - 'honolulu': - branch: 'honolulu' + - 'jakarta': + branch: 'jakarta' - project: name: integration-xtesting-release @@ -124,6 +124,9 @@ - 'istanbul': branch: 'istanbul' files: '' + - 'jakarta': + branch: 'jakarta' + files: '' docker-root: '$WORKSPACE' mvn-settings: 'integration-settings' build-node: ubuntu1804-docker-8c-8g |