mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #3142 from cevich/confirm_networking
Cirrus: Confirm networking is working
This commit is contained in:
@ -123,6 +123,9 @@ gating_task:
|
||||
|
||||
timeout_in: 20m
|
||||
|
||||
networking_script: # Don't bother going further if something is down
|
||||
- 'while read host port; do nc -zv -w 13 $host $port || exit 1; done < ${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/required_host_ports.txt'
|
||||
|
||||
gate_script:
|
||||
# N/B: entrypoint.sh resets $GOSRC (same as make clean)
|
||||
- '/usr/local/bin/entrypoint.sh install.tools |& ${TIMESTAMP}'
|
||||
|
4
contrib/cirrus/required_host_ports.txt
Normal file
4
contrib/cirrus/required_host_ports.txt
Normal file
@ -0,0 +1,4 @@
|
||||
github.com 22
|
||||
docker.io 443
|
||||
quay.io 443
|
||||
registry.fedoraproject.org 443
|
Reference in New Issue
Block a user