diff options
Diffstat (limited to 'jjb/csit')
-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 |