summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-12-02Merge "Remove VPP master branch from ubuntu-18.04 executor."Peter Mikus1-1/+1
2021-12-01Merge "CI: Remove unneeded default volume size"Vanessa Valderrama1-1/+0
2021-12-01CI: Remove unneeded default volume sizeAndrew Grimberg1-1/+0
With the latest global-jjb, setting the VOLUME_SIZE at the default level is no longer needed for JCasC maanged Jenkins systems. Change-Id: I20f1db05d19af5c4c08e3c39e0c3d86b882a331d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-12-01Chore: Upgrade global-jjb to v0.70.1Vanessa Valderrama1-0/+0
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I954c43ca1d58d48932e2faf5a66d37e682ef2779
2021-12-01Remove VPP master branch from ubuntu-18.04 executor.Dave Wallace1-1/+1
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I92aea8725dcd00f90c61025673792048e06934ca
2021-11-16Merge "vpp: run 'make test-dep' for all OS variants."Peter Mikus1-41/+38
2021-11-16Merge "Remove stable/2101 branches from docker executor builder"Peter Mikus3-7/+11
2021-11-16Merge "Fix upload of vpp-ext-deps cached in executor"Peter Mikus5-128/+121
2021-11-16Merge "Remove vpp-*-master-ubuntu1804-* CI jobs."Peter Mikus1-1/+5
2021-11-15Merge "Chore: Fix image volume sizes and image flavors"Dave Wallace5-5/+0
2021-11-12Remove vpp-*-master-ubuntu1804-* CI jobs.Dave Wallace1-1/+5
- As agreed upon at todays VPP Community Meeting Change-Id: If0874caf9863cea68da065b0d1e4f15e190dd6d6 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-11-11Chore: Fix image volume sizes and image flavorsVanessa Valderrama5-5/+0
In nearlly all cases, the v3 flavors provide larger disks by default than were being defined. Using the pre-defined disk sizes will significantly speed up the instance creation as well as improve the disk i/o. Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I535e726a2186fc7efefcaa8940f23a10e647a4ef
2021-11-10CSIT: Set daily jobs cadence to normalTibor Frank2-9/+9
Change-Id: I1077e8b74f221531a1010a9f5ed124e747cfdc0e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-11-09Merge "Chore: Update TLDK OS"Andrew Grimberg1-1/+1
2021-11-08Chore: Update TLDK OSVanessa Valderrama1-1/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I7b4df5847288ecdec2e94f6fca9c323f42f8baf7
2021-11-08Chore: Update Ubuntu builder with new imageVanessa Valderrama1-1/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id303fe7b305ec7c94d88d12fd809de019c88d7f8
2021-11-08Chore: Install python-scapy for UbuntuVanessa Valderrama1-0/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I9bcb719fa044d2bfb0787dfa849130268d4ef22b
2021-11-06Remove stable/2101 branches from docker executor builderDave Wallace3-7/+11
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I280d1ddb9c7e2ee35c2009b0cf019302fd76aa4a
2021-11-06vpp: run 'make test-dep' for all OS variants.Dave Wallace1-41/+38
- Ensure that there are no repeats of python dependency breakages on OS variants which do not run 'make test' in the CI. This is required for docker executor builder as well as doc/test dep issues [0]. [0] https://gerrit.fd.io/r/c/vpp/+/34381 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ife4e33b4a048fe87574165cfd6f573a1ec6dadc8
2021-11-04Chore: Enable HugePages for Ubuntu 20.04Vanessa Valderrama1-3/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I82d9b40c3877ca0cb76750c3d40bd04759bc51a6
2021-11-03Chore: Install missing TLDK packageVanessa Valderrama1-0/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id365fdeb128bd12ca4f3b6d599e1b49f53790175
2021-11-03Chore: Move Ubuntu packages to AnsibleVanessa Valderrama1-0/+42
Moving Ubuntu packages from basebuild.sh script to Ansible Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I6c3e9b3d71788d85a7df3b132c358ab7e7f8140d
2021-10-29Fix upload of vpp-ext-deps cached in executorDave Wallace5-128/+121
- Refactor installation of vpp-ext-deps Change-Id: Ifd22ceb0481c9b2f2c6be223dae64e775d59fa12 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-10-28Chore: Cleanup Ubuntu packagesVanessa Valderrama1-7/+6
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I199ab3bb74033781efa03e5b5839544629d151a6
2021-10-27Chore: Remove unused packer jobsVanessa Valderrama1-2/+0
Required images: CentOS 7, CentOS 8 and Ubuntu 20.04 Removing unused packer images, the only builders in use are CentOS 7 builders. We'll move to CentOS 8 once the images are built. TLDK will be using Ubuntu 20.04 images once we have the correct packages installed. Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ifbdab4f253d17cf006a5d2ce4aafa82b54291a3e
2021-10-27Chore: Remove unused buildersVanessa Valderrama11-45/+0
Removing unused builders Verified these builders aren't being used by any projects via JJB Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I44aae88b90df4898e500c98cf1f5b02054f354f2
2021-10-27Chore: Modify ci-management job builderVanessa Valderrama1-1/+1
Changing the size of the builder. The change to the larger builder was done as a test when we were having Jenkins issues and was never changed back. Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ia2f05d758428a929836ae8bff5898c1faa75dff1
2021-10-27Chore: Update 20.04 builder with new imageVanessa Valderrama1-1/+1
Updating the 20.04 builder with a new image that resolves package install failures Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I2ce94fa2cbe2b9ff014e394cba19cff2d6caeb66
2021-10-27Merge changes from topics "33989", "33992"Dave Wallace8-458/+71
* changes: Remove deprecated releases/os jobs for VPP 21.10 Convert VPP docs upload destination from nexus to amazon S3.
2021-10-27Chore: Fix Ubuntu package failuresVanessa Valderrama1-5/+4
Replace out of date packages to resolve package install failures Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I343949380ca751735ba7606a529c36296d717d20
2021-10-27Remove deprecated releases/os jobs for VPP 21.10Dave Wallace4-134/+4
- Deprecated release: VPP stable/2009, stable/2101 - Deprecated OS: centos-7, debian-9 Change-Id: If3ca0f249210946321f6e867a933b05f19f58865 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-10-26Convert VPP docs upload destination from nexus to amazon S3.Dave Wallace6-328/+71
- Don't build doxygen docs which is deprecated in master and fails to upload in 21.xx releases - Only build 'make test-docs' in 21.xx releases which is deprecated in master (VPP 22.02) Change-Id: I54c46b32f95705ee0868a961f18fed8b0d4bba81 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-10-21Chore: Update 20.04 buildervalderrv1-1/+1
Updating the 20.04 builder with the latest 20.04 image that includes required TLDK packages Signed-off-by: valderrv <vvalderrama@linuxfoundation.org> Change-Id: Ia9aa01957dfb44b4f86728539e216a2db275e5b5
2021-10-20Chore: Add TLDK required packagesvalderrv1-0/+11
Adding TLDK required packages in Ubuntu images Signed-off-by: valderrv <vvalderrama@linuxfoundation.org> Change-Id: I4f89885e375c1a57d7bd9a5617f96f23298aaec7
2021-10-19Fix: update Ubuntu 20.04 builder labelsKevin Sandi1-1/+1
Issue-ID: RELENG-4015 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: If2860f613b3dc6eaa5c6face18a5ad9a86ca46cf
2021-10-19Chore: Add Ubuntu 20.04 jenkins builderKevin Sandi1-0/+4
Add difinition for a Ubuntu 20.04 builder with latest packer image Issue-ID: RELENG-4015 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I1b00658433774f540953b865f5274920b89248d5
2021-10-18Merge "Chore: Add new packer images"Andrew Grimberg1-0/+3
2021-10-18Merge "Chore: Clean up packer images"Andrew Grimberg2-26/+0
2021-10-18Chore: Add new packer imagesVanessa Rene Valderrama1-0/+3
Adding 20.04 and CentOS 8 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ib9642fe09048bd4bd8139fd5232c07b51b57048e
2021-10-18Chore: Clean up packer jobsVanessa Rene Valderrama1-2/+0
Remove 16.04 because it's unsupported Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Iccd142bd449ae56878d7799b2525d8c4c2d7016b
2021-10-18Chore: Clean up packer imagesVanessa Rene Valderrama2-26/+0
Removing 16.04 because it's no longer supported Removing 18.04 so it uses the latest base image in common-packer Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ib755218973b16a1cab7209386f84ff5283499115
2021-10-18Chore: Upgrade common-packer to v0.9.4Vanessa Rene Valderrama1-0/+0
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I0df1ada40097f0955ac0cc2bea63bb2d6408fb19
2021-10-11CSIT: Remove 3n TRex jobsTibor Frank1-12/+0
Change-Id: I69d2209811ee6691ad3357e9d547bf42c8ca129a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-10-03Update docker image builder to support stable/2110Dave Wallace7-47/+5
- Remove stable/2009 from docker image builder - Remove centos-7 & debian-9 which is only required on stable/2009 Change-Id: I4ae47ca7dc8e833b003fb62dfd9036dca644e946 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-10-01Use $GIT_URL in scripts to avoid https CA cert failure.Dave Wallace5-9/+14
- git clone using https fails due to expired CA certificate, but project repo git clone works using git transfer protocol. Use $GIT_URL for clone command in scripts which use the git transfer protocol to the git mirror (same as git clone of project repo's) instead of https to the public gerrit ip address. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I15ef9e79e7e32d1561f6c452d192048f04c55caa
2021-10-01CSIT: Add TRex iterative and coverage jobs for reportTibor Frank1-0/+194
Change-Id: I5af01ad89559b3f1e799e02d0d089e89461baba7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-30Chore: Update CentOS 7 Image IDKevin Sandi6-6/+6
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I41cb791c7bd9ef491587d9d690224f01dd126161
2021-09-30Chore: Upgrade common-packer to v0.9.3Kevin Sandi3-2/+4
Upgrade common-packer to latest version and fix unrelated missing variable for ubuntu packer vars files which is blocking the verify checks for this change Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I74f409974a5e025c6a1a1960a0befb75d01ff6f8
2021-09-29CSIT: Reduce daily jobs cadence for 2110 report data collectionTibor Frank2-9/+9
Change-Id: Ia0ff3ddbbdcdc7150fe60282b690145bc6a23f5d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-27Merge "CSIT: Do not run daily jobs during weekend"Peter Mikus1-8/+8