Files
WALinuxAgent/tests/data/safe_deploy.json
Brendan Dixon c132b830bc Adjust safe-deploy JSON
Signed-off-by: Brendan Dixon <brendandixon@me.com>
2017-09-14 10:48:45 -07:00

23 lines
526 B
JSON

{
"blacklisted" : [
"^1.2.3$",
"^1.3(?:\\.\\d+)*$"
],
"families" : {
"ubuntu-x64": {
"versions": [
"^Ubuntu,(1[4-9]|2[0-9])\\.\\d+,.*$"
],
"require_64bit": true,
"partition": 85
},
"fedora-x64": {
"versions": [
"^Oracle[^,]*,([7-9]|[1-9][0-9])\\.\\d+,.*$",
"^Red\\sHat[^,]*,([7-9]|[1-9][0-9])\\.\\d+,.*$"
],
"partition": 20
}
}
}