Age | Commit message (Collapse) | Author | Files | Lines |
|
1device entire cluster currently down so disabling
for now
Change-Id: Ibe617b7a07cadb8c78170d28b6204b46e5cc93ad
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
The builds are using the default setting, so no reason to set them. The
default might actually change in the future, for example when we add
cross compilation support as in https://gerrit.fd.io/r/#/c/vpp/+/21035/.
Change-Id: I7ae9cd9bb88b5b15049c442a0a6c7aedb0ce90df
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
|
|
|
|
The shell with !include-raw-escape assumes "command"
with no parameters, therefore if we need to use the
additional parameters such as `unstable-return`
this command must be explicitly defined.
Issue: IT-17774
Change-Id: Ide4702af634f4a2fadca3d20514b1bd17b871e02
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
|
|
The fix has been committed to VPP repo a long time ago.
Change-Id: I0b53c53a2b4012255793ecb72279c7580df233a7
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
|
|
This adds a new job that runs daily that scrapes and reports
to vpp-dev list on outstanding static analysis bugs.
Change-Id: Iceb2a272db157f6d47aca826ddcc498c9f6cffec
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
CRC checking is only needed in a small subset of jobs
that are required for maintaining CRCs.
Other jobs are more useful if they skip CRC checking,
in order to uncover real incompatibility (or confirm compatibility).
Change-Id: I08113b3bec5e38650a6e7331a9513feb17908e48
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Checkstyle now also checks commit message formatting.
So when a new patch set differs only in commit message,
the VPP checkstyle job has to be triggered again.
Unfortunately, that means all other vpp verify jobs
will get started on success.
But that is already true, and I see no good workaround.
This Change still saves one manual "recheck".
Change-Id: I9dcb57a90a46508a972ea75eef4acb86304a942a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
+ Except the API CRC job, of course.
+ See comments for reasons.
Change-Id: Ida87cac3cf4a85fdf25d8d579ad48a484eb1d2b8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Adding runtest to cover WIP to publish events
Change-Id: Ia3945ce14dcc3330f3fb8d31b6bd2e047ce447c4
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Make testauto the default for all merge and verify
builds
Change-Id: If16bc763154c9197b9a10950a2eade3250ed7021
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
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>
|
|
|
|
|
|
|
|
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>
|
|
Adding test optimizer to merge jobs
Change-Id: I0b53b2d8cabd020ed3605ed55e10773cc4e2fbc8
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
The plan is to re-enable voting
when VPP master branch is closed.
This reverts commit 63649dc300b49c749afb9452e5fb2bc78ed81e27.
Change-Id: Ic432ea932af1d01f0c27d81fd441097871eddb44
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Change-Id: I9a06d83286316b132039b7542592f3f4db5c93c1
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
|
|
Upgrading the log shipper to Maven 3.6.0 in an attempt to resolve
time-out errors.
Change-Id: I0d75a1352523a3d87a4fc601ed07f765fbc5f18f
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
|
|
|
|
Removing the duplicate publisher in the vpp-beta job
Change-Id: Id469b44c032a6d42f4a96da8a4d166e1ec913d0e
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
|
|
Due to unexplainable failures im moving this to nonvoting
status for now
Change-Id: I5e58122e3727d114a9a0d6e0ecd93b9e33826825
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
+ Only for master (and stable1908 and later).
+ Move the INFO.yaml verifying job project before templates.
Change-Id: I68e504b1c4c7148c6c98543f606bf0b621823564
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Change-Id: I7bd77d96c3451415dabe20e097185b871eb2c8a2
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
|
|
As discussed in vpp open call july 23rd this removes pushing of
deb,rpm,jar files to nexus.
Change-Id: I96edefec7527248dab2d9b9c82378d13f99e7f33
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
vpp release 1810 no longer supported so removing
Change-Id: Ibc3dacede8688bedc654811964db5a2437e4f451
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Change-Id: Iffe756f736dbbad9ca820ae288581190b543eb8d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
|
|
Change-Id: I5143fab3b20beee3741bccc5c18032b4fdbc30ef
Signed-off-by: Peter Mikus <pmikus@cisco.com>
|
|
Info YAML Verify job validates that INFO.yaml file changes are kept isolated
from other file changes. Verifies INFO.yaml files follow the schema defined
in global-jjb/info-schema.
Change-Id: If33c4021c46857e1b67991cfac92d8a52e9a737c
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
|
|
Sep workaround has been applied so this job is returning
to voting status
Change-Id: I9da9fd7e39da770841c7d0b91cee8db330af0d12
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Change-Id: I3bd053aea3c1c6791eb66455277469150be914c9
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
making docs verify job nonvoting for now
Change-Id: I1dbe3e1bc8e33701e187246d987c464e91684751
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Change-Id: I2a0bb1768af1c59a064f731367bf1b320292ec23
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
|
|
Arm job has long since been working after gcc8 issues so turning
voting for that job back on.
Change-Id: I86c04b2531aa3a82026a9b196c9b68b58a443c8d
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Modify the VPP artifacts to archive to the logs server rather than
Jenkins
- docs.yaml
- vpp.yaml
Change-Id: Ib9975cba69accafae9354f8a950aa7926ceaa00b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
|
|
This ends the trial of gcc8 builds since this is now the default.
Change-Id: I8bd73d69362f43164cd482857d7892419e222b1f
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Splitting commit msg out from test-checkstyle to get proper exit 1
Change-Id: If497631c72f41483da262abcaa9d43d9f961e165
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Adding commit msg checker to checkstyle job
Change-Id: I5c151524f8d3f96e1392f1eede38eb825536dfc8
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
This is a medium term test to compile vpp
with both gcc7 and gcc8 to make sure the transition is painless.
This will be needed for a few weeks and needs to be gerrit triggered.
Change-Id: Ie047513e2d11035d38e782473972492ac225650f
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
due to jnlp connect issues I have
made the arm jobs nonvoting and added automatic
retry for now
Change-Id: I6eb25bdd0a751b810367376d851657431252b29a
Signed-off-by: Ed Kern <ejk@cisco.com>
|
|
Change-Id: I0686b695872c1affdfff4687e88770600a211a16
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Change-Id: I4a9b6bfd549031513cc3a76584547e90baa92a0e
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
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>
|
|
|
|
Change-Id: I3638f31698a70f7f59a51ab53d1ba1b2cafa8566
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Depending on CSIT change https://gerrit.fd.io/r/18788
Change-Id: I12b21ae00c2c9e0ba1c242f748b6875a39eaf4d9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
|
|
Change-Id: I0099403b66fb48dd15896362c104a93fff03c76f
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|