summaryrefslogtreecommitdiffstats
path: root/jenkins-config
AgeCommit message (Collapse)AuthorFilesLines
2020-08-06Increase volume size for all highcpu-{2,4,8} nodesEric Ball9-9/+9
These HARDWARE_ID types require larger volumes. Oddly, the highcpu-32 appears to work fine with 20gb, so that has not been changed. Change-Id: Ia462587f5df724c485e79095c9eb087bba355bef Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2020-08-06Configure volume size for cloud instancesVanessa Rene Valderrama11-0/+11
The volume size is required for all instances with the latest provider upgrade. The default size is 20GB. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I17e47636a2bdba396ca4990959bb58658dae8d0a
2020-07-24Revert "Modify Gerrit global variables"Vanessa Rene Valderrama1-3/+3
This reverts commit c2c573815ed68160005ec6fd72b107b6fa04e4b8. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I1b8741e3f93c533e5b244949f5966d05e10237e2
2020-07-23Modify Gerrit global variablesVanessa Rene Valderrama1-3/+3
Modifying the Gerrit global variables to bypass the mirror to test a possible issue with the mirror causing job failures. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I68e1c426272db7a9748231cae819fe882e667e90
2020-06-15Modify Docker volumesVanessa Rene Valderrama5-5/+5
Modifying the Docker volumes to use the min requirement of 20GB Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I27ea4ad4a0cad911c50ad49bdbe256ee4a533421
2020-05-20Add S3_BUCKET environment variableHoua Yang2-0/+2
Add S3_BUCKET variable to address "unrecognized macro" error. Although jobs are passing, the error is confusing and unsightly. The S3_BUCKET environment variable is needed for log shipping to s3. Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org> Change-Id: I94276ec56e6fe3dfa9c5589acea15ce014e7fc51
2020-05-19Fix cloud configsVanessa Rene Valderrama1-1/+1
Fixing the auth_url Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I38d370047f3008add1ec50127b67e784d5e8b167
2020-05-19Update Jenkins cloud configsVanessa Rene Valderrama23-60/+20
Updating Jenkins cloud templates to reflect sandbox and production. Removing the old cloud configs that are no longer in use. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I40ff4b74d87b8d16da84197d24cd280479fd9668
2020-01-08Fix hardware_idVanessa Rene Valderrama1-1/+1
Modifying the config to use a flavor that is defined in global-jjb Change-Id: Ib3e3ac42ddc04535d798ba42f47fae9a3b0be30e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2020-01-08Fix Jenkins cloud configVanessa Rene Valderrama4-3/+5
Fixing the Jenkins cloud config to use the correct hardware_id and credentials and adding the GIT_BASE config to global vars Change-Id: I8ff1418f01d6754bd77180a30e8cde6b8e7d92bf Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2020-01-08Configure Jenkins clouds and templatesVanessa Rene Valderrama25-0/+136
This change is to configure Jenkins clouds and templates via JJB. These configurations will configure the sandbox and production. Change-Id: I0620ae5f4d24066ad7930744f5c79ec49259e15e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>