summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-07-29 14:56:07 -0400
committerBill Peck <bpeck@redhat.com>2015-07-29 14:56:07 -0400
commit036c61bfcb79d4ff416837a7a443e22bc4bb7cf8 (patch)
treec6e57da0ef340640d5e551b7541c81e92ec1345f
parentdf0113eacd6498e99fca9a3d718d236a57154a98 (diff)
downloadtests-036c61bfcb79d4ff416837a7a443e22bc4bb7cf8.tar.gz
tests-036c61bfcb79d4ff416837a7a443e22bc4bb7cf8.tar.xz
tests-036c61bfcb79d4ff416837a7a443e22bc4bb7cf8.zip
use longer reserve time.
-rw-r--r--restraint/config/rhel-7.0-build.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/restraint/config/rhel-7.0-build.json b/restraint/config/rhel-7.0-build.json
index faf1ef8..e4f27bf 100644
--- a/restraint/config/rhel-7.0-build.json
+++ b/restraint/config/rhel-7.0-build.json
@@ -12,12 +12,14 @@
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
+ "taskparam": [ { "RESERVETIME" : "172800" } ],
"bkr_data": {
"role": "Standalone",
"name": "AppServer"
}
}
- ]
+ ],
+ "job_group": "ci-ops-central"
}
]
}