Skip to content

Commit 4eca573

Browse files
(DOCS-12521) Batch 2: CI, CI-testing, Devs (#32731)
* Update CI-pipelines for DC * Fix merge conflict * proxy_firewall_vpn * Dev section
1 parent 8ca26c0 commit 4eca573

File tree

4 files changed

+150
-691
lines changed

4 files changed

+150
-691
lines changed

assets/scripts/config/regions.config.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,32 @@ export default {
561561
ap1: '720 hours (30 days)',
562562
ap2: '720 hours (30 days)',
563563
gov: '12 hours'
564+
},
565+
jenkins_site_name: {
566+
us: 'US1',
567+
us3: 'US3',
568+
us5: 'US5',
569+
eu: 'EU1',
570+
ap1: 'AP1',
571+
ap2: 'AP2',
572+
gov: 'US1_FED'
573+
},
574+
synthetics_tunnel_endpoint: {
575+
us: 'tunnel-us1.synthetics.datadoghq.com',
576+
us3: 'tunnel-us3.synthetics.datadoghq.com',
577+
us5: 'tunnel-us5.synthetics.datadoghq.com',
578+
eu: 'tunnel-eu1.synthetics.datadoghq.com',
579+
ap1: 'tunnel-ap1.synthetics.datadoghq.com',
580+
ap2: 'tunnel-ap2.synthetics.datadoghq.com',
581+
gov: 'N/A'
582+
},
583+
dogwrap_site_flag: {
584+
us: '',
585+
us3: ' -s us3',
586+
us5: ' -s us5',
587+
eu: ' -s eu',
588+
ap1: '',
589+
ap2: '',
590+
gov: ''
564591
}
565592
};

0 commit comments

Comments
 (0)