Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libs/getsentry.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
'us',
// 'control' is excluded by default and must be explicitly included
'control',
// 'snty-tools' is excluded by default and must be explicitly included
'snty-tools',
'customer-1',
'customer-2',
'customer-4',
Expand Down
2 changes: 1 addition & 1 deletion libs/pipedream.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ local pipeline_to_array(pipeline) =
// render will generate the trigger pipeline and all the region pipelines.
render(pipedream_config, pipeline_fn, parallel=false)::
// Regions that are excluded by default and must be explicitly included
local default_excluded_regions = ['control'];
local default_excluded_regions = ['control', 'snty-tools'];

local is_excluded_region = function(region, config)
std.objectHas(config, 'exclude_regions') && std.length(std.find(region, config.exclude_regions)) > 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"de",
"us",
"control",
"snty-tools",
"customer-1",
"customer-2",
"customer-4",
Expand Down
Loading