-
Notifications
You must be signed in to change notification settings - Fork 8
/
sample-dogfood-job.xml
52 lines (52 loc) · 2.62 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
43
44
45
46
47
48
49
50
51
52
<job retention_tag="scratch">
<whiteboard>
Beaker Dogfood RHEL 7
</whiteboard>
<recipeSet>
<recipe whiteboard="Nose Tests" role="None" ks_meta="harness=restraint-rhts selinux=--disabled" kernel_options="" kernel_options_post="">
<repos>
<repo name="beaker-project-server" url="https://beaker-project.org/yum/server-testing/RedHatEnterpriseLinux7/"/>
<!-- 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-project-harness" url="https://beaker-project.org/yum/harness-testing/RedHatEnterpriseLinux7/"/>
</repos>
<distroRequires>
<distro_family op="=" value="RedHatEnterpriseLinux7" />
<distro_arch op="=" value="x86_64" />
<distro_variant op="=" value="Server" />
</distroRequires>
<hostRequires>
<system_type value="Machine" />
<memory op=">=" value="4000" />
</hostRequires>
<task name="/distribution/check-install" role="STANDALONE">
<params>
<param name="RHTS_OPTION_COMPATIBLE" value=""/>
<param name="RHTS_OPTION_COMPAT_SERVICE" value=""/>
</params>
</task>
<task name="/distribution/beaker/setup" role="STANDALONE">
<params>
<param name="RHTS_OPTION_COMPATIBLE" value=""/>
<param name="RHTS_OPTION_COMPAT_SERVICE" 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="-27.4.el7bkr"/>
<!--<param name="EXPECT_BEAKER_GIT_BUILD" value="1"/>-->
</params>
</task>
<task name="/distribution/beaker/dogfood" role="STANDALONE">
<params>
<param name="RHTS_OPTION_COMPATIBLE" value=""/>
<param name="RHTS_OPTION_COMPAT_SERVICE" value=""/>
<param name="BEAKER_SKIP_INIT_DB" value=""/>
<param name="PACKAGES_TO_TEST" value="bkr.inttest"/>
<!--<param name="VERSION" value="-0.9.3-6.el6eng"/>-->
<!--<param name="EXPECT_BEAKER_GIT_BUILD" value="1"/>-->
</params>
</task>
</recipe>
</recipeSet>
</job>