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
1 change: 1 addition & 0 deletions libs/getsentry.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
// Test regions will deploy in parallel to the regions above
test_regions: [
's4s2',
],
is_st(region):: (region == 's4s' || std.startsWith(region, 'customer-')),
}
8 changes: 8 additions & 0 deletions test/pipedream.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ test("ensure exclude regions removes regions without trigger pipeline in serial"
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -226,6 +227,7 @@ test("ensure exclude regions removes regions without trigger pipeline in paralle
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -278,6 +280,7 @@ test("ensure exclude regions removes regions with trigger pipeline in serial", a
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -338,6 +341,7 @@ test("ensure exclude regions removes regions with trigger pipeline in parallel",
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -398,6 +402,7 @@ test("ensure include regions adds regions without trigger pipeline in serial", a
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -484,6 +489,7 @@ test("ensure include regions adds regions without trigger pipeline in parallel",
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -559,6 +565,7 @@ test("ensure include regions adds regions with trigger pipeline in parallel", as
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down Expand Up @@ -637,6 +644,7 @@ test("ensure include regions adds regions with trigger pipeline in serial", asyn
"deploy-example-customer-4",
"deploy-example-customer-7",
"deploy-example-de",
"deploy-example-s4s2",
"rollback-example",
]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"customer-1",
"customer-2",
"customer-4",
"customer-7"
"customer-7",
"s4s2"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,44 @@
}
}
},
"deploy-example-s4s2.yaml": {
"format_version": 10,
"pipelines": {
"deploy-example-s4s2": {
"display_order": 9,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
}
}
},
"deploy-example-us.yaml": {
"format_version": 10,
"pipelines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,39 @@
}
]
},
"deploy-example-s4s2": {
"display_order": 9,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
},
"deploy-example-us": {
"display_order": 4,
"group": "example",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,44 @@
}
}
},
"deploy-example-s4s2.yaml": {
"format_version": 10,
"pipelines": {
"deploy-example-s4s2": {
"display_order": 9,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
}
}
},
"deploy-example-us.yaml": {
"format_version": 10,
"pipelines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,39 @@
}
]
},
"deploy-example-s4s2": {
"display_order": 9,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
},
"deploy-example-us": {
"display_order": 4,
"group": "example",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,44 @@
}
}
},
"deploy-example-s4s2.yaml": {
"format_version": 10,
"pipelines": {
"deploy-example-s4s2": {
"display_order": 7,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
}
}
},
"rollback-example.yaml": {
"format_version": 10,
"pipelines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,39 @@
}
]
},
"deploy-example-s4s2": {
"display_order": 7,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
},
"rollback-example": {
"display_order": 1,
"environment_variables": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,44 @@
}
}
},
"deploy-example-s4s2.yaml": {
"format_version": 10,
"pipelines": {
"deploy-example-s4s2": {
"display_order": 7,
"group": "example",
"materials": {
"example_repo": {
"branch": "master",
"destination": "example",
"git": "git@github.com:getsentry/example.git",
"shallow_clone": true
}
},
"region": "s4s2",
"stages": [
{
"example_stage": { }
},
{
"pipeline-complete": {
"jobs": {
"pipeline-complete": {
"tasks": [
{
"exec": {
"command": true
}
}
]
}
}
}
}
]
}
}
},
"rollback-example.yaml": {
"format_version": 10,
"pipelines": {
Expand Down
Loading
Loading