diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-23 14:36:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 14:36:30 +0100 |
commit | b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c (patch) | |
tree | 42a109134c187be1938e7cbd01655b3e1024f29e /.cirrus.yml | |
parent | e34ec617a3ea5758a173579b879897a52fbd1c60 (diff) | |
parent | 9215eb03316099801dc7600e32affc4e7fa4df67 (diff) | |
download | podman-b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c.tar.gz podman-b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c.tar.bz2 podman-b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c.zip |
Merge pull request #5479 from cevich/auto_release
Cirrus: Disable non-docs release processing
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c44277b05..3f3ab2ff4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -420,9 +420,6 @@ testing_task: integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP} | ${LOGFORMAT} integration_test' system_test_script: '$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP} | ${LOGFORMAT} system_test' apiv2_test_script: '$SCRIPT_BASE/apiv2_test.sh |& ${TIMESTAMP} | ${LOGFORMAT} apiv2_test' - build_release_script: '$SCRIPT_BASE/build_release.sh |& ${TIMESTAMP}' - # For PRs this confirms uploading releases after merge, is functional. - upload_release_archive_script: '$SCRIPT_BASE/upload_release_archive.sh |& ${TIMESTAMP}' # When examining a particular run, provide convenient access to release files. tar_artifacts: @@ -552,7 +549,6 @@ special_testing_cross_task: networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' build_release_script: '$SCRIPT_BASE/build_release.sh |& ${TIMESTAMP}' - upload_release_archive_script: '$SCRIPT_BASE/upload_release_archive.sh |& ${TIMESTAMP}' on_failure: failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh' @@ -697,7 +693,6 @@ verify_test_built_images_task: # "probably" work. A full round of testing will happen again after $*_CACHE_IMAGE_NAME # are updated in this or another PR (w/o '***CIRRUS: TEST IMAGES***'). integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}' - build_release_script: '$SCRIPT_BASE/build_release.sh |& ${TIMESTAMP}' system_test_script: '$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}' always: |