summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
10 daysMerge "Update hst CPU/MemoryMB cloud config to limit jobs to 1 per server"HEADmasterVanessa Valderrama2-4/+6
10 daysfeat(CSIT): Add soak jobPeter Mikus1-8/+83
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I47bb5849cc13065416a3c4521317f9a75e54004b
10 daysUpdate hst CPU/MemoryMB cloud config to limit jobs to 1 per serverDave Wallace2-4/+6
Change-Id: Ic173bf2e6d053d87e703dddbefe850c7d4ee027a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
11 daysAdd HostStack Test nomad jenkins-config cloud configuration.Dave Wallace4-0/+64
Change-Id: I5d95c1d02f0976a2ce875a904cb92ac5aa930371 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-04-03Feat!: Upgrade Jenkins-job-builder to 6xAnil Belur7-23/+35
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 Valderrama10-126/+75
executor image scripts"
2024-03-26Add stable/2402 branch and remove stable/2306 branch to docker executor ↵Dave Wallace10-126/+75
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 Wallace7-35/+23
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 Belur7-23/+35
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-20Chore: Update common-packer to the latest v0.14.1Anil Belur4-0/+64
Symlink the required hcl templates to common-packer Change-Id: I46db2277546a6e0bdedc8f9af0eb9bbbbdcb568c 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-11Merge "Chore: Upgrade global-jjb to v0.89.9"Vanessa Valderrama1-0/+0
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-07Fix: Remove gerrit-verify workflowVanessa Valderrama1-62/+0
The gerrit-verify workflow should not have been addd to this repo Change-Id: I227a1fca7d01b40f9c57ad3ab5df57c53fac12bd Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2024-03-04Chore: Upgrade global-jjb to v0.89.9Vanessa Valderrama1-0/+0
Upgrading global-jjb to v0.89.9 Tested locally using xmllint and got no errors Change-Id: I69ca884b6f2d402e50aca264b12e174deb76a89d Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
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-06CI: Point git sources to gitolite mirrorVanessa Valderrama2-6/+6
Pointing back to the gitolite mirror to resolve fetch failures which have increased since pointing to GitHub Change-Id: I70312e266c32504c5c96e705a0934228cb882458 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2023-12-05CI: Repoint git sources to GitHub mirrorAndrew Grimberg2-6/+6
The local gitolite mirror has been having semi-regular issues with multiple jobs accessing it at the same time. As of November 28, 2023 all repos are properly mirroring to GitHub so we'll use them as a mirror instead. Change-Id: I7cffe69bd819bb1b42ea33003d711caffeb96001 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-12-05Fix: Configure labels based on environmentVanessa Valderrama22-66/+22
Configuring the node labels based on sandbox or production to resolve JCasC cron failures Change-Id: I94bb55dc9f47b93bb0698e78b4e0266497eda4f2 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2023-12-04Revert "CI: Repoint git sources to GitHub mirror"Andrew Grimberg2-6/+6
This reverts commit 85279e944f464abd5594a629f2975a636fa337ef. Change-Id: I3c528f41a637631f5cc24a5e55b2df3f736d1113 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-12-04CI: Repoint git sources to GitHub mirrorAndrew Grimberg2-6/+6
The local gitolite mirror has been having semi-regular issues with multiple jobs accessing it at the same time. As of November 28, 2023 all repos are properly mirroring to GitHub so we'll use them as a mirror instead. Change-Id: I03f6fc3e66b7ecab92c656b7d684d974c67593b3 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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 Wallace3-71/+3
- 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-26Merge "fix(vpp): change vpp-cov-verify trigger to not match job name"Vanessa Valderrama1-1/+1
2023-10-26Chore: Upgrade to latest version of verifyAndrew Grimberg1-2/+4
Upgrade to the latest tagged version of ci-management GHA verify script Change-Id: Iffaeab46c28d21cef0b0902f0def25b8db46284b Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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-20Add stable/2310 branch to docker executor image scriptsDave Wallace5-16/+6
- also clean up stale TODO's Change-Id: I7106bcf8566560c3f85767afac1405d4a7c8d25a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>