diff --git a/.github/workflows/e2e-deployment-1.19.yaml b/.github/workflows/e2e-deployment-1.19.yaml index c67f45bd..f9a68670 100644 --- a/.github/workflows/e2e-deployment-1.19.yaml +++ b/.github/workflows/e2e-deployment-1.19.yaml @@ -95,7 +95,7 @@ jobs: export KUBECONFIG=/home/runner/.kube/config make ginkgo set +e - ./bin/ginkgo -timeout 60m -v --focus='Deployment canary rollout with Ingress' test/e2e + ./bin/ginkgo -timeout 60m -v --focus='V1->V2: Percentage 20%,40% and continuous release v3' test/e2e retVal=$? # kubectl get pod -n kruise-rollout --no-headers | grep manager | awk '{print $1}' | xargs kubectl logs -n kruise-rollout restartCount=$(kubectl get pod -n kruise-rollout --no-headers | awk '{print $4}') @@ -107,4 +107,5 @@ jobs: kubectl get pod -n kruise-rollout --no-headers| awk '{print $1}' | xargs kubectl logs -p -n kruise-rollout exit 1 fi + kubectl get pod -n kruise-rollout --no-headers| awk '{print $1}' | xargs kubectl logs -n kruise-rollout exit $retVal