-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test cluster chart PR #410 #986
Conversation
Note As this is a draft PR no triggers from the PR body will be handled. If you'd like to trigger them while draft please add them as a PR comment. |
There were differences in the rendered Helm template, please check! Output
|
/run cluster-test-suites |
1 similar comment
/run cluster-test-suites |
Closing this pull request after closing/merging cluster chart pull request. |
Oh No! 😱 At least one test suite has failed during the Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources: PIPELINE_RUN="pr-cluster-aws-986-cluster-test-suitess7xsg"
NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null |
cluster-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a |
Oh No! 😱 At least one test suite has failed during the Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources: PIPELINE_RUN="pr-cluster-aws-986-cluster-test-suiteskwskx"
NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null |
cluster-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a |
Warning
DO NOT MERGE! This PR has been created automatically by @taylorbot on behalf of Gerald Pape (@ubergesundheit).
Changes
Update the cluster chart version from
1.7.0
to1.7.0-8d6bb1ac63dc13f036be87dd0e7e53abc0aac489
in order to test @ubergesundheit's cluster chart pull request giantswarm/cluster#410.Cluster chart pull request title:
Set install and upgrade retries of HelmReleases to -1
.Testing
Please comment this pull request with
/run cluster-test-suites
in order to run e2e tests.