diff options
author | Chris Evich <cevich@redhat.com> | 2020-10-08 11:47:27 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-10-13 11:42:31 -0400 |
commit | 23087f77aedcc826dce877c59906dfdfd959ae45 (patch) | |
tree | e1b8ceccbe3cf20be425e73af3e0e05ff52e945e /contrib | |
parent | 7ad631b819d991559ba20e4728a6803a2546158f (diff) | |
download | podman-23087f77aedcc826dce877c59906dfdfd959ae45.tar.gz podman-23087f77aedcc826dce877c59906dfdfd959ae45.tar.bz2 podman-23087f77aedcc826dce877c59906dfdfd959ae45.zip |
Cirrus: Restore APIv2 Testing
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/runner.sh | 4 | ||||
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index bfac8e7cb..b97a696d9 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -62,6 +62,10 @@ function _run_unit() { make localunit } +function _run_apiv2() { + make localapiv2 |& logformatter +} + function _run_int() { dotest integration } diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 156c9b7b2..1b992711f 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -165,6 +165,7 @@ case "$TEST_FLAVOR" in docker-py) ;& build) make clean ;; unit) ;; + apiv2) ;& # use next item int) ;& sys) ;& bindings) ;& |