File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -499,6 +499,11 @@ jobs:
499499 SELINUX : Enforcing
500500 REPORT_DIR : /tmp/critestreport
501501 run : vagrant up --provision-with=selinux,install-runc,install-gotestsum,test-cri
502+
503+ - name : Collect the VM's IP address for Docker Hub's throttling issue
504+ if : failure()
505+ run : vagrant ssh -- curl https://api64.ipify.org/
506+
502507 - name : Get test reports
503508 if : always()
504509 run : |
@@ -542,3 +547,7 @@ jobs:
542547 # Execute rootless podman to create the UserNS env
543548 vagrant ssh -- podman build --target cri-in-userns -t cri-in-userns -f /vagrant/contrib/Dockerfile.test /vagrant
544549 vagrant ssh -- podman run --rm --privileged cri-in-userns
550+
551+ - name : Collect the VM's IP address for Docker Hub's throttling issue
552+ if : failure()
553+ run : vagrant ssh -- curl https://api64.ipify.org/
You can’t perform that action at this time.
0 commit comments