diff options
author | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-12-06 15:51:52 -0600 |
---|---|---|
committer | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-12-12 16:02:14 -0600 |
commit | 1c9b8b9a1097789fc0f37a3b020b77e7b7637d03 (patch) | |
tree | cfea5c4c77d50f4bdc995bac85d3526e807f8da8 /jjb/demo | |
parent | 90cdc7d5de1bb6b2dd0324ccd5706f6510e6cf9d (diff) |
CI: remove unsupported Jenkins jobs streams from demo
Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: Ic6015c4c341532af88a0827ffd0f2f0913e1af19
Diffstat (limited to 'jjb/demo')
-rw-r--r-- | jjb/demo/demo.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 6b9e828f1..93adf4d0d 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -22,10 +22,6 @@ stream: - 'master': branch: 'master' - - 'istanbul': - branch: 'istanbul' - - 'honolulu': - branch: 'honolulu' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -83,7 +79,3 @@ stream: - 'master': branch: 'master' - - 'istanbul': - branch: 'istanbul' - - 'honolulu': - branch: 'honolulu' |