summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-22 14:40:12 +0200
committerjonmv <venstad@gmail.com>2022-04-22 14:40:12 +0200
commit67a57bd6ab92fc8328183bb820c22ed69b34414e (patch)
treefd9cfe57ff882f5df6d9c6b65bfa9019f73ddb46 /controller-server
parentb297af4e25896f90518e24846a6b00cb3eaa3025 (diff)
Improve job type sort order
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/deployment/responses/root.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/deployment/responses/root.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/deployment/responses/root.json
index 9c34f9410ee..13a6391d5da 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/deployment/responses/root.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/deployment/responses/root.json
@@ -353,21 +353,21 @@
"jobs": [
"system-test",
"staging-test",
- "production-aws-us-east-1a",
- "test-aws-us-east-1a",
"production-ap-northeast-1",
"test-ap-northeast-1",
"production-ap-northeast-2",
"test-ap-northeast-2",
"production-ap-southeast-1",
"test-ap-southeast-1",
+ "production-aws-us-east-1a",
+ "test-aws-us-east-1a",
+ "production-eu-west-1",
+ "test-eu-west-1",
+ "production-us-central-1",
+ "test-us-central-1",
"production-us-east-3",
"test-us-east-3",
"production-us-west-1",
- "test-us-west-1",
- "production-us-central-1",
- "test-us-central-1",
- "production-eu-west-1",
- "test-eu-west-1"
+ "test-us-west-1"
]
}