Skip to content

Commit

Permalink
remove safe to upgrade from configs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan authored Oct 2, 2024
1 parent d027a1b commit d457031
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
4 changes: 0 additions & 4 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
"items": {
"type": "integer"
}
},
"safe_to_upgrade": {
"description": "A flag to determine if all nodes in the network will upgrade to the latest version",
"type": "boolean"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions development-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}
3 changes: 1 addition & 2 deletions development.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}
3 changes: 1 addition & 2 deletions production.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}
3 changes: 1 addition & 2 deletions qa.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}
3 changes: 1 addition & 2 deletions testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}

0 comments on commit d457031

Please sign in to comment.