Files
podman/.papr.yml
Daniel J Walsh 57599f0075 Fix up handling of environment variables
The way docker works is if a user specifies a non `-e Name=Value`, IE
just a `-e Name`, then the environment variable Name from the clients
OS.ENV is used.

Also by default Docker containers run with the HOSTNAME environment set
to the HOSTNAME specified for the container.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #21
Approved by: baude
2017-11-20 16:25:31 +00:00

27 lines
376 B
YAML

branches:
- master
- auto
- try
host:
distro: fedora/26/atomic
specs:
ram: 8192
required: true
timeout: 45m
tests:
- CRIO_ROOT=/var/tmp/checkout KPOD_BINARY=/usr/bin/kpod CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh
---
inherit: true
host:
distro: centos/7/atomic/smoketested
specs:
ram: 8192
context: centos/7/atomic/smoketested