diff options
author | 2019-04-09 12:04:05 +0200 | |
---|---|---|
committer | 2019-04-09 12:04:05 +0200 | |
commit | da11d2e0ec8b33d89be7fa79c2fd5deff6c47e9b (patch) | |
tree | ebe1e48c58d158de5661a4a30dbdedee48c60e04 | |
parent | 2cdd173110d0edaa9186c20872cd0f88dd31a4fc (diff) |
Add CSIT rls1904 branch
Change-Id: I2c6141b542077d7f36c79dc4ec021a202954cc9b
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | jjb/csit/csit-hc2vpp.yaml | 3 | ||||
-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 | 10 |
4 files changed, 21 insertions, 3 deletions
diff --git a/jjb/csit/csit-hc2vpp.yaml b/jjb/csit/csit-hc2vpp.yaml index 00befec5d..b0d9b95f3 100644 --- a/jjb/csit/csit-hc2vpp.yaml +++ b/jjb/csit/csit-hc2vpp.yaml @@ -25,6 +25,9 @@ - '1901': branch: 'rls1901' branch-id: 'oper-rls1901' + - '1904': + branch: 'rls1904' + branch-id: 'oper-rls1904' - job-template: name: 'csit-hc2vpp-verify-func-{stream}-{os}' diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml index cb7f648d3..2d6bcb774 100644 --- a/jjb/csit/csit-tox.yaml +++ b/jjb/csit/csit-tox.yaml @@ -12,6 +12,8 @@ branch: 'master' - '1901': branch: 'rls1901' + - '1904': + branch: 'rls1904' - job-template: name: 'csit-verify-tox-{stream}' diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 5fd3282af..0df3e1c8b 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -32,9 +32,9 @@ - master: branch: 'master' branch-id: 'oper' - - '1901': - branch: 'rls1901' - branch-id: 'oper-rls1901' + - '1904': + branch: 'rls1904' + branch-id: 'oper-rls1904' stream: - master: branch: 'master' @@ -45,6 +45,9 @@ - '1901': branch: 'rls1901' branch-id: 'oper-rls1901' + - '1904': + branch: 'rls1904' + branch-id: 'oper-rls1904' - job-template: name: 'csit-vpp-device-{stream}-{os}-{topo}-{arch}' diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 15f728a4b..2dfb69d0c 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -68,6 +68,11 @@ branch-id: 'oper' docs-executor: 'ubuntu1804-us' perf-executor: 'ubuntu1804-us' + - '1904': + branch: 'rls1904' + branch-id: 'oper-rls1904' + docs-executor: 'ubuntu1804-us' + perf-executor: 'ubuntu1804-us' stream: - master: branch: 'master' @@ -89,6 +94,11 @@ branch-id: 'oper-rls1901' docs-executor: 'ubuntu1604-basebuild-4c-4g' perf-executor: 'ubuntu1604-basebuild-8c-32g' + - '1904': + branch: 'rls1904' + branch-id: 'oper-rls1904' + docs-executor: 'ubuntu1804-us' + perf-executor: 'ubuntu1804-us' - project: name: csit-view |