summaryrefslogtreecommitdiff
path: root/tests/data/safe_deploy.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/safe_deploy.json')
-rw-r--r--tests/data/safe_deploy.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/safe_deploy.json b/tests/data/safe_deploy.json
new file mode 100644
index 0000000..9d0e3eb
--- /dev/null
+++ b/tests/data/safe_deploy.json
@@ -0,0 +1,23 @@
+{
+ "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
+ }
+ }
+} \ No newline at end of file