Skip to content

Commit f3f870a

Browse files
authored
feat(gocd): add grouped pipedream v3 snuba pipeline names (#973)
1 parent f2cf3b1 commit f3f870a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/brain/gocd/gocdSlackFeeds/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ const SDKS_PIPELINE_FILTER = ['deploy-release-registry'];
5757
const SNS_SAAS_PIPELINE_FILTER = [
5858
'deploy-snuba-py',
5959
'rollback-snuba-py',
60-
'deploy-snuba-py-s4s',
6160
'deploy-snuba-py-us',
6261
'deploy-snuba-rs',
6362
'rollback-snuba-rs',
64-
'deploy-snuba-rs-s4s',
6563
'deploy-snuba-rs-us',
6664
];
6765

6866
const SNS_ST_PIPELINE_FILTER = [
67+
// Grouped pipedream v3 names
68+
'deploy-snuba-py-st',
69+
'deploy-snuba-rs-st',
70+
// Per-region names (v2, kept for backward compat during staged rollout)
6971
'deploy-snuba-py-customer-1',
7072
'deploy-snuba-py-customer-2',
7173
'deploy-snuba-py-customer-4',

0 commit comments

Comments
 (0)