diff --git a/libs/getsentry.libsonnet b/libs/getsentry.libsonnet index 94d174c..eae4fe8 100644 --- a/libs/getsentry.libsonnet +++ b/libs/getsentry.libsonnet @@ -10,7 +10,6 @@ 'us', 'customer-1', 'customer-2', - 'customer-3', 'customer-4', 'customer-7', ], diff --git a/test/pipedream.js b/test/pipedream.js index 48d2073..4b3ca7e 100644 --- a/test/pipedream.js +++ b/test/pipedream.js @@ -78,10 +78,10 @@ test("ensure auto deploys is expected structure", async (t) => { const r = got.pipelines["rollback-example"]; t.deepEqual(r["environment_variables"], { ALL_PIPELINE_FLAGS: - "--pipeline=deploy-example-s4s --pipeline=deploy-example-de --pipeline=deploy-example-us --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4 --pipeline=deploy-example-customer-7", + "--pipeline=deploy-example-s4s --pipeline=deploy-example-de --pipeline=deploy-example-us --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4 --pipeline=deploy-example-customer-7", GOCD_ACCESS_TOKEN: "{{SECRET:[devinfra][gocd_access_token]}}", REGION_PIPELINE_FLAGS: - "--pipeline=deploy-example-s4s --pipeline=deploy-example-de --pipeline=deploy-example-us --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4 --pipeline=deploy-example-customer-7", + "--pipeline=deploy-example-s4s --pipeline=deploy-example-de --pipeline=deploy-example-us --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4 --pipeline=deploy-example-customer-7", ROLLBACK_MATERIAL_NAME: "example_repo", ROLLBACK_STAGE: "example_stage", TRIGGERED_BY: "", diff --git a/test/testdata/fixtures/pipedream/exclude-regions-no-autodeploy.jsonnet b/test/testdata/fixtures/pipedream/exclude-regions-no-autodeploy.jsonnet index 1fe1dd4..8b917ac 100644 --- a/test/testdata/fixtures/pipedream/exclude-regions-no-autodeploy.jsonnet +++ b/test/testdata/fixtures/pipedream/exclude-regions-no-autodeploy.jsonnet @@ -3,7 +3,7 @@ local pipedream = import '../../../../libs/pipedream.libsonnet'; local pipedream_config = { name: 'example', auto_deploy: false, - exclude_regions: ['s4s', 'us', 'customer-3'], + exclude_regions: ['s4s', 'us'], materials: { init_repo: { git: 'git@github.com:getsentry/init.git', diff --git a/test/testdata/fixtures/pipedream/exclude-regions.jsonnet b/test/testdata/fixtures/pipedream/exclude-regions.jsonnet index aaa67df..e1499c6 100644 --- a/test/testdata/fixtures/pipedream/exclude-regions.jsonnet +++ b/test/testdata/fixtures/pipedream/exclude-regions.jsonnet @@ -2,7 +2,7 @@ local pipedream = import '../../../../libs/pipedream.libsonnet'; local pipedream_config = { name: 'example', - exclude_regions: ['s4s', 'us', 'customer-3'], + exclude_regions: ['s4s', 'us'], materials: { init_repo: { git: 'git@github.com:getsentry/init.git', diff --git a/test/testdata/goldens/getsentry/regions.jsonnet_output-files.golden b/test/testdata/goldens/getsentry/regions.jsonnet_output-files.golden index 7d45b6b..3e3b32b 100644 --- a/test/testdata/goldens/getsentry/regions.jsonnet_output-files.golden +++ b/test/testdata/goldens/getsentry/regions.jsonnet_output-files.golden @@ -5,7 +5,6 @@ "us", "customer-1", "customer-2", - "customer-3", "customer-4", "customer-7" ] diff --git a/test/testdata/goldens/pipedream/autodeploy.jsonnet_output-files.golden b/test/testdata/goldens/pipedream/autodeploy.jsonnet_output-files.golden index b3d4b22..95ef926 100644 --- a/test/testdata/goldens/pipedream/autodeploy.jsonnet_output-files.golden +++ b/test/testdata/goldens/pipedream/autodeploy.jsonnet_output-files.golden @@ -83,48 +83,6 @@ } } }, - "deploy-example-customer-3.yaml": { - "format_version": 10, - "pipelines": { - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - } - } - }, "deploy-example-customer-4.yaml": { "format_version": 10, "pipelines": { @@ -132,8 +90,8 @@ "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -295,9 +253,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" }, diff --git a/test/testdata/goldens/pipedream/autodeploy.jsonnet_single-file.golden b/test/testdata/goldens/pipedream/autodeploy.jsonnet_single-file.golden index c6cd700..21b14c1 100644 --- a/test/testdata/goldens/pipedream/autodeploy.jsonnet_single-file.golden +++ b/test/testdata/goldens/pipedream/autodeploy.jsonnet_single-file.golden @@ -75,49 +75,12 @@ } ] }, - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - }, "deploy-example-customer-4": { "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -259,9 +222,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" }, diff --git a/test/testdata/goldens/pipedream/minimal-config.jsonnet_output-files.golden b/test/testdata/goldens/pipedream/minimal-config.jsonnet_output-files.golden index bed840b..20e0f64 100644 --- a/test/testdata/goldens/pipedream/minimal-config.jsonnet_output-files.golden +++ b/test/testdata/goldens/pipedream/minimal-config.jsonnet_output-files.golden @@ -83,48 +83,6 @@ } } }, - "deploy-example-customer-3.yaml": { - "format_version": 10, - "pipelines": { - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - } - } - }, "deploy-example-customer-4.yaml": { "format_version": 10, "pipelines": { @@ -132,8 +90,8 @@ "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { diff --git a/test/testdata/goldens/pipedream/minimal-config.jsonnet_single-file.golden b/test/testdata/goldens/pipedream/minimal-config.jsonnet_single-file.golden index 67d5677..a7b9a11 100644 --- a/test/testdata/goldens/pipedream/minimal-config.jsonnet_single-file.golden +++ b/test/testdata/goldens/pipedream/minimal-config.jsonnet_single-file.golden @@ -75,49 +75,12 @@ } ] }, - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - }, "deploy-example-customer-4": { "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { diff --git a/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_output-files.golden b/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_output-files.golden index 3d1a6ab..f070bcf 100644 --- a/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_output-files.golden +++ b/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_output-files.golden @@ -149,81 +149,6 @@ } } }, - "deploy-example-customer-3.yaml": { - "format_version": 10, - "pipelines": { - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "ready": { - "jobs": { - "ready": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - }, - { - "wait": { - "approval": { - "type": "manual" - }, - "jobs": { - "wait": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - }, - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - } - } - }, "deploy-example-customer-4.yaml": { "format_version": 10, "pipelines": { @@ -231,8 +156,8 @@ "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -568,9 +493,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" }, diff --git a/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_single-file.golden b/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_single-file.golden index 99d7d2e..50f14ef 100644 --- a/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_single-file.golden +++ b/test/testdata/goldens/pipedream/no-autodeploy.jsonnet_single-file.golden @@ -174,82 +174,12 @@ } ] }, - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "ready": { - "jobs": { - "ready": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - }, - { - "wait": { - "approval": { - "type": "manual" - }, - "jobs": { - "wait": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - }, - { - "example_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - }, "deploy-example-customer-4": { "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -527,9 +457,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" }, diff --git a/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_output-files.golden b/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_output-files.golden index aa66178..ccebaa5 100644 --- a/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_output-files.golden +++ b/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_output-files.golden @@ -89,51 +89,6 @@ } } }, - "deploy-example-customer-3.yaml": { - "format_version": 10, - "pipelines": { - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "other_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - } - } - }, "deploy-example-customer-4.yaml": { "format_version": 10, "pipelines": { @@ -141,8 +96,8 @@ "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -316,9 +271,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" }, diff --git a/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_single-file.golden b/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_single-file.golden index d4b3822..4ea14b7 100644 --- a/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_single-file.golden +++ b/test/testdata/goldens/pipedream/rollback-override-final-stage.jsonnet_single-file.golden @@ -81,52 +81,12 @@ } ] }, - "deploy-example-customer-3": { - "display_order": 7, - "group": "example", - "materials": { - "deploy-example-customer-2-pipeline-complete": { - "pipeline": "deploy-example-customer-2", - "stage": "pipeline-complete" - }, - "example_repo": { - "branch": "master", - "destination": "example", - "git": "git@github.com:getsentry/example.git", - "shallow_clone": true - } - }, - "region": "customer-3", - "stages": [ - { - "example_stage": { } - }, - { - "other_stage": { } - }, - { - "pipeline-complete": { - "jobs": { - "pipeline-complete": { - "tasks": [ - { - "exec": { - "command": true - } - } - ] - } - } - } - } - ] - }, "deploy-example-customer-4": { "display_order": 8, "group": "example", "materials": { - "deploy-example-customer-3-pipeline-complete": { - "pipeline": "deploy-example-customer-3", + "deploy-example-customer-2-pipeline-complete": { + "pipeline": "deploy-example-customer-2", "stage": "pipeline-complete" }, "example_repo": { @@ -280,9 +240,9 @@ "rollback-example": { "display_order": 1, "environment_variables": { - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", "ROLLBACK_MATERIAL_NAME": "example_repo", "ROLLBACK_STAGE": "example_stage" },