File tree Expand file tree Collapse file tree 4 files changed +150
-691
lines changed
continuous_integration/pipelines
continuous_testing/environments Expand file tree Collapse file tree 4 files changed +150
-691
lines changed Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments