From d6774860e98ac9bb82bcb2f3e8cbae7bf7b6bd62 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 19 Apr 2021 12:43:38 -0700 Subject: [PATCH] gh job --- .github/workflows/master.yml | 19 ++++--------------- .github/workflows/pr.yml | 8 -------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2014e8a220..8116e37087 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -959,23 +959,18 @@ jobs: if [ "$numPass" -eq 0 ];then echo "*** 0 Passed! ***";exit 2;fi if [ "$numPass" -lt 0 ];then echo "*** Failed to pass at least 20! ***";exit 2;fi if [ "$numPass" -eq 0 ];then echo "*** Passed! ***";exit 0;fi - # After all integration tests finished # collect all the reports and upload them + # After all integration tests finished + # collect all the reports and upload them upload_all_reports: if: always() needs: [ functional_docker_ubuntu, + functional_docker_ubuntu_arm64, functional_virtualbox_macos, functional_docker_windows, functional_hyperv_windows, functional_baremetal_ubuntu18_04, - functional_docker_ubuntu_arm64, - addons_certs_docker_ubuntu, - addons_certs_virtualbox_macos, - multinode_docker_ubuntu, - multinode_virtualbox_macos, - preload_dockerflags_docker_ubuntu, - pause_preload_dockerflags_virtualbox_macos, ] runs-on: ubuntu-18.04 steps: @@ -988,17 +983,11 @@ jobs: mkdir -p all_reports ls -lah cp -r ./functional_docker_ubuntu ./all_reports/ + cp -r ./functional_docker_ubuntu_arm64 ./all_reports/ cp -r ./functional_virtualbox_macos ./all_reports/ cp -r ./functional_docker_windows ./all_reports/ cp -r ./functional_hyperv_windows ./all_reports/ cp -r ./functional_baremetal_ubuntu18_04 ./all_reports/ - cp -r ./functional_docker_ubuntu_arm64 ./all_reports/ - cp -r ./addons_certs_docker_ubuntu ./all_reports/ - cp -r ./addons_certs_virtualbox_macos ./all_reports/ - cp -r ./multinode_docker_ubuntu ./all_reports/ - cp -r ./multinode_virtualbox_macos ./all_reports/ - cp -r ./preload_dockerflags_docker_ubuntu ./all_reports/ - cp -r ./pause_preload_dockerflags_virtualbox_macos ./all_reports/ - uses: actions/upload-artifact@v1 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 59688f12fd..32fafa7724 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -969,14 +969,6 @@ jobs: functional_docker_windows, functional_hyperv_windows, functional_baremetal_ubuntu18_04, - scheduled_stop_docker_windows, - scheduled_stop_hyperv_windows, - addons_certs_docker_ubuntu, - addons_certs_virtualbox_macos, - multinode_docker_ubuntu, - multinode_virtualbox_macos, - preload_dockerflags_docker_ubuntu, - pause_preload_dockerflags_virtualbox_macos, ] runs-on: ubuntu-18.04 steps: