diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-26 14:13:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 14:13:20 -0400 |
commit | 2ce31caa1c24406c7d890d43493101b61b11eabe (patch) | |
tree | e2a4889129d919923967c494e78a1b0fbb17109f /contrib/cirrus/lib.sh | |
parent | bf403c8d3f6e7ef0d24a394506d0665fec15a592 (diff) | |
parent | 8c1128db4b43685a51634262cc8945a16297b898 (diff) | |
download | podman-2ce31caa1c24406c7d890d43493101b61b11eabe.tar.gz podman-2ce31caa1c24406c7d890d43493101b61b11eabe.tar.bz2 podman-2ce31caa1c24406c7d890d43493101b61b11eabe.zip |
Merge pull request #14381 from cevich/fix_cirrus_todo
[CI:DOCS] Cirrus: Fix several TODOs
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. |