summaryrefslogtreecommitdiffstats
path: root/jenkins-config
AgeCommit message (Collapse)AuthorFilesLines
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. Issue-ID: CIMAN-407 Change-Id: I4524c3c48595f79c903f159a81e3bb138dd9e9d0 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2021-06-21CI: Update node versionJessica Wagantall1-1/+1
- Update node version to the latest stable - Update npm to the latest version - Deprecate rebar bootstrap - Update node with the latest node changes Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I2d06752be51183211482cdb701ca46fa6469d650
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: I9c0c0ab1a61df2c73b10c48877970595c2a86d27 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Issue-ID: CIMAN-33 Change-Id: Ibbcde84fe8dd532843d4cc6709f14a6f8bb6f732 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: I6740f736ff4daaa10b1cdf23cb6466ee3d394d02 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: Ib08a62f3380e0148bc0ff93e0d3c67e0ad5dbcfb Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: Icf93e37306a2749750e8886b4c018e0e0d21d849 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: I882398dcf07bc0893f09deeae18eaec04be17718 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: I215a6389349b08f385b351209488a341e173dbff Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Issue-ID: CIMAN-33 Change-Id: I0a5176f9193c2acf3301ef19410bce8d4666a70c Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Issue-ID: CIMAN-33 Change-Id: I38722ff3586dfdbc9eacb359e9e045d2d4c2dbf3 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-05-14CI: Migrate jobs from v2-highcpu-* flavors to v3Anil Belur1-1/+1
v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Change-Id: I91cc45e8c7fa8bce531d80ed7d54c1d3ff2f36b8 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-03-18Use new ubuntu imagesBengt Thuree7-7/+7
Use new Ubuntu 18.04 images with python3.9-distutils Issue-ID: CIMAN-30 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: Ic323d135a1577c6b844be2ce9a6887723f7b0621
2021-03-15Update Ubuntu 18.04 docker imagesAnil Belur4-4/+4
This updated image should have pull in the newer version of python from the below CR. https://gerrit.linuxfoundation.org/infra/c/ansible/roles/python-install/+/66854 Issue-ID: CIMAN-33 Change-Id: Iacfdde0e9ffdc5c5479bf0058fce1cfaff8c2025 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-02-23Update ubuntu builder and docker imagesEric Ball5-5/+5
Change-Id: Ib9d3f2b9d91a828c6d255d917e7e2a018451dfde Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-16Update Helm nodeJessica Wagantall1-1/+1
Update Helm node to fetch Helm3.5 version update. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia8cad231bd8ad3ec55b1d363421071fbf6e05086
2021-02-10Update Helm nodeJessica Wagantall1-1/+1
Update node to fetch support for helm 3.3 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib884a0486719c5d9e3ea6142d34ba3f8d41e547d
2021-02-02Update docker node.Jessica Wagantall1-1/+1
Update to fetch support for Python 3.9 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4972871647e8ce345958f93ad3bb5e5715d9d081
2021-01-29Update docker and builder nodesJessica Wagantall2-2/+2
Update to fetch Python 3.9 support Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I95160bbc2c11e71e8727c30f43574776637f7fbb
2020-12-21Update helm node to the latest configJessica Wagantall1-1/+1
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If7482e08bcb42737c9ab03bc23ebab3148c0ab6f
2020-12-11Update helm node imageJessica Wagantall1-1/+1
Update to support helm2 and helm3 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib1a5367cae3d48a4589c941a7963fc3fbe66b906
2020-09-08Remove IT for Sonarsebdet1-1/+1
Remove the It for the jenkins sonar build Increase the build node disk size for the Verify, Merge & Sonar Jobs +Move to JDK-11 Issue-ID: SDC-3232 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ifa586167f694a1346ef424946279db8634a15fbc
2020-08-17Fix sigul key nameJessica Wagantall1-1/+1
The sandbox key name is not "-2020" Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Idfccb3432e78943e965926981ce08c5db00c5a1f
2020-08-17Update Sigul keysJessica Wagantall2-2/+2
Update env variables to use 2020 sigul keys. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I82ce798a5a2a1bf8229515539a62a0ddb82bc83d
2020-08-11Increase size on ubuntu1804-docker-v1-8c-8gAric Gardner1-1/+1
builds are failing due to no space on device IT-20393 Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I985a224506e1b3b7e5264a10fdcc0d286353c974
2020-08-10Bump volume size for memcached nodeJessica Wagantall1-1/+1
Memcached needs a larger volume size to boot up. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I58a97d16074d164b1b079193978a6b0afa736c42
2020-08-06Bump volume size for helm nodeJessica Wagantall1-1/+1
Helm needs a larger volume size to boot up. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie64c39a2ac00586d07b11f9c218d29ac5f2e9d00
2020-08-06Merge "Bump volume size for redis node"Andrew Grimberg1-1/+1
2020-08-06Updated IMAGE to latest for Redis and MemcacheBengt Thuree2-2/+2
IMAGE_NAME=CentOS 7 - redis - - 50880808-8011 IMAGE_NAME=Ubuntu 18.04 - memcached - - 120780707-7003 Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: If7e07594edd4c5a7949963649d6b6e2df7976201
2020-08-05Bump volume size for redis nodeJessica Wagantall1-1/+1
Redis needs a larger volume size to boot up. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4d9e3dc13591899b62d7ea6b7cd86c9df2f45008
2020-08-05Update root nodeJessica Wagantall1-1/+1
Update the root node with a newer image Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I29ada6649acc7185b45843afd165906ff60dc2d4
2020-08-05Add volume size for cloud instancesJessica Wagantall14-0/+14
The value is now needed to be defined with the latest cloud provider upgrades. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Iad3cb5ca9763fe74a9086b37a7ca2b86fb7d175f
2020-08-05Add new 8c-16g Ubuntu nodeJessica Wagantall1-0/+3
This node has additional CPUs that will help us process the Robot Framework tests for CLAMP better with less intermittent failures. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Iff2607f0957d2bffb4a5944e8fa114ef22c139da
2020-07-20Update ubuntu18.04 docker nodesJessica Wagantall2-2/+2
Update to a newer image to fetch changes by I8b2c84eafdf8fe17866a2272665ff9396a84e432 (Added Python 3.8 env support). Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie1a840525634d8f027fee2050007efc5ccefb5e9
2020-07-20Update Ubuntu18.04 builder nodeJessica Wagantall1-1/+1
Update to a newer image to fetch changes by I8b2c84eafdf8fe17866a2272665ff9396a84e432 (Added Python 3.8 env support) Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ic2f3b4711c15f928a9f958498cef81b65d4f2e43
2020-05-07Update Ubuntu 18.04 helm imageAnil Belur1-1/+1
Built with update kubectl veraion to 1.15.11 Issue-ID: CIMAN-33 IT-19647 Change-Id: I32f66ebc1ebc3e1b827a667816c70fdd444ac154 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2020-05-07Add env vars for S3_BUCKET for JenkinsAnil Belur2-0/+2
Error: Unrecognized macro 'S3_BUCKET' in '$S3_BUCKET'], action = [Don't run] Issue-ID: CIMAN-33 IT-19659 Change-Id: Ia49defc18613c3b9cdad8bb1208f57e00ebd779e Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2020-05-06Update the Ubuntu 18.04 helm imageAnil Belur1-1/+1
Issue-ID: CIMAN-33 IT-19647 Change-Id: Ic47d1ec256c0bfdcb67e6a7af49efaa95e82b9ac Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2020-05-04Update authentication URI endpointJessica Wagantall1-1/+1
Change at the hosting provider seems to have caused a problem with the authentication URI. Removing the unneeded trailing / fixes the problem. Change-Id: Ia30297719e6f6a549f22c746477d380bdceeeb7c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-31Merge "Migrate to ubuntu1804-builder"Andrew Grimberg2-6/+0
2020-03-31Migrate to ubuntu1804-dockerJessica Wagantall1-3/+0
Migrate the rest of the jobs from ubuntu1604-docker to ubuntu1804-docker Remove unused nodes Issue-ID: CIMAN-373 Change-Id: Idec34497cec90f650336cdd2dcfc8aaae2bcd2ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-31Migrate to ubuntu1804-builderJessica Wagantall2-6/+0
Migrate the rest of the jobs from ubuntu1604-builder to ubuntu1804-builder Remove unused nodes Change-Id: Ic43c12d3f7f8952d3248085ec103806c9b442047 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-19Merge "Remove unused ARM nodes"Bengt Thuree2-6/+0
2020-03-19Merge "Migrate HELM jobs to Ubuntu18"Bengt Thuree1-3/+0
2020-03-19Remove unused ARM nodesJessica Wagantall2-6/+0
All ARM jobs migrated to Ubuntu18 have been tested in production and working as expected Change-Id: I2d478d8c0898c43bb0b9b4b3e585e8b7689bf45d Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-19Migrate HELM jobs to Ubuntu18Jessica Wagantall1-3/+0
Migrate to ubuntu1804-helm-2c-1g Change-Id: I5b8e73ec6ce11c56076ef940a8df45700e99ef7a Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-19Migrate SDC DCAE jobsJessica Wagantall2-3/+3
Migrate to ubuntu18.04 Change-Id: Ic5a71227c5abaefcecd29933cdd6134cce88c229 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-18Migrate to Ubuntu18.04Jessica Wagantall2-6/+0
Migrate to Ubuntu18.04 and deprecate old unused images ubuntu1604-builder-2c-1g ubuntu1604-builder-4c-2g Change-Id: I11a772c5e3f45aa54de7a719651838f1fa638057 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall2-0/+6
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-12Migrate memcached jobs to 18.04Jessica Wagantall2-3/+3
Add build node Ubuntu 18.04 memcached Migrate memcahced jobs to Ubuntu 18.04 Change-Id: I4b51a7e2e21dbf515a22f9b2e6c56b444b3bc247 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>