aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjørn Smørgrav <smorgrav@users.noreply.github.com>2018-11-19 15:45:34 +0100
committerGitHub <noreply@github.com>2018-11-19 15:45:34 +0100
commit0062686ea757a8434ad256ed875ee56c4ed9293a (patch)
tree867dfd4b9da35e46b5da11499bd3cdf9f4747c4c
parent3139324bd3b831a153d0d0841634ff8d9f75bb5c (diff)
parent301da5a2ca236d8d8cec86e2db3f4494638ed8ba (diff)
Merge pull request #7695 from vespa-engine/smorgrav/remove_jobtype
Remove aws-us-west-1b
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/JobType.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/JobType.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/JobType.java
index 25c3621b8f6..44a3cb1cfc9 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/JobType.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/JobType.java
@@ -25,7 +25,6 @@ public enum JobType {
productionApSoutheast1 ("production-ap-southeast-1" , ZoneId.from("prod" , "ap-southeast-1") , null ),
productionEuWest1 ("production-eu-west-1" , ZoneId.from("prod" , "eu-west-1") , null ),
productionAwsUsEast1a ("production-aws-us-east-1a" , ZoneId.from("prod" , "aws-us-east-1a") , null ),
- productionAwsUsWest1b ("production-aws-us-west-1b" , ZoneId.from("prod" , "aws-us-west-1b") , null ),
productionAwsUsWest2a ("production-aws-us-west-2a" , ZoneId.from("prod" , "aws-us-west-2a") , null ),
productionAwsUsEast1b ("production-aws-us-east-1b" , ZoneId.from("prod" , "aws-us-east-1b") , null ),
productionCdAwsUsEast1a("production-cd-aws-us-east-1a", null , ZoneId.from("prod" , "cd-aws-us-east-1a")),