Skip to content

Commit 5debc96

Browse files
authored
Add snty-tools to the customer list (#84)
* Add snty-tools to the customer list * test case * spelling
1 parent c5096af commit 5debc96

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

libs/getsentry.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
'us',
1111
// 'control' is excluded by default and must be explicitly included
1212
'control',
13+
// 'snty-tools' is excluded by default and must be explicitly included
14+
'snty-tools',
1315
'customer-1',
1416
'customer-2',
1517
'customer-4',

libs/pipedream.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ local pipeline_to_array(pipeline) =
242242
// render will generate the trigger pipeline and all the region pipelines.
243243
render(pipedream_config, pipeline_fn, parallel=false)::
244244
// Regions that are excluded by default and must be explicitly included
245-
local default_excluded_regions = ['control'];
245+
local default_excluded_regions = ['control', 'snty-tools'];
246246

247247
local is_excluded_region = function(region, config)
248248
std.objectHas(config, 'exclude_regions') && std.length(std.find(region, config.exclude_regions)) > 0;

test/testdata/goldens/getsentry/regions.jsonnet_output-files.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"de",
55
"us",
66
"control",
7+
"snty-tools",
78
"customer-1",
89
"customer-2",
910
"customer-4",

0 commit comments

Comments
 (0)