Skip to content
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

Update module github.com/giantswarm/clustertest to v1.32.0 #585

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/giantswarm/clustertest v1.31.0 -> v1.32.0 age adoption passing confidence

Trigger E2E tests:

/run cluster-test-suites


Release Notes

giantswarm/clustertest (github.com/giantswarm/clustertest)

v1.32.0

Compare Source

Fixed
  • Improved error message when KubeConfig data not populated
Added
  • Added AreNoPodsCrashLooping wait function to check for pods with containers restarting too much

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 6, 2025 18:08
@renovate renovate bot added dependencies renovate This is an automated PR by RenovateBot labels Jan 6, 2025
Copy link
Contributor Author

renovate bot commented Jan 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/containerd/containerd v1.7.21 -> v1.7.23
github.com/containerd/errdefs v0.1.0 -> v0.3.0
github.com/cyphar/filepath-securejoin v0.3.3 -> v0.3.4
github.com/mittwald/go-helm-client v0.12.14 -> v0.12.16
golang.org/x/oauth2 v0.24.0 -> v0.25.0
helm.sh/helm/v3 v3.16.1 -> v3.16.4
k8s.io/cli-runtime v0.31.3 -> v0.32.0
k8s.io/kubectl v0.31.3 -> v0.32.0

@Gacko Gacko enabled auto-merge (squash) January 6, 2025 18:17
@tinkerers-ci
Copy link

tinkerers-ci bot commented Jan 6, 2025

Oh No! 😱 At least one test suite has failed during the AfterSuite cleanup stage and might have left around some resources on the MC!

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-test-suites-585-cluster-test-suiteslkvl5"

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

@tinkerers-ci
Copy link

tinkerers-ci bot commented Jan 6, 2025

cluster-test-suites

Run name pr-cluster-test-suites-585-cluster-test-suiteslkvl5
Commit SHA ee8a821
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@Gacko Gacko added the skip/ci Instructs pr-gatekeeper to ignore any required PR checks label Jan 6, 2025
@Gacko Gacko merged commit bd2bea3 into main Jan 6, 2025
3 of 4 checks passed
@Gacko Gacko deleted the renovate/test-framework branch January 6, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate This is an automated PR by RenovateBot skip/ci Instructs pr-gatekeeper to ignore any required PR checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant