metal3-io / cluster-api-provider-metal3

Metal³ integration with https://github.com/kubernetes-sigs/cluster-api
Apache License 2.0
208 stars 91 forks source link

clusterctl tests are failing #1832

Closed adilGhaffarDev closed 2 months ago

adilGhaffarDev commented 3 months ago

Which jobs are failing?

metal3-periodic-e2e-clusterctl-upgrade

Which tests are failing?

Since when has it been failing?

They started failing when we modified upgrade tests. Previously there was only the following tests:

Now we have upgrade for each supported branch:

Jenkins link

https://jenkins.nordix.org/view/Metal3%20Periodic/job/metal3-periodic-e2e-clusterctl-upgrade-test-main/

Reason for failure (if possible)

After adding the above tests we start seeing issues with the ironic and bmo versions. Due to which tests started failing

Anything else we need to know?

No response

Label(s) to be applied

/kind failing-test One or more /area label. See https://github.com/metal3-io/cluster-api-provider-metal3/labels for the list of labels.

adilGhaffarDev commented 3 months ago

PR for fix on the main branch is merged: https://github.com/metal3-io/cluster-api-provider-metal3/pull/1596 , it needs to be cherry-picked for previous branches. I am working on it.

Rozzii commented 2 months ago

/triage accepted

adilGhaffarDev commented 2 months ago

clusterctl tests are fixed on the main. 1.7 and 1.6 branches closing this issue as complete.