summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp-macros.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Revert "VPP: disable 1device perpatch"Vratko Polak1-0/+2
This reverts commit dabd0fbef46bf1f9de70c6a610125f15a66f4a1d. "it was meant to be short lived hack of course" Change-Id: Ifcfc13f5f3f703cb0300b25fe0659cd210d1080b Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-10-08VPP: disable 1device perpatchEd Kern1-2/+0
1device entire cluster currently down so disabling for now Change-Id: Ibe617b7a07cadb8c78170d28b6204b46e5cc93ad Signed-off-by: Ed Kern <ejk@cisco.com>
2019-08-14Add 1n-tx2 vpp device jobsjuraj.linkes1-1/+21
Add only manually triggered 1n-tx2 VPP Device jobs and add hourly executed jobs instead of per patch triggered jobs. Change-Id: I0cc51e1ce88e3f94c81925be74284812ad1dad55 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-07-25Add arm 1n-tx2 VPP Device jobsjuraj.linkes1-4/+4
Change-Id: I7bd77d96c3451415dabe20e097185b871eb2c8a2 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-04-23Trigger devicetest only after checkstyle_successVratko Polak1-4/+2
Other verify jobs (except checkstyle) are triggered this way. The device test job remains non-voting. Motivation: Before this, devicetest was not triggered on draft-published-event. Change-Id: I7c1a4f4bc2824c7f638f2cc9a68f5fbd71034197 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-03-15Autotrigger CSIT vpp_device testsPeter Mikus1-0/+4
- Using gently setup no voting Change-Id: I17e0740c6e083ef3e3981b141c9be8a71314a645 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-20Support more testbeds in vpp perf jobVratko Polak1-1/+1
The downside is that triggers have to be different. Specifically, "perftest" cannot be an alias of "perftest-2n-skx", because it would also fire on "perftest-3n-skx". Change-Id: I4aa356ecb6702dfa86ff6af34a6773ab4006cfcb Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-19CSIT-1419 Convert vpp-virl job to vpp-devicePeter Mikus1-2/+2
Change-Id: Iaac6a6182904a7ab1595f7534f0afd64caab6256 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-01-04Change automatic to manual trigger for VIRL job for VPP projectPeter Mikus1-0/+40
- Leaving manual option for trigger: "virltest" - Leaving job for re-use for vpp-device. - Removed old TYPE parameter (used for obsolete perf tests). Change-Id: Ia6598e2e7b45858a445664c84a90465b9d944a36 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-10-10Fix VPP lintingVanessa Rene Valderrama1-32/+33
Fixing VPP linting Change-Id: Icc9b7ca02bc8f42847190152513917c4b22aea98 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-06-21VPP: arm skip-vote for nowEd Kern1-1/+26
Marking arm verify non voting for now due to hw issues Change-Id: Ib184434473dd3a5388e90031f3a508312ab53f9f Signed-off-by: Ed Kern <ejk@cisco.com>
2018-05-07VPP: checkstyle before other verify jobsEd Kern1-0/+14
This activates the checkstyle job before running the rest of the verify set. This is to avoid wasting time running jobs that dont even pass checkstyle Change-Id: If7a7d15d90f6d6eed323c8223a67b93932f3fb81 Signed-off-by: Ed Kern <ejk@cisco.com>