Skip to content

Commit 97df730

Browse files
author
Kazuyoshi Kato
committed
gha: collect Vagrant VMs' IP addresses
To investigate #5748, this change collects Vagrant VMs' IP addresses. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 3393970 commit 97df730

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)