Skip to content

Commit

Permalink
Merge pull request #14719 from cevich/use_preinstalled_bats
Browse files Browse the repository at this point in the history
Cirrus: Use pre-installed bats
  • Loading branch information
openshift-merge-robot authored Jul 28, 2022
2 parents 5eb06e7 + a53a0fc commit 509ad42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
20 changes: 10 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ build_task:
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
# ID for re-use of build output
CI_DESIRED_RUNTIME: crun
#- env: &priorfedora_envvars
#DISTRO_NV: ${PRIOR_FEDORA_NAME}
#VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
#CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
#CI_DESIRED_RUNTIME: crun
#- env: &priorfedora_envvars
#DISTRO_NV: ${PRIOR_FEDORA_NAME}
#VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
#CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
#CI_DESIRED_RUNTIME: crun
- env: &ubuntu_envvars
DISTRO_NV: ${UBUNTU_NAME}
VM_IMAGE_NAME: ${UBUNTU_CACHE_IMAGE_NAME}
Expand Down Expand Up @@ -639,11 +639,11 @@ container_integration_test_task:
VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME}
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
CI_DESIRED_RUNTIME: crun
#- env:
#DISTRO_NV: ${PRIOR_FEDORA_NAME}
#_BUILD_CACHE_HANDLE: ${PRIOR_FEDORA_NAME}-build-${CIRRUS_BUILD_ID}
#VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
#CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
#- env:
#DISTRO_NV: ${PRIOR_FEDORA_NAME}
#_BUILD_CACHE_HANDLE: ${PRIOR_FEDORA_NAME}-build-${CIRRUS_BUILD_ID}
#VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
#CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
gce_instance: *standardvm
timeout_in: 90m
env:
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ install.systemd:
endif

.PHONY: install.tools
install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install needed tools
install.tools: .install.ginkgo .install.golangci-lint ## Install needed tools
make -C test/tools

.PHONY: .install.ginkgo
Expand All @@ -846,10 +846,6 @@ install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install n
make -C test/tools build/go-md2man ; \
fi

.PHONY: .install.bats
.install.bats:
VERSION=v1.1.0 ./hack/install_bats.sh

.PHONY: .install.pre-commit
.install.pre-commit:
if [ -z "$(PRE_COMMIT)" ]; then \
Expand Down
22 changes: 0 additions & 22 deletions hack/install_bats.sh

This file was deleted.

0 comments on commit 509ad42

Please sign in to comment.