mirror of
https://github.com/containers/podman.git
synced 2025-10-18 11:42:55 +08:00
cirrus: Add bash-completion support
This is fairly standard thing to have on a user's workstation, supported by podman. When installed in a VM image, then it's useful for debugging with `hack/get_ci_vm.sh` at the cost of a minor increase in disk-space. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -30,7 +30,7 @@ env:
|
|||||||
####
|
####
|
||||||
#### Cache-image names to test with (double-quotes around names are critical)
|
#### Cache-image names to test with (double-quotes around names are critical)
|
||||||
###
|
###
|
||||||
_BUILT_IMAGE_SUFFIX: "libpod-5664838702858240"
|
_BUILT_IMAGE_SUFFIX: # FIXME
|
||||||
FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}"
|
FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}"
|
||||||
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-29-${_BUILT_IMAGE_SUFFIX}"
|
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-29-${_BUILT_IMAGE_SUFFIX}"
|
||||||
SPECIAL_FEDORA_CACHE_IMAGE_NAME: "xfedora-30-${_BUILT_IMAGE_SUFFIX}"
|
SPECIAL_FEDORA_CACHE_IMAGE_NAME: "xfedora-30-${_BUILT_IMAGE_SUFFIX}"
|
||||||
@ -622,9 +622,7 @@ verify_test_built_images_task:
|
|||||||
integration_test_script: >-
|
integration_test_script: >-
|
||||||
[[ "$PACKER_BUILDER_NAME" == "xfedora-30" ]] || \
|
[[ "$PACKER_BUILDER_NAME" == "xfedora-30" ]] || \
|
||||||
$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}
|
$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}
|
||||||
build_release_script: >-
|
build_release_script: '$SCRIPT_BASE/build_release.sh |& ${TIMESTAMP}'
|
||||||
[[ "$PACKER_BUILDER_NAME" == "xfedora-30" ]] || \
|
|
||||||
$SCRIPT_BASE/build_release.sh |& ${TIMESTAMP}
|
|
||||||
system_test_script: >-
|
system_test_script: >-
|
||||||
[[ "$PACKER_BUILDER_NAME" == "xfedora-30" ]] || \
|
[[ "$PACKER_BUILDER_NAME" == "xfedora-30" ]] || \
|
||||||
$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}
|
$SCRIPT_BASE/system_test.sh |& ${TIMESTAMP}
|
||||||
|
@ -26,6 +26,7 @@ ooe.sh sudo dnf install -y \
|
|||||||
atomic-registries \
|
atomic-registries \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
bash-completion \
|
||||||
bats \
|
bats \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
btrfs-progs-devel \
|
btrfs-progs-devel \
|
||||||
|
@ -41,6 +41,7 @@ $BIGTO $SUDOAPTGET install \
|
|||||||
aufs-tools \
|
aufs-tools \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
bash-completion \
|
||||||
bats \
|
bats \
|
||||||
bison \
|
bison \
|
||||||
btrfs-tools \
|
btrfs-tools \
|
||||||
|
Reference in New Issue
Block a user