summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-17 22:51:23 +0200
committerGitHub <noreply@github.com>2019-06-17 22:51:23 +0200
commite639a8fa3b8f1f00075f18fffb724601a6c73be1 (patch)
treea1520b95b34faba3ed5eab2fb9f0e5118afd7ee3 /.cirrus.yml
parent6ee0f3e99f3df1c45ed6c9e33a1b0de0a06cd560 (diff)
parentd6f436204f0c8c6ef4986c1b8ccff123f300cb34 (diff)
downloadpodman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.tar.gz
podman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.tar.bz2
podman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.zip
Merge pull request #2947 from edsantiago/bats_in_cirrus
run BATS tests in Cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4b3b6f626..3b1c60638 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -278,6 +278,7 @@ testing_task:
setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}'
unit_test_script: '$SCRIPT_BASE/unit_test.sh |& ${TIMESTAMP}'
integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}'
+ system_test_script: '$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}'
on_failure:
failed_master_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_master_failure.sh'
@@ -311,6 +312,7 @@ special_testing_rootless_task:
setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}'
integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}'
+ system_test_script: '$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}'
on_failure:
failed_master_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_master_failure.sh'