Cirrus: Add BATS package for all platforms

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2019-02-25 13:58:28 -05:00
parent 4b80517b6a
commit a810d96b6c
5 changed files with 8 additions and 4 deletions

View File

@ -27,11 +27,11 @@ env:
#### ####
#### Cache-image names to test with #### Cache-image names to test with
### ###
FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-7f4cd1f7" FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-d6d53e40"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-7f4cd1f7" PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-d6d53e40"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-84514d8b" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-d6d53e40"
# RHEL_CACHE_IMAGE_NAME: "rhel-8-notready" # RHEL_CACHE_IMAGE_NAME: "rhel-8-notready"
PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-libpod-7f4cd1f7" PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-libpod-d6d53e40"
# CENTOS_CACHE_IMAGE_NAME: "centos-7-notready" # CENTOS_CACHE_IMAGE_NAME: "centos-7-notready"
#### ####

View File

@ -27,6 +27,7 @@ ooe.sh sudo yum -y install centos-release-scl epel-release
ooe.sh sudo yum -y install \ ooe.sh sudo yum -y install \
PyYAML \ PyYAML \
atomic-registries \ atomic-registries \
bats \
btrfs-progs-devel \ btrfs-progs-devel \
bzip2 \ bzip2 \
device-mapper-devel \ device-mapper-devel \

View File

@ -26,6 +26,7 @@ ooe.sh sudo dnf update -y
ooe.sh sudo dnf install -y \ ooe.sh sudo dnf install -y \
atomic-registries \ atomic-registries \
bats \
btrfs-progs-devel \ btrfs-progs-devel \
bzip2 \ bzip2 \
device-mapper-devel \ device-mapper-devel \

View File

@ -33,6 +33,7 @@ ooe.sh sudo yum -y update
ooe.sh sudo yum -y install \ ooe.sh sudo yum -y install \
PyYAML \ PyYAML \
atomic-registries \ atomic-registries \
bats \
btrfs-progs-devel \ btrfs-progs-devel \
bzip2 \ bzip2 \
device-mapper-devel \ device-mapper-devel \

View File

@ -38,6 +38,7 @@ ooe.sh sudo -E apt-get -qq install \
apparmor \ apparmor \
autoconf \ autoconf \
automake \ automake \
bats \
bison \ bison \
btrfs-tools \ btrfs-tools \
build-essential \ build-essential \