summaryrefslogtreecommitdiffstats
path: root/jenkins-config/global-vars-production.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>
2023-08-30Fix: Correct prod Docker RegistryVanessa Valderrama1-1/+1
Change-Id: I9fb6802aaa8ba605886b19107dcb48541e26e847 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2023-06-29Chore: Add global vars for self-service-releasesVanessa Valderrama1-0/+2
Change-Id: I1acd3bdb1bfb66fc9b784e0d5ff697736e8f13bb Signed-off-by: Vanessa Valderrama <vvalderrama@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-23Migrate Nexus logging to s3 in productionpmikus1-3/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I44bf9a80b125f56e5ec9d251ee14042ae63d3716
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-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-13Change prod & sandbox to public IPs for Ingress/GerritDave Wallace1-3/+3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Iebfee30a14297e781d2c3abfc045a2b5e7344e5d
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-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>