Ignore quarantined test targets in key sync status
This commit is contained in:
+2
-2
@@ -445,13 +445,13 @@ def bb_sync_info(account_id):
|
|||||||
regions = {
|
regions = {
|
||||||
"us": {
|
"us": {
|
||||||
"host": "psopeeps_us",
|
"host": "psopeeps_us",
|
||||||
"targets": ["us-live", "us-test", "us-hardcore"],
|
"targets": ["us-live", "us-hardcore"],
|
||||||
"status": "pending",
|
"status": "pending",
|
||||||
"applied_at": None,
|
"applied_at": None,
|
||||||
},
|
},
|
||||||
"eu": {
|
"eu": {
|
||||||
"host": "psopeeps_eu",
|
"host": "psopeeps_eu",
|
||||||
"targets": ["eu-live", "eu-test", "eu-hardcore"],
|
"targets": ["eu-live", "eu-hardcore"],
|
||||||
"status": "pending",
|
"status": "pending",
|
||||||
"applied_at": None,
|
"applied_at": None,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user