Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created October 3, 2014 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitsaha/aebe0e782a47063e9270 to your computer and use it in GitHub Desktop.
Save amitsaha/aebe0e782a47063e9270 to your computer and use it in GitHub Desktop.
Beaker job: Fedora host, CentOS docker container
<job retention_tag="scratch">
<whiteboard>Run test in docker - Fedora host, CentOS 7 &quot;guest&quot;</whiteboard>
<recipeSet priority="Normal">
<recipe kernel_options="" kernel_options_post="" ks_meta="contained_harness harness_docker_base_image=centos:centos7 selinux=--disabled" role="None" whiteboard="">
<autopick random="false"/>
<watchdog panic="ignore"/>
<packages/>
<ks_appends/>
<repos>
<repo name="restraint" url="http://192.168.122.1:8000"/>
</repos>
<distroRequires>
<and>
<distro_family op="=" value="Fedora20"/>
<distro_variant op="=" value="Fedora"/>
<distro_name op="=" value="Fedora-20"/>
<distro_arch op="=" value="x86_64"/>
</and>
</distroRequires>
<hostRequires>
<system_type value="Machine"/>
</hostRequires>
<partitions/>
<task name="/restraint/true" role="None">
<fetch url="git://git.beaker-project.org/~asaha/restraint_tasks?master#true"/>
</task>
</recipe>
</recipeSet>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment