add info to all virtualbox tests

pull/8683/head
Medya Gh 2020-07-08 14:48:01 -07:00
parent 5e940bc230
commit f36ef0ea89
2 changed files with 24 additions and 0 deletions

View File

@ -836,6 +836,12 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Run Integration Test
continue-on-error: true
# bash {0} to allow test to continue to next step. in case of
@ -994,6 +1000,12 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Run Integration Test
continue-on-error: false
# bash {0} to allow test to continue to next step. in case of

View File

@ -834,6 +834,12 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Run Integration Test
continue-on-error: true
# bash {0} to allow test to continue to next step. in case of
@ -992,6 +998,12 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Run Integration Test
continue-on-error: false
# bash {0} to allow test to continue to next step. in case of