summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2021-12-02Nexus retirement CI job clean upDave Wallace22-618/+96
- Remove nexus configuration parameters from CI jobs for active FD.io projects - Convert HICN docs jobs to use S3 storage Change-Id: Ida00b6448926567e0245b4988597113bfea0bd84 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-11-16Merge "vpp: run 'make test-dep' for all OS variants."Peter Mikus1-41/+38
2021-11-16Merge "Fix upload of vpp-ext-deps cached in executor"Peter Mikus5-128/+121
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-10CSIT: Set daily jobs cadence to normalTibor Frank2-9/+9
Change-Id: I1077e8b74f221531a1010a9f5ed124e747cfdc0e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-11-08Chore: Update TLDK OSVanessa Valderrama1-1/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I7b4df5847288ecdec2e94f6fca9c323f42f8baf7
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-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-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: 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-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-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-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-11CSIT: Remove 3n TRex jobsTibor Frank1-12/+0
Change-Id: I69d2209811ee6691ad3357e9d547bf42c8ca129a Signed-off-by: Tibor Frank <tifrank@cisco.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-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
2021-09-24CSIT: Do not run daily jobs during weekendVratko Polak1-8/+8
We do not expect much code movement during weekend. This gives more resources to weekly jobs. Change-Id: I4710aa68ec3fb6ab8900043a74e7c13980583cb6 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-24Merge "Docs deploy via Terraform"Dave Wallace3-12/+107
2021-09-24Merge "CSIT: Add rls2110 jobs"Peter Mikus4-19/+22
2021-09-23Docs deploy via Terraformpmikus3-12/+107
+ This fixes also problem with content-type detection. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I5fb89668a1792c4497fce1367279657c415d8a32
2021-09-23S3: Content type detectionpmikus1-29/+44
+ Rework content type detection as current way leads into inconsistent detection and corrupted CloudFront handling + MimeType is base on wild guess of file extension and does not work for our use cases. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If8a3e052a5512dca1767bccf10107c9867ba7366
2021-09-23CSIT: Add rls2110 jobsTibor Frank4-19/+22
- and remove rls2101 jobs Change-Id: Ifaccf28cd5fb9dedaf9e570162017f11415f4aeb Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-23CSIT: Remove rls2009lts jobsTibor Frank4-74/+0
Change-Id: I1984974b2648241ae28e0e1ffd6d6239b5b0ec60 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-22CSIT: Add csit-trex-perf-ndrpdr-weekly-master-{node-arch}Tibor Frank1-0/+69
Change-Id: Ief7cbc5d3e46671773358c90ae3fb6f3ba2a7ca6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-20Changes for VPP 21.10 ReleaseAndrew Yourtchenko2-0/+43
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: If4f836d753568f5185176d649e4b4c6806a7e060
2021-09-20FIX: Do not fail to copy directorypmikus1-5/+8
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I3cff2ca3feef7fc1083584249cdb2866e13ea836
2021-09-16Merge "FIX: Improve ContentEncoding handling"Dave Wallace1-10/+10
2021-09-16FIX: Improve ContentEncoding handlingpmikus1-10/+10
+ Each bucket has different settings that is accepted. This patch helps to make all buckets and jobs works as expected for their settings. + Tested on sandbox on all kind of jobs (tox,docs,trending) Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibf7e81f06c9bd9b3f17194231cbd4f7e83596305
2021-09-16CSIT: cleanup unused scriptspmikus5-181/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I121b8fdf94ebbaa65ed999c9f907581ca7690210
2021-09-14Merge "Docs: Cleanup"Dave Wallace4-100/+131
2021-09-14Docs: Cleanuppmikus4-100/+131
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9209a4c739feb9aae713d0f3654d3cf6fa04c92d
2021-09-08CSIT DPDK verify: Allow manual overridesVratko Polak1-0/+3
Without these additions, there is no way to start the job successfully with overriden trial duration and multiplicity. Change-Id: Ia4a3b154e4c1354a89187918f7f051a951a0bc21 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-02CSIT: send email notification if job is successfulTibor Frank1-4/+4
Change-Id: Ifcae6bb0bf66e426d601d3129b784450ae8ac7bf Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-01Fix vpp-checkstyle-* jobs build discard configDave Wallace1-1/+2
- Add missing 'build-days-to-keep' parameter to lf-infra-properties macro. Change-Id: I264c82ce1de17a22bef6e8b9867eaae03ddf9c5d Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-08-31Fix build discarder config for all fd.io projectsDave Wallace16-285/+164
- Existing build discard configuration is no longer generating build discarder config in jjb. Use lf-infra-properties macro instead. Change-Id: I2e6aabefd4a5a74877c4ba02c1f06f3f120bea69 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-08-31Merge "CSIT: Email publisher"Dave Wallace2-90/+83
2021-08-31Merge "CSIT: Add Trex jobs"Dave Wallace1-2/+105
2021-08-31CSIT: Add Trex jobspmikus1-2/+105
+ For testing Trex only (required for bypassing VPP download and DPDK download) while still having ability to extend for trex artifact downloading. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Idbc1abc62fa53ad66a5d534b8c708e4912a22398
2021-08-27Description setter: Search for S3 linkVratko Polak1-1/+1
We disabled Nexus and we never plan to go back. Change-Id: I279e0ddb2697a3a28316cb6700fdde13cde841bc Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-26CSIT: Email publisherpmikus2-90/+83
+ Fix email send when job fails + Resuse publishers as macro Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic6c5a5f97ff38243d0dc5d6a4665d21009acb026
2021-08-26CSIT: Remove 2009 branchpmikus1-6/+0
+ Leave only 2009 LTS Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic970abd97d08157d69752f53a3d22fc7b8ab19e4
2021-08-25Delete jjb/scripts/csit/cpta.shVratko Polak1-89/+0
It is not used since https://gerrit.fd.io/r/c/ci-management/+/33118 Change-Id: I62b167eff32fd27158e2dd7ae6deec2c25d8db47 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-25Fix: Patch to emails for CSIT trendingpmikus1-6/+6
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I1834c812b30ea9579a9cf161eb05e11c72e549f1
2021-08-23Fix: Docs reverse triggerpmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibd55836aa21ec301f4c8e8d5c644e71a088ab673
2021-08-20Merge "Fix PackageCloud push"Dave Wallace2-6/+6
2021-08-20FIX: CSIT trending pathpmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If7f9889fce320c2d53c7ff1c25d1a505e5f80eaf