From: Vratko Polak Date: Wed, 7 Aug 2019 14:16:34 +0000 (+0200) Subject: Delete tx2 jobs while executors are not available X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d2d8803ccb366f871f9abd36a7a72ea54f20c4e4;p=ci-management.git Delete tx2 jobs while executors are not available TODO: Allow the jobs to be triggered manually so we can check when executors are back (without Sandbox)? Change-Id: I88f27c8d3bd8d04a2a6bb19d955723ccdd678a7a Signed-off-by: Vratko Polak --- 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