summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build_gold_image/biruda.conf')
-rw-r--r--examples/build_gold_image/biruda.conf26
1 files changed, 24 insertions, 2 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
index 6171df0..aed8d53 100644
--- a/examples/build_gold_image/biruda.conf
+++ b/examples/build_gold_image/biruda.conf
@@ -15,7 +15,7 @@ coordinator
control = "tcp://localhost:5555"
}
-worker example_build_gold
+worker example_build_centos6
{
control = "tcp://localhost:5555"
@@ -26,7 +26,7 @@ worker example_build_gold
command = "/bin/sh ./build_centos6.sh ${ARCH}"
}
-worker example_run
+worker example_uname_centos6
{
control = "tcp://localhost:5555"
@@ -37,6 +37,28 @@ worker example_run
command = "/bin/chroot rhel6-${ARCH} /bin/bash -c '/bin/cat /etc/redhat-release && /bin/uname -m'"
}
+worker example_build_archlinux
+{
+ control = "tcp://localhost:5555"
+
+ data = "tcp://localhost:5556"
+
+ execution = direct
+
+ command = "/bin/sh ./build_archlinux.sh ${ARCH}"
+}
+
+worker example_uname_archlinux
+{
+ control = "tcp://localhost:5555"
+
+ data = "tcp://localhost:5556"
+
+ execution = direct
+
+ command = "/bin/chroot archlinux-${ARCH} /bin/bash -c '/bin/cat /etc/arch-release && /bin/uname -m'"
+}
+
webserver
{
threads = 4