gha: collect Vagrant VMs' IP addresses
To investigate #5748, this change collects Vagrant VMs' IP addresses. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
3393970dd7
commit
97df73004e
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -499,6 +499,11 @@ jobs:
|
|||||||
SELINUX: Enforcing
|
SELINUX: Enforcing
|
||||||
REPORT_DIR: /tmp/critestreport
|
REPORT_DIR: /tmp/critestreport
|
||||||
run: vagrant up --provision-with=selinux,install-runc,install-gotestsum,test-cri
|
run: vagrant up --provision-with=selinux,install-runc,install-gotestsum,test-cri
|
||||||
|
|
||||||
|
- name: Collect the VM's IP address for Docker Hub's throttling issue
|
||||||
|
if: failure()
|
||||||
|
run: vagrant ssh -- curl https://api64.ipify.org/
|
||||||
|
|
||||||
- name: Get test reports
|
- name: Get test reports
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
@ -542,3 +547,7 @@ jobs:
|
|||||||
# Execute rootless podman to create the UserNS env
|
# Execute rootless podman to create the UserNS env
|
||||||
vagrant ssh -- podman build --target cri-in-userns -t cri-in-userns -f /vagrant/contrib/Dockerfile.test /vagrant
|
vagrant ssh -- podman build --target cri-in-userns -t cri-in-userns -f /vagrant/contrib/Dockerfile.test /vagrant
|
||||||
vagrant ssh -- podman run --rm --privileged cri-in-userns
|
vagrant ssh -- podman run --rm --privileged cri-in-userns
|
||||||
|
|
||||||
|
- name: Collect the VM's IP address for Docker Hub's throttling issue
|
||||||
|
if: failure()
|
||||||
|
run: vagrant ssh -- curl https://api64.ipify.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user