mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Fix freebsd indentation + enable release-testing tasks
**Depends on:** - https://github.com/containers/podman/pull/21551 - https://github.com/containers/podman/pull/21562 - https://github.com/containers/podman/pull/21564 Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
71
.cirrus.yml
71
.cirrus.yml
@ -487,6 +487,7 @@ osx_alt_build_task:
|
||||
always:
|
||||
task_cleanup_script: *mac_cleanup
|
||||
|
||||
|
||||
# Build freebsd release natively on a FreeBSD VM.
|
||||
freebsd_alt_build_task:
|
||||
name: "FreeBSD Cross"
|
||||
@ -1203,22 +1204,22 @@ artifacts_task:
|
||||
|
||||
# When a new tag is pushed, confirm that the code and commits
|
||||
# meet criteria for an official release.
|
||||
#release_task:
|
||||
# name: "Verify Release"
|
||||
# alias: release
|
||||
# # This should _only_ run for new tags
|
||||
# # Docs: ./contrib/cirrus/CIModes.md
|
||||
# only_if: $CIRRUS_TAG != ''
|
||||
# depends_on:
|
||||
# - build
|
||||
# - success
|
||||
# gce_instance: *standardvm
|
||||
# env:
|
||||
# <<: *stdenvars
|
||||
# TEST_FLAVOR: release
|
||||
# clone_script: *get_gosrc
|
||||
# setup_script: *setup
|
||||
# main_script: *main
|
||||
release_task:
|
||||
name: "Verify Release"
|
||||
alias: release
|
||||
# This should _only_ run for new tags
|
||||
# Docs: ./contrib/cirrus/CIModes.md
|
||||
only_if: $CIRRUS_TAG != ''
|
||||
depends_on:
|
||||
- build
|
||||
- success
|
||||
gce_instance: *standardvm
|
||||
env:
|
||||
<<: *stdenvars
|
||||
TEST_FLAVOR: release
|
||||
clone_script: *get_gosrc
|
||||
setup_script: *setup
|
||||
main_script: *main
|
||||
|
||||
|
||||
# When preparing to release a new version, this task may be manually
|
||||
@ -1227,22 +1228,22 @@ artifacts_task:
|
||||
#
|
||||
# Note: This cannot use a YAML alias on 'release_task' as of this
|
||||
# comment, it is incompatible with 'trigger_type: manual'
|
||||
#release_test_task:
|
||||
# name: "Optional Release Test"
|
||||
# alias: release_test
|
||||
# # Release-PRs always include "release" or "Bump" in the title
|
||||
# # Docs: ./contrib/cirrus/CIModes.md
|
||||
# only_if: $CIRRUS_CHANGE_TITLE =~ '.*((release)|(bump)).*'
|
||||
# # Allow running manually only as part of release-related builds
|
||||
# # see RELEASE_PROCESS.md
|
||||
# trigger_type: manual
|
||||
# depends_on:
|
||||
# - build
|
||||
# - success
|
||||
# gce_instance: *standardvm
|
||||
# env:
|
||||
# <<: *stdenvars
|
||||
# TEST_FLAVOR: release
|
||||
# clone_script: *get_gosrc
|
||||
# setup_script: *setup
|
||||
# main_script: *main
|
||||
release_test_task:
|
||||
name: "Optional Release Test"
|
||||
alias: release_test
|
||||
# Release-PRs always include "release" or "Bump" in the title
|
||||
# Docs: ./contrib/cirrus/CIModes.md
|
||||
only_if: $CIRRUS_CHANGE_TITLE =~ '.*((release)|(bump)).*'
|
||||
# Allow running manually only as part of release-related builds
|
||||
# see RELEASE_PROCESS.md
|
||||
trigger_type: manual
|
||||
depends_on:
|
||||
- build
|
||||
- success
|
||||
gce_instance: *standardvm
|
||||
env:
|
||||
<<: *stdenvars
|
||||
TEST_FLAVOR: release
|
||||
clone_script: *get_gosrc
|
||||
setup_script: *setup
|
||||
main_script: *main
|
||||
|
Reference in New Issue
Block a user