diff options
author | Chris Evich <cevich@redhat.com> | 2021-01-14 09:40:01 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-01-14 09:40:01 -0500 |
commit | 7490402fab794391b76da544c3315e18c9438433 (patch) | |
tree | da69d9647b175e5207ada4c7f89decd9c706f65b | |
parent | 9f50d486f3a9965df3fe90c1f46fccda96053a82 (diff) | |
download | podman-7490402fab794391b76da544c3315e18c9438433.tar.gz podman-7490402fab794391b76da544c3315e18c9438433.tar.bz2 podman-7490402fab794391b76da544c3315e18c9438433.zip |
Cirrus: Upd. ext. service check host list
Since CI doesn't depend heavily on installing packages at runtime
(there is some minor use) there's no need to exhaustively check
repository mirror hosts. Remove them from the list.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | contrib/cirrus/required_host_ports.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/cirrus/required_host_ports.txt b/contrib/cirrus/required_host_ports.txt index 140e2c32f..9248e497a 100644 --- a/contrib/cirrus/required_host_ports.txt +++ b/contrib/cirrus/required_host_ports.txt @@ -2,13 +2,3 @@ github.com 22 docker.io 443 quay.io 443 registry.fedoraproject.org 443 -mirrors.fedoraproject.org 443 -dl.fedoraproject.org 443 -ewr.edge.kernel.org 443 -mirror.clarkson.edu 443 -mirror.umd.edu 443 -mirror.vcu.edu 443 -mirrors.cat.pdx.edu 443 -pubmirror1.math.uh.edu 443 -pubmirror2.math.uh.edu 443 -sjc.edge.kernel.org 443 |