diff options
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 33 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 13 |
2 files changed, 24 insertions, 22 deletions
diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 30fb10c4b..1f108838b 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -19,9 +19,10 @@ - 'ubuntu1804' node-arch: - '1n-skx' - - '1n-tx2': - executor: 'vpp-csit-arm-ubuntu18' - skip-vote: 'true' +# Is there a good way to allow manual triggers for tx2? +# - '1n-tx2': +# executor: 'vpp-csit-arm-ubuntu18' +# skip-vote: 'true' jobs: - 'csit-vpp-device-{stream}-{os}-{node-arch}' - 'csit-vpp-device-{stream_timed}-{os}-{node-arch}-semiweekly' @@ -51,19 +52,19 @@ - '1904': branch: 'rls1904' branch-id: 'oper-rls1904' - exclude: - - stream: '1810' - os: 'ubuntu1804' - node-arch: '1n-tx2' - - stream: '1901' - os: 'ubuntu1804' - node-arch: '1n-tx2' - - stream: '1904' - os: 'ubuntu1804' - node-arch: '1n-tx2' - - stream_timed: '1904' - os: 'ubuntu1804' - node-arch: '1n-tx2' +# exclude: +# - stream: '1810' +# os: 'ubuntu1804' +# node-arch: '1n-tx2' +# - stream: '1901' +# os: 'ubuntu1804' +# node-arch: '1n-tx2' +# - stream: '1904' +# os: 'ubuntu1804' +# node-arch: '1n-tx2' +# - stream_timed: '1904' +# os: 'ubuntu1804' +# node-arch: '1n-tx2' - job-template: name: 'csit-vpp-device-{stream}-{os}-{node-arch}' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 4433c76b6..f8e21fa17 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -86,16 +86,17 @@ os: ubuntu1804 device-node-arch: - 1n-skx - - 1n-tx2: - executor: 'vpp-csit-arm-ubuntu18' +# Is there a good way to allow manual triggers for tx2? +# - 1n-tx2: +# executor: 'vpp-csit-arm-ubuntu18' node-arch: - 2n-skx - 3n-skx - 3n-hsw - exclude: - - stream: '1904' - os: 'ubuntu1804' - device-node-arch: '1n-tx2' +# exclude: +# - stream: '1904' +# os: 'ubuntu1804' +# device-node-arch: '1n-tx2' - project: name: vpp-master-only |