diff --git a/.github/workflows/pr_verified.yaml b/.github/workflows/pr_verified.yaml index 7a9c8411d0..c2906cd6af 100644 --- a/.github/workflows/pr_verified.yaml +++ b/.github/workflows/pr_verified.yaml @@ -54,7 +54,6 @@ jobs: with: name: minikube_binaries path: out - pkg_install_amd64: needs: [ build_minikube ] runs-on: ubuntu-18.04 @@ -143,7 +142,6 @@ 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 - pkg_install_arm64: needs: [ build_minikube ] runs-on: [ self-hosted, arm64 ] @@ -232,8 +230,7 @@ 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 - - addons_certs_docker_ubuntu: + addons_certs_docker_ubuntu: runs-on: ubuntu-18.04 env: TIME_ELAPSED: time @@ -805,7 +802,6 @@ jobs: if [ "$numFail" -gt 0 ];then echo "*** $numFail Failed ***";exit 2;fi if [ "$numPass" -eq 0 ];then echo "*** 0 Passed! ***";exit 2;fi if [ "$numPass" -lt 9 ];then echo "*** Failed to pass at least 9 ! ***";exit 2;fi - # After all integration tests finished # collect all the reports and upload them upload_all_reports: