forked from beaker-project/beaker-project.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-dogfood-job.xml
42 lines (42 loc) · 1.92 KB
/
sample-dogfood-job.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<job retention_tag="scratch">
<whiteboard>
beaker dogfood
</whiteboard>
<recipeSet>
<recipe ks_meta="selinux=disabled">
<repos>
<repo name="beaker_repo_server" url="http://beaker-project.org/yum/server/RedHatEnterpriseLinux6/" />
<!-- A normal job would not need to define the harness repo,
but when installing Beaker we need the rhts-test-env and
rhts-python versions to match exactly. -->
<repo name="beaker_repo_harness" url="http://beaker-project.org/yum/harness/RedHatEnterpriseLinux6/" />
</repos>
<distroRequires>
<distro_name op="=" value="RHEL-6.3"/>
<distro_arch op="=" value="x86_64" />
<distro_variant op="=" value="Server" />
</distroRequires>
<hostRequires>
<system_type value="Machine"/>
<memory op=">=" value="1000" />
</hostRequires>
<task name="/distribution/install" role="STANDALONE"/>
<task name="/distribution/beaker/setup" role="STANDALONE">
<params>
<param name="RHTS_OPTION_STRONGER_AVC" value=""/>
<param name="SOURCE" value="_repo"/>
<!-- If you'd like to install a specific version,
you can pass it here and below. -->
<!--<param name="VERSION" value="-0.9.3-6.el6eng"/>-->
</params>
</task>
<task name="/distribution/beaker/dogfood" role="STANDLONE">
<params>
<param name="RHTS_OPTION_STRONGER_AVC" value=""/>
<param name="BEAKER_SKIP_INIT_DB" value=""/>
<!--<param name="VERSION" value="-0.9.3-6.el6eng"/>-->
</params>
</task>
</recipe>
</recipeSet>
</job>