summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2014-09-11 14:51:33 -0400
committerBill Peck <bpeck@redhat.com>2014-09-11 14:51:33 -0400
commit4ab498b6ce44e7631442a266d085a66e01823f66 (patch)
tree2735b31c1efd15b4f4b7bf8e19897b0ba6679f1d
parent70fdf30b55ad5b5ed96d49b78e2ba0d7d695a0e0 (diff)
downloadtests-4ab498b6ce44e7631442a266d085a66e01823f66.tar.gz
tests-4ab498b6ce44e7631442a266d085a66e01823f66.tar.xz
tests-4ab498b6ce44e7631442a266d085a66e01823f66.zip
include example job xml that could be used with restraint
-rw-r--r--kernel/filesystems/nfs/connectathon-mh/example_job.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/kernel/filesystems/nfs/connectathon-mh/example_job.xml b/kernel/filesystems/nfs/connectathon-mh/example_job.xml
new file mode 100644
index 0000000..18cb134
--- /dev/null
+++ b/kernel/filesystems/nfs/connectathon-mh/example_job.xml
@@ -0,0 +1,17 @@
+<job>
+ <whiteboard>
+ /kernel/filesystems/nfs/connectathon-mh [restraint + staf]
+ </whiteboard>
+ <recipeSet>
+ <recipe id="1">
+ <task name="/kernel/filesystems/nfs/connectathon-mh" role="SERVERS">
+ <fetch url="git://fedorapeople.org/home/fedora/bpeck/public_git/tests.git?master#kernel/filesystems/nfs/connectathon-mh" />
+ </task>
+ </recipe>
+ <recipe id="2">
+ <task name="/kernel/filesystems/nfs/connectathon-mh" role="CLIENTS">
+ <fetch url="git://fedorapeople.org/home/fedora/bpeck/public_git/tests.git?master#kernel/filesystems/nfs/connectathon-mh" />
+ </task>
+ </recipe>
+ </recipeSet>
+</job>