summaryrefslogtreecommitdiffstats
path: root/jenkins-config
AgeCommit message (Collapse)AuthorFilesLines
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-08Chore: Update Ubuntu builder with new imageVanessa Valderrama1-1/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id303fe7b305ec7c94d88d12fd809de019c88d7f8
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: 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-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-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-09-30Chore: Update CentOS 7 Image IDKevin Sandi6-6/+6
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I41cb791c7bd9ef491587d9d690224f01dd126161
2021-09-21Revert back to using jenkins.fd.io in cloud configs.Dave Wallace2-4/+4
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I8233f489d33281cbb13ba813918875e55fadb8c0
2021-09-21Change ip address to .5 (jenkins) instead of .3 (ingress)Dave Wallace2-4/+4
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I1527eca9a502415b45230ea1c2182446d87de3ef
2021-09-21Change Nomad cloud configs to use internal IP for jenkins.Dave Wallace2-4/+4
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ia01e46edeb0fc556cd3ff7131ac9f6268c4e66ca
2021-09-15Fix: Escape Jenkins env varsKevin Sandi1-12/+12
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I02c7a0f9ae63d4a04fd167f867f9c1b8a4f454d2
2021-09-08Merge "Revert "Change prod & sandbox to public IPs for Ingress/Gerrit""Peter Mikus2-6/+6
2021-09-08Revert "Change prod & sandbox to public IPs for Ingress/Gerrit"Dave Wallace2-6/+6
This reverts commit 60d127c251246b968cad9e96f191576646976a11. Reason for revert: Now that all services are co-located in the same DC, it is best to use internal IPs for Ingress/Gerrit. Change-Id: Ib790a7228e693acfd1886915eca5aa7baa59dd35 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-08-25Merge "Migrate Nexus logging to s3 in production"Dave Wallace1-3/+0
2021-08-24Fix: Whitespace in managed filesVanessa Rene Valderrama26-26/+25
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ia2e068293b7aba8d4e83f2e9ca31e9ee632b3b79
2021-08-23Migrate Nexus logging to s3 in productionpmikus1-3/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I44bf9a80b125f56e5ec9d251ee14042ae63d3716
2021-08-19Fix: Add a . version of the packagecloud fileAndrew Grimberg4-0/+12
Change-Id: I8cbd4e74e1a2330a9b21962ce1fd2b2bd772e9ac Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-08-19Fix packer-cloud-env managed fileKevin Sandi2-5/+3
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I9ae905c7a79d14f70ae59b5c2c03652051e68752
2021-08-19Fix JJBINIVanessa Rene Valderrama2-8/+10
This patch is to standardize with other projects and fix the credentials mappings. We've also updated the credentials on the sandbox and production to reflect this change. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I2ccf4203f727e97e144ed67a965a0a63efddc2e7
2021-08-19Fix JJBINI syntaxVanessa Rene Valderrama2-7/+7
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I8d937d234be2c77d7259c5695a3c3e7e361a9cab
2021-08-19Fix JJBINI credentialsVanessa Rene Valderrama1-2/+0
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ib989c1b0a18971dc2151619f67e9332b63590fa8
2021-08-19Fix JJBINI managed fileVanessa Rene Valderrama1-3/+15
Fix the JJBINI managed file to use the credentials and URLs for sandbox and production Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I0cd0a391891a1d1e6221ce669ab81119f143e33c
2021-08-18Fix: Correct log credential for both jenkinsAndrew Grimberg2-5/+2
Change-Id: Id4f7040aaa37f67ae7f4c80adcba1366a91e4484 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-08-18Fix: Add in missing credential mappings for mavenAndrew Grimberg15-0/+252
The mavenSettings file type is supposed to have mapped credentials as well. This were accidentally skipped and missed in review Change-Id: Ie35b4997104b38b4dc73f3859116137a36a73bbc Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-08-16CI: Migrate to JCasC Managed FilesVanessa Rene Valderrama63-0/+402
This patch is to migrate Jenkins settings file to JCasC managed files enabling self service managed files for the community Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ief195b9feaa933a37eb36109ccd836c79c85f4be Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
2021-08-06Revert "Global: Disable Nexus for fdio-infra-ship-logs in production"Peter Mikus1-0/+3
This reverts commit 94ccf388b6317892bdd5db5c7b8a2baedaf904c4. Reason for revert: CORS setting of S3 is corrupted. Until LF ticket is resolved reverting. Change-Id: I59e6196f8e3317f249aa4258435705cc8965a80c Signed-off-by: pmikus <pmikus@cisco.com>
2021-08-05Global: Disable Nexus for fdio-infra-ship-logs in productionpmikus1-3/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I98521297778c2c141c393d429c15039eae16d84f
2021-08-05Global: Disable Nexus for fdio-infra-ship-logs in sandboxpmikus1-3/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2fe96711a2abc032410562fd38ee7e86b1039cb0
2021-08-04Infra: Move Nomad URL to new server masterpmikus2-2/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ib4c9da7e6b64c6fd05252265e8460ba7e0ec418f
2021-07-14Drop AVAILABILITY_ZONEMohammed Naser1-1/+0
By default, OpenStack will schedule you into the right availablity zone that has capacity, hard coding this can potentially result in not being able to provision new virtual machines. This patch drops the hard-wired value and lets Nova on the scheduling size pick the correct availability zone. Signed-off-by: Mohammed Naser <mnaser@vexxhost.com> Change-Id: Id87111f06ad702daedb947f7e4d67f4cbbc2ad1a
2021-06-02Configure S3 logs on productionVanessa Rene Valderrama1-1/+2
Configuring Jenkins production for S3 logging Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I72e9c924e6dba6fbbf68d578bba2b64054035eff
2021-05-24Configure S3 logs on the sandboxVanessa Rene Valderrama1-1/+2
Configuring the Jenkins sandbox for S3 logging Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I9ef48f67b97217265fdf59cb9a49247ab8e7f643
2021-05-13Change prod & sandbox to public IPs for Ingress/GerritDave Wallace2-6/+6
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Iebfee30a14297e781d2c3abfc045a2b5e7344e5d
2021-04-28Merge "Nomad: Redirect connection to different server"Dave Wallace2-2/+2
2021-04-27Increase nomad aarch64 memory limit for ubuntu 20.04 labelsDave Wallace3-0/+3
- Required to avoid OOM-Killer for CI jobs running 'make test' on AARCH64 Change-Id: I16e0f09dbee85fed8d256c4efd6d51d59f08ff09 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-04-23Merge "Refactor ccache config to use per-os ccache dirs."Vratko Polak27-27/+27
2021-04-23Nomad: Redirect connection to different serverpmikus2-2/+2
+ Due to DC move we need to redirect traffic to hosts that are already moved. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I43aba2f030fa2521aba548a43d4186333909f0ea
2021-04-21Refactor ccache config to use per-os ccache dirs.Dave Wallace27-27/+27
- Simplify ccache state output to console log by using ccache stats command. - Bump max size of ccache dir to 10G (centos8 is approximately 5.7G) - Clean up extraneous ccache dir after docker build is complete. Change-Id: Ia2b55b7cd47212fce91b4567d0cca69d2ce892ed Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-04-16Modify OpenStack buildersVanessa Rene Valderrama3-3/+3
Modifying OpenStack builders to use V3 flavors Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I1601921bba92f9ad9519dda992846ccca586d657
2021-04-14Testing JCasCVanessa Rene Valderrama1-1/+1
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I857f42130e50c73bce2844a15c0e351d717a21fd
2021-03-30Modify OpenStack templatesVanessa Rene Valderrama3-3/+3
Switching the OpenStack templates used by CI mgmt jobs back to V2 flavors due to problems with the V3 flavors in production. Modifying the INFO.yaml job to use a template with a V3 flavor to continue troubleshooting the issue in production because this issue can't be reproduced on the sandbox. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ibc8e744e3201538122965a70ab0f23ca3fe66371
2021-03-29Modify executor flavorsVanessa Rene Valderrama4-7/+3
Modifying the executors to use the new V3 flavors which will improve performance and are more cost efficient. Tested in production using the centos7-v3-4c-4g template which can now be removed. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I92c25c86b368546cf0ef8db05c2ed832a99b82c1
2021-03-29Add additional V3 templateVanessa Rene Valderrama1-0/+4
Adding a centos7-v3-4c-4g to test V3 flavors. When testing is scucessful, the centos7-builder-4c-4g will be modified to use the V3 builder and this additional template will be removed. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ic1e02b7c5c550a7c15c8f7f06844c510c43eb77b
2021-03-26Merge "bump CPU and memory in ubuntu2004 nomad jobs from 16000 to 20000"Dave Wallace1-2/+2
2021-03-26bump CPU and memory in ubuntu2004 nomad jobs from 16000 to 20000Andrew Yourtchenko1-2/+2
Some jobs fail due to OOMKILLER, the theory is that the python 3.8.5 takes more memory than 3.7.3, which runs on debian10 where no such failures are seen. Change-Id: Ie263055b0292f4afab3a907a107479a3f8fb962b Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2021-03-25Enable CCACHE in builder images / labelsDave Wallace36-45/+27
- Remove aarch64 labels which do not have any executor docker images. Change-Id: I1f46929b1c8393aa7a25bad215a95b85f2e00bd9 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-03-20Use Ubuntu-20.04 for vpp-csit-* job executor imagesDave Wallace7-72/+0
- refactor vpp-csit job names to conform to the vpp job nomenclature - add ubuntu-20.04 for CSIT image builder install requirements - fix executor class verification - add option to build_executor_docker_image.sh to dump Dockerfile without building image(s) - refactor Dockerfile generation to support executor classes - add support for csit_shim and csit_dut docker image generation from csit ansible repo - refactor docker installation - refactor locale support - remove old static csit Dockerfiles - remove unused jenkins labels - use csit-builder-{os}-prod-{executor_arch} label for vpp csit device test - run tox in csit_pip_cache() to include pylint requirements in python cache to avoid downloading from pypi during job execution. Change-Id: I5f4ffc587c6b8c43cb874dfd8c615ce56d3b97a4 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-03-18Modify ci-management flavorVanessa Rene Valderrama3-3/+3
Modifying the ci-mgmt flavor to use v2 while we figure out what the issue is with the v3 flavors. Noticed the merge job is using the wrong builder so I switched it to the 4c-4g builder. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I23c5e9ab21711d8545fdbcd12baeb1cfc55a3662
2021-03-18CSIT: Prepare Ubuntu2004 vpp device templatespmikus11-101/+27
+ Nomad templates Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I4f1a0d2e7b44ab13ec6822116fee27053532c7ee