Merge pull request #3142 from cevich/confirm_networking

Cirrus: Confirm networking is working
This commit is contained in:
OpenShift Merge Robot
2019-05-17 21:38:14 +02:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@ -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}'

View File

@ -0,0 +1,4 @@
github.com 22
docker.io 443
quay.io 443
registry.fedoraproject.org 443