diff options
author | 2019-10-21 13:34:57 +0200 | |
---|---|---|
committer | 2019-10-21 13:34:57 +0200 | |
commit | 2949329b058bb8ed92d97efb8770ecd713fcca0f (patch) | |
tree | a5cda31c5f929da7cc1ee73648f1c3b58752340d | |
parent | 8a4145918cc52ec371dc2a2480971c3092a7a311 (diff) |
Add more archs for vpp-csit-verify-perf job
Testing suggests Denverton results are less noisy for hwcrypto.
Which architecture is best for performance comparison
may depend on the test case examined,
so it is best to have jobs for all architectures.
Change-Id: Ie2faa2d5d0995d498bd1e429cdd4613984cbb9c2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
-rw-r--r-- | jjb/vpp/vpp.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 2afb5c764..cf33ad516 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -95,6 +95,9 @@ - 2n-skx - 3n-skx - 3n-hsw + - 2n-dnv + - 3n-dnv + - 3n-tsh exclude: - stream: '1904' os: 'ubuntu1804' |