summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2024-05-31Merge "vpp-hst: add VPP HostStack Test framework jobs"Vanessa Valderrama13-0/+276
2024-05-29vpp-hst: add VPP HostStack Test framework jobsDave Wallace13-0/+276
- add hst and hst-debug per-patch vpp verify jobs - reduce idle termination time to 1 minute - fix vpp script permissions to 755 so all are the same - use docker-in-docker base image for ubuntu-22.04 containers Change-Id: I10396c823fbeaa5e081e48332509e0c20b31b87c Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-05-29CSIT: Reduce daily jobs cadence for 2406 report data collectionTibor Frank1-17/+17
Change-Id: Icde55e99e054c7caf88339317c5908cf28ac2f94 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-05-27CSIT: Set daily jobs cadence to normalTibor Frank1-17/+17
Change-Id: I185369be0ec3a0b79f7647b555366556bd87fa6c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-05-22CSIT: Replace 2402 jobs by 2406 jobsTibor Frank3-17/+17
Change-Id: I9ea276c8ec2ad7408635ee1b092a00528c86ae79 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-05-22CSIT: Reduce daily jobs cadence for 2406 report data collectionTibor Frank1-17/+17
Change-Id: I4acd9a1b74bbd82159d345e75fd12f328b8b0441 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-05-17Add VPP 24.06 branchAndrew Yourtchenko2-0/+25
Change-Id: I9d08e8fbc4bb19680da734c952c62bcc19b6daae Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2024-04-17feat(CSIT): Add soak jobPeter Mikus1-8/+83
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I47bb5849cc13065416a3c4521317f9a75e54004b
2024-04-03Feat!: Upgrade Jenkins-job-builder to 6xAnil Belur5-22/+34
Jenkins Job Builder 6.0.0 is released and breaks backward compatibility with 5.1.0. The breaking changes with previous 5.1.0 release: - Jobs are now expanded the same way as job templates. - Macros without parameters are now expanded the same way as macros with parameters. - Tags !include-raw: and !include-raw-escape: should now be used the same way in jobs and macros without parameters as they are used in job templates and macros with parameters. Note: This breaks backward compatibility with older version of JJB therefore care must be taken when upgrading the ci-man repositories. Ref: https://storyboard.openstack.org/#!/story/2010963 https://storyboard.openstack.org/#!/story/2010588 https://jira.linuxfoundation.org/browse/RELENG-5182 Change-Id: Iea1f78ae0806d75566c93b4ba4cb37cfb260ffdf Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2024-04-02Merge "Add stable/2402 branch and remove stable/2306 branch to docker ↵Vanessa Valderrama2-25/+5
executor image scripts"
2024-03-26Add stable/2402 branch and remove stable/2306 branch to docker executor ↵Dave Wallace2-25/+5
image scripts - Refactor csit_pip_cache function to use csit bash functions that activate the python virtualenv in production jobs. - Remove stable/2306 branch due to pip issue https://github.com/pypa/pip/issues/11527 causing extraneous downloading of pip wheels in CSIT jobs. - Remove installation of packages for old CSIT docs generation. Change-Id: Ib63aa654a35ad01fbfb5b7f593d3f8ffa6499b07 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-03-22disable csit-verify-device voting until failure is resolvedNaveen Joy1-1/+1
Change-Id: Id8161bd0cb1d1e0bf3bcdd0758433ddbddb872cb Signed-off-by: Naveen Joy <najoy@cisco.com>
2024-03-22Revert "Feat!: Upgrade Jenkins-job-builder to 6x"Dave Wallace5-34/+22
This reverts commit cbe4988f0e9e9668919c0dd5cdd03d1e925ce93f. Reason for revert: the change in jjb/global_macros.yaml replacing !include-raw with !include-raw-escape mangles the python code in the here_doc that gets written to /w/workspace/publish_library.py, thus all jobs fail during post job upload of log files to AWS s3 storage. Change-Id: I8346ed9db9810f595614c28c114cc08170fdeb1a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-03-21Feat!: Upgrade Jenkins-job-builder to 6xAnil Belur5-22/+34
Jenkins Job Builder 6.0.0 is released and breaks backward compatibility with 5.1.0. The breaking changes with previous 5.1.0 release: - Jobs are now expanded the same way as job templates. - Macros without parameters are now expanded the same way as macros with parameters. - Tags !include-raw: and !include-raw-escape: should now be used the same way in jobs and macros without parameters as they are used in job templates and macros with parameters. Note: This breaks backward compatibility with older version of JJB therefore care must be taken when upgrading the ci-man repositories. Ref: https://storyboard.openstack.org/#!/story/2010963 https://storyboard.openstack.org/#!/story/2010588 Issue: LF-JIRA RELENG-5182 Change-Id: Ib9acd0b9e7c264ac3531af858431e738397833b5 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2024-03-15CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-2/+2
- 3nb-spr Change-Id: Iac397abdff6ae3d57e32382932ea270a016a6fe7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-03-13fix jjb/scripts/vpp/build.shDave Wallace1-3/+4
Change-Id: I35843842a995931c1985971a606f1d085fd5aa4f Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-03-13Merge "feat(device): unify voting for device jobs"Dave Wallace2-11/+2
2024-03-13fix: add building static vppctl as part of the CI for VPPAndrew Yourtchenko1-0/+5
Change-Id: I8b225b4677deb525ed1702d0c377ef58808a0881 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2024-03-12feat(device): unify voting for device jobsVratko Polak2-11/+2
The new 1n-alt is reliable, it should be voting both on CSIT and VPP. The older 1n-spr is unreliable, should be running but not voting. The oldest 1n-tx2 is no longer available, delete the remains. Change-Id: I89e4cd574158711ad0a0c4ed5de9c42e38ce425c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-03-08CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-10/+10
- all except 3nb-spr Change-Id: I38f495166f73ecae69df17ecacfa60a7aa078765 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-03-04CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-5/+5
- 2n-clx - 2n-icx - 2n-tx2 - 3n-icxd Change-Id: I68cb17dfa8af7438bfc6a10965055c818ad46f8b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-02-05CSIT: Move aws jobs to Monday, remove 2n-spr mrr weeklyTibor Frank1-4/+5
- 2n-spr mrr weekly never run (no job spec), no one is interested in it. Change-Id: Ic29e596190307f7e79f48e34e5433780814c33ee Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-01-23CSIT: Reduce daily jobs cadence for 2402 report data collectionTibor Frank1-17/+17
Change-Id: I6d93994b398768b54f3ac6280fe63bfb8ccbb92f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-01-22CSIT: Enable 1n-altTibor Frank2-0/+9
Change-Id: I7d4490116a5f513cfe2f0e043bbe12df7d295b62 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-01-18Add VPP 24.02 branchAndrew Yourtchenko2-0/+25
Change-Id: Idb04b5878f9089a70ff075499e1c6685e61f8533 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2024-01-17feat(csit): Disable 1n-tx2Peter Mikus2-9/+9
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I134d101a7a8a7e87e310b3121e3abdc732ea2d67
2024-01-12Merge "CSIT: Replace 2310 jobs by 2402 jobs"Peter Mikus3-17/+17
2023-12-13feat(vpp): add a new job for bisectingVratko Polak3-5/+142
Change-Id: I8856e5cde4b85edd01a2c10af88823890c3afcb1 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-12-04feat(csit): 2n-c7gPeter Mikus1-0/+12
Change-Id: Iefe63afc72b01e3ac4a110d683596d11de925d8d Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-11-24CSIT: Replace 2310 jobs by 2402 jobsTibor Frank3-17/+17
Change-Id: Ib387592f17002888da091c7603d229ed85e83ef1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-11-20CSIT: Change the names of [semi]weekly jobs to keep the rulesTibor Frank1-4/+4
- csit-vpp-device-semiweekly-{stream}-{os}-{executor-arch}-{node-arch} - csit-vpp-device-weekly-{stream}-{os}-{executor-arch}-{node-arch} Change-Id: Ic93c3077962c47ffe86c43448c53805986b6424b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-11-15chore(post-release-cleanup): clean up VPP CI jobs post VPP 23.10 releaseDave Wallace2-68/+0
- Remove references to unsupported VPP 23.02 release Change-Id: I540a2f0d43ff2cdd29c8d62c729463282b76b8fb Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2023-11-15Merge "CSIT: Set the cadence of selected daily jobs to normal"Peter Mikus1-2/+2
2023-11-13CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-2/+2
- 3nb-spr Change-Id: I759a53033f5787c5e7244456655d4cbfb31a5359 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-11-08feat(csit): 3n-icxdPeter Mikus2-0/+31
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Iba3ad49b245e42d1e6e76c1ee758484ab053ce87
2023-11-07CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-6/+6
- 2n-zn2 - 3n-icx - 3n-alt - 3na-spr Change-Id: I7f3b4de90037251fdc5143169b6373ffc038b659 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-11-06CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-4/+4
- 2n-spr - 2n-tx2 - 3n-tsh Change-Id: Ibaebcd43ff08059783da443e5abcccbbbf25f611 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-11-02CSIT: Set the cadence of selected daily jobs to normalTibor Frank1-4/+4
- 2n-clx - 2n-icx - 3n-snr Change-Id: I8d85a84cab527b0b4b8373507db03651c6564de0 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-10-26fix(vpp): change vpp-cov-verify trigger to not match job nameDave Wallace1-1/+1
Change-Id: I1555473a3a76f96d0b648b268789f3a94b22e915 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2023-10-02fix(core): revert docs upload back to aws_s3_bucket_objectDave Wallace1-1/+1
- aws_s3_object fails due to missing MD5 Header checksum in PUT request Change-Id: I73bda43c9b228fe6402cfc09bf31b5810af07344 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2023-10-02fix(core): Pin terraform provider versionPeter Mikus1-0/+9
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I6f243a8cf05c0d5242177f5ae8a4c99bbd83ebf3
2023-10-02fix(core): Terraform code adaptation for docs uploadPeter Mikus1-1/+1
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Id1bdd18500877b79634a6c4df2574aa4d3ed1dee
2023-09-19CSIT: Reduce daily jobs cadence for 2310 report data collectionTibor Frank1-16/+16
Change-Id: Iae8327f5ffbc92c385b0a83202adf1d10a7b2cc1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-09-14Add VPP 23.10 branchAndrew Yourtchenko2-0/+34
Change-Id: Ic7b413c9eb2adf3d9581f9be0ec814bad91963b4 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2023-09-12feat(csit): Use only 1n-sprPeter Mikus2-7/+2
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I96b885b5c5bff9ac53723f5e70b00c4fa3077bad
2023-09-08feat(csit): Add 1n-spr non-votePeter Mikus1-0/+5
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ic806aaeac91425742babb9903927cd477c90bc54
2023-09-05feat(vpp-csit-perf): add 3na-spr and 3nb-aprVratko Polak1-0/+6
Change-Id: I8ed7f1b14aa4d27016ad6e9c99ff2b6ac0a11778 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-08-31vpp: disable voting on 1n-skx vpp-device jobDave Wallace1-0/+1
Change-Id: I5b19af50e7b91b4d777a7eb23b5d6bd54c3a8c9a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2023-08-22Merge "vpp: disable ccache for gcc builds"Vanessa Valderrama2-9/+9
2023-08-21vpp: disable ccache for gcc buildsDave Wallace2-9/+9
- avoid build breakage for incompatibility between gcc & clang object files Change-Id: I521863c5a651a87f06f23b6308a0f8ce91347feb Signed-off-by: Dave Wallace <dwallacelf@gmail.com>