VERSION=v1.1.0 ./hack/install_bats.sh
Cloning into '/tmp/tmp.WsaMSX61iB'...
fatal: unable to access 'https://github.com/bats-core/bats-core/': Failed to connect to github.com port 443: Connection timed out
make: *** [Makefile:842: .install.bats] Error 128
From one of my PRs: https://cirrus-ci.com/task/4733813895987200
To prevent flakes bats should be in the VM images and not installed at runtime.
bats should available in both fedora and debian repos,
on fedora v1.7.0 is available and on ubuntu (21.10/22.04) v1.2.1 https://packages.ubuntu.com/search?keywords=bats
Given that the CI script installs v1.1.0 for our testing using the packaged version should just work?
@edsantiago @cevich PTAL
From one of my PRs: https://cirrus-ci.com/task/4733813895987200
To prevent flakes bats should be in the VM images and not installed at runtime.
bats should available in both fedora and debian repos,
on fedora v1.7.0 is available and on ubuntu (21.10/22.04) v1.2.1 https://packages.ubuntu.com/search?keywords=bats
Given that the CI script installs v1.1.0 for our testing using the packaged version should just work?
@edsantiago @cevich PTAL