summaryrefslogtreecommitdiffstats
path: root/jenkins-config/global-vars-sandbox.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-12-06CI: Point git sources to gitolite mirrorVanessa Valderrama1-3/+3
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 Grimberg1-3/+3
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-04Revert "CI: Repoint git sources to GitHub mirror"Andrew Grimberg1-3/+3
This reverts commit 85279e944f464abd5594a629f2975a636fa337ef. Change-Id: I3c528f41a637631f5cc24a5e55b2df3f736d1113 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-12-04CI: Repoint git sources to GitHub mirrorAndrew Grimberg1-3/+3
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>
2021-09-08Merge "Revert "Change prod & sandbox to public IPs for Ingress/Gerrit""Peter Mikus1-3/+3
2021-09-08Revert "Change prod & sandbox to public IPs for Ingress/Gerrit"Dave Wallace1-3/+3
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-05Global: Disable Nexus for fdio-infra-ship-logs in sandboxpmikus1-3/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2fe96711a2abc032410562fd38ee7e86b1039cb0
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 Wallace1-3/+3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Iebfee30a14297e781d2c3abfc045a2b5e7344e5d
2020-05-20Add S3_BUCKET environment variableHoua Yang1-0/+1
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-01-08Fix Jenkins cloud configVanessa Rene Valderrama1-0/+1
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 Valderrama1-0/+11
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>