diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-08-07 16:16:34 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-07 16:16:34 +0200 |
commit | d2d8803ccb366f871f9abd36a7a72ea54f20c4e4 (patch) | |
tree | e5c88668ffd0e7eb53ca2f828f00f24e99fd0dd3 /jjb | |
parent | 599ff262f144758352e23231bdbde5c295ea1aaf (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'jjb')
-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 |