diff options
author | Chris Evich <cevich@redhat.com> | 2022-05-26 11:23:53 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-05-26 11:23:53 -0400 |
commit | 8c1128db4b43685a51634262cc8945a16297b898 (patch) | |
tree | d9a3a4d9cf70a8b74e49997627b0b9d58f16e5d0 /contrib/cirrus/lib.sh | |
parent | e3663fbd7a9b96095edf3771000ba77892578bb5 (diff) | |
download | podman-8c1128db4b43685a51634262cc8945a16297b898.tar.gz podman-8c1128db4b43685a51634262cc8945a16297b898.tar.bz2 podman-8c1128db4b43685a51634262cc8945a16297b898.zip |
Cirrus: Fix several TODOs
Most were simply deleted, the main one addressed is in the
"pre-testing" `ext_svc_check.sh` script. It will now verify
accessibility of several key test images we maintain in `quay.io`.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index 5d3e43c50..724f7c3d5 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -225,11 +225,6 @@ use_netavark() { export NETWORK_BACKEND=netavark # needed for install_test_configs() msg "Removing any/all CNI configuration" rm -rvf /etc/cni/net.d/* - - # TODO: Remove this when netavark/aardvark-dns development slows down - warn "Updating netavark/aardvark-dns to avoid frequent VM image rebuilds" - # N/B: This is coming from updates-testing repo in F36 - lilto dnf update -y netavark aardvark-dns } # Remove all files provided by the distro version of podman. |