diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-14 11:01:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 11:01:14 -0800 |
commit | c086118fca59600de49ba12035fef47f45e23286 (patch) | |
tree | afccd16e51b6170727ce2a5970f834610adde39e /contrib/cirrus/unit_test.sh | |
parent | 93b5ccfe94f3f180542f045a92f14b8d2368e73e (diff) | |
parent | a1a5f3ba515e54bad3364ab175d86906d0756044 (diff) | |
download | podman-c086118fca59600de49ba12035fef47f45e23286.tar.gz podman-c086118fca59600de49ba12035fef47f45e23286.tar.bz2 podman-c086118fca59600de49ba12035fef47f45e23286.zip |
Merge pull request #1969 from cevich/two_fedoras_rhels
Cirrus: Migrate PAPR testing of F28 to Cirrus
Diffstat (limited to 'contrib/cirrus/unit_test.sh')
-rwxr-xr-x | contrib/cirrus/unit_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh index e5b167e79..61d9dc73d 100755 --- a/contrib/cirrus/unit_test.sh +++ b/contrib/cirrus/unit_test.sh @@ -20,6 +20,7 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in make "BUILDTAGS=$BUILDTAGS" ;; fedora-29) ;& # Continue to the next item + fedora-28) ;& centos-7) ;& rhel-7) make install.tools |