diff options
author | 2020-09-04 07:08:40 +0200 | |
---|---|---|
committer | 2020-09-04 07:08:40 +0200 | |
commit | c3e8fd9bf3ed1d06977492b9554326819e69eb8b (patch) | |
tree | 28a04020f84f94f9561aaf5a275e901140c09feb /jjb | |
parent | 24d3cf87c5841e0ba3923f0f83fc189dde2ab1e2 (diff) |
Add CSIT rls2009 branch
- and remove CSIT rls2001 branch
Change-Id: I487af3a71ceefeb41020f775e1215bad653b351a
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 19 | ||||
-rw-r--r-- | jjb/csit/csit-tox.yaml | 4 | ||||
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 18 | ||||
-rw-r--r-- | jjb/csit/csit.yaml | 4 |
4 files changed, 23 insertions, 22 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 1b43e3ea1..f51fac684 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -55,12 +55,12 @@ - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - - '2001': - branch: 'rls2001' - branch-id: 'oper-rls2001' - '2005': branch: 'rls2005' branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' - 'csit-vpp-perf-mrr-daily-master{node-arch}': node-arch: - '': @@ -152,16 +152,17 @@ - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - - '2001': - branch: 'rls2001' - branch-id: 'oper-rls2001' - '2005': branch: 'rls2005' branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' stream_report: - - '2005': - branch: 'rls2005' - branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' + build-artifact-num-to-keep: 10 diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml index 2dfe07bf7..33b0d6ab8 100644 --- a/jjb/csit/csit-tox.yaml +++ b/jjb/csit/csit-tox.yaml @@ -25,10 +25,10 @@ branch: 'master' - '1908_2': branch: 'rls1908_2' - - '2001': - branch: 'rls2001' - '2005': branch: 'rls2005' + - '2009': + branch: 'rls2009' - job-template: name: 'csit-verify-tox-{stream}' diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 373c20a3f..d901c7864 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -33,9 +33,9 @@ - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - - '2005': - branch: 'rls2005' - branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' - 'csit-vpp-device-{stream}-{os}-{node-arch}-weekly': stream: - master: @@ -44,9 +44,9 @@ - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - - '2005': - branch: 'rls2005' - branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' - 'csit-vpp-device-master-{os}-1n-tx2-csit-verify-hourly' - 'csit-vpp-device-master-{os}-1n-tx2-vpp-verify-hourly' @@ -62,12 +62,12 @@ - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - - '2001': - branch: 'rls2001' - branch-id: 'oper-rls2001' - '2005': branch: 'rls2005' branch-id: 'oper-rls2005' + - '2009': + branch: 'rls2009' + branch-id: 'oper-rls2009' - job-template: name: 'csit-vpp-device-{stream}-{os}-{node-arch}' diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 7e3b8f033..a8cf19299 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -31,10 +31,10 @@ branch: 'master' - '1908_2': branch: 'rls1908_2' - - '2001': - branch: 'rls2001' - '2005': branch: 'rls2005' + - '2009': + branch: 'rls2009' - project: name: csit-view |