未验证 提交 432d0936 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #8683 from medyagh/gh_info_mac

github action test: add info to virtualbox test
......@@ -194,6 +194,12 @@ jobs:
run: |
brew install docker-machine docker
sudo docker --version
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Download Binaries
uses: actions/download-artifact@v1
with:
......@@ -830,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
......@@ -988,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
......
......@@ -192,6 +192,12 @@ jobs:
run: |
brew install docker-machine docker
sudo docker --version
- name: Info
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
- name: Download Binaries
uses: actions/download-artifact@v1
with:
......@@ -828,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
......@@ -986,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册