diff --git a/.github/workflows/test-on-pr.yaml b/.github/workflows/test-on-pr.yaml index 9507d5c5e..0453557e7 100644 --- a/.github/workflows/test-on-pr.yaml +++ b/.github/workflows/test-on-pr.yaml @@ -147,25 +147,30 @@ jobs: with: minikube version: 'v1.16.0' kubernetes version: 'v1.19.2' + - name: Check cluster info on minikube run: | kubectl cluster-info kubectl get pods -n kube-system + - name: Install Prometheus on minikube run: | echo Install Prometheus on minikube cd scripts ./prometheus_on_minikube.sh -as + - name: Test with manifest kruize build in crc mode run: | echo Test with manifest kruize build in crc mode echo "***************************************************************" cd tests ./test_autotune.sh -c minikube --testsuite=remote_monitoring_tests --testcase=test_e2e --resultsdir=${GITHUB_WORKSPACE} + - name: Capture ffdc logs if: always() run: | ./scripts/ffdc.sh -m crc -d ${GITHUB_WORKSPACE}/kruize_test_results + - name: Archive results if: always() run: |