forked from beaker-project/beaker-project.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Styk <[email protected]>
- Loading branch information
1 parent
2747341
commit 2d88d82
Showing
1 changed file
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,52 @@ | ||
<job retention_tag="scratch"> | ||
<whiteboard> | ||
beaker dogfood | ||
Beaker Dogfood RHEL 7 | ||
</whiteboard> | ||
<recipeSet> | ||
<recipe ks_meta="selinux=disabled"> | ||
<recipe whiteboard="Nose Tests" role="None" ks_meta="harness=restraint-rhts selinux=--disabled" kernel_options="" kernel_options_post=""> | ||
<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, | ||
<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_repo_harness" url="http://beaker-project.org/yum/harness/RedHatEnterpriseLinux6/" /> | ||
<repo name="beaker-project-harness" url="https://beaker-project.org/yum/harness-testing/RedHatEnterpriseLinux7/"/> | ||
</repos> | ||
<distroRequires> | ||
<distro_name op="=" value="RHEL-6.3"/> | ||
<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="1000" /> | ||
<system_type value="Machine" /> | ||
<memory op=">=" value="4000" /> | ||
</hostRequires> | ||
<task name="/distribution/install" role="STANDALONE"/> | ||
<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_STRONGER_AVC" value=""/> | ||
<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, | ||
<!-- 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"/>--> | ||
<param name="VERSION" value="-27.4.el7bkr"/> | ||
<!--<param name="EXPECT_BEAKER_GIT_BUILD" value="1"/>--> | ||
</params> | ||
</task> | ||
<task name="/distribution/beaker/dogfood" role="STANDLONE"> | ||
<task name="/distribution/beaker/dogfood" role="STANDALONE"> | ||
<params> | ||
<param name="RHTS_OPTION_STRONGER_AVC" value=""/> | ||
<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> | ||
</task> | ||
</recipe> | ||
</recipeSet> | ||
</job> |