From f36ef0ea891b877d2e1cb4fb1ea4dfd451527505 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 8 Jul 2020 14:48:01 -0700 Subject: [PATCH] add info to all virtualbox tests --- .github/workflows/master.yml | 12 ++++++++++++ .github/workflows/pr.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 846ee5c4c5..a4149a5ea3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b2965bae35..1857259d58 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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