diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-05-26 09:09:24 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-05-26 07:12:05 +0000 |
commit | 90da6a2780f9a9e73321b5784b3d5eb3928bca31 (patch) | |
tree | f787d83f054d6f97caa19712989f110ebb7f29db | |
parent | bde817421205a1897d0cd6dfb00fa3c70f2c534e (diff) |
csit: Add CSIT rls2106 jobs
Change-Id: I6ef10c854362a58ca14c12d8a73dfb5c855aebee
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | jjb/csit/csit-perf.yaml | 9 | ||||
-rw-r--r-- | jjb/csit/csit-tox.yaml | 2 | ||||
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 9 | ||||
-rw-r--r-- | jjb/csit/csit.yaml | 2 |
4 files changed, 22 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index d8e8418f1..f4773894f 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -113,6 +113,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' - 'csit-vpp-perf-mrr-daily-master{node-arch}': node-arch: - '': @@ -320,6 +323,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' stream_report: - '2009': branch: 'rls2009' @@ -327,6 +333,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' build-artifact-num-to-keep: 10 diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml index cd1b85592..1fdd6815c 100644 --- a/jjb/csit/csit-tox.yaml +++ b/jjb/csit/csit-tox.yaml @@ -33,6 +33,8 @@ branch: 'rls2009_lts' - '2101': branch: 'rls2101' + - '2106': + branch: 'rls2106' - job-template: name: 'csit-verify-tox-{stream}-{os}-{executor-arch}' diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index da91015db..62cfb2cd6 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -39,6 +39,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}-weekly': stream: - master: @@ -50,6 +53,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' project: 'csit' branch: 'master' @@ -67,6 +73,9 @@ - '2101': branch: 'rls2101' branch-id: 'oper-rls2101' + - '2106': + branch: 'rls2106' + branch-id: 'oper-rls2106' - job-template: name: 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}' diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index ea2d55045..0aa9474a5 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -39,6 +39,8 @@ branch: 'rls2009_lts' - '2101': branch: 'rls2101' + - '2106': + branch: 'rls2106' - project: name: csit-view |