diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-11-03 12:31:58 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-11-03 12:31:58 +0000 |
commit | 09bca8984d8238e92d82ed78660f651d3b25d0a9 (patch) | |
tree | c716ab6a6667d53d3d75f0160681ddf2d99373f2 /jjb/integration | |
parent | 8bcbb22bdb64bd34aae6b7a21c5ce74e3afc5814 (diff) |
[INTEGRATION] Build xtesting test images with 'istanbul' tag
Xtesting images should be also builded for 'istanbul' branch.
Images should be tagged 'istanbul'
Issue-ID: TEST-372
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5a3231207469bb6b7bfcb4cbfeba6dc529d47442
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index a5674e205..083616880 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -39,6 +39,8 @@ stream: - 'master': branch: 'master' + - 'istanbul': + branch: 'istanbul' - 'honolulu': branch: 'honolulu' @@ -119,6 +121,9 @@ - 'master': branch: 'master' files: '' + - 'istanbul': + branch: 'istanbul' + files: '' - 'honolulu': branch: 'honolulu' files: '' |