Skip to content

Conversation

adilGhaffarDev
Copy link
Member

@adilGhaffarDev adilGhaffarDev commented Mar 27, 2025

What this PR does / why we need it:
Update e2e tests to use capi v1.10.0-beta.1.
uplift go mods to v1.10.0-beta.1

This is also removing shared/main/metadata.yaml from e2e tests, this is not used anywhere because we don't test capi main, it is just confusing. We can add it again if we decide to test capi main.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@metal3-io-bot metal3-io-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 27, 2025
@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main

@adilGhaffarDev
Copy link
Member Author

/test ?

@metal3-io-bot
Copy link
Contributor

@adilGhaffarDev: The following commands are available to trigger required jobs:

/test build
/test generate
/test gomod
/test manifestlint
/test markdownlint
/test metal3-centos-e2e-integration-test-main
/test metal3-ubuntu-e2e-integration-test-main
/test shellcheck
/test test
/test unit

The following commands are available to trigger optional jobs:

/test metal3-centos-e2e-basic-test-main
/test metal3-centos-e2e-feature-test-main-features
/test metal3-centos-e2e-feature-test-main-pivoting
/test metal3-centos-e2e-feature-test-main-remediation
/test metal3-centos-e2e-feature-test-main-scalability
/test metal3-e2e-1-29-1-30-upgrade-test-main
/test metal3-e2e-clusterctl-upgrade-test-main
/test metal3-ubuntu-e2e-basic-test-main
/test metal3-ubuntu-e2e-feature-test-main-features
/test metal3-ubuntu-e2e-feature-test-main-pivoting
/test metal3-ubuntu-e2e-feature-test-main-remediation

Use /test all to run the following jobs that were automatically triggered:

build
generate
gomod
manifestlint
shellcheck
unit

In response to this:

/test ?

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-basic-test-main

/test metal3-centos-e2e-feature-test-main-features

/test metal3-centos-e2e-feature-test-main-pivoting

/test metal3-centos-e2e-feature-test-main-remediation

@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-feature-test-main-features

Comment on lines 20 to 28
- name: "{go://sigs.k8s.io/cluster-api@latest-v1.10}"
value: "https://storage.googleapis.com/k8s-staging-cluster-api/components/{go://sigs.k8s.io/cluster-api@latest-v1.10}/core-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "../data/shared/v1.10/metadata.yaml"
replacements:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we should add also the bootstrap and control-plane providers?
Also, could we remove some of the older versions? Do we need v1.5 for example?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@adilGhaffarDev adilGhaffarDev force-pushed the bump-capi-1.10beta0-e2e/adil branch from dcd7e97 to 8c84fab Compare March 28, 2025 12:42
@metal3-io-bot metal3-io-bot added needs-rebase Indicates that a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 28, 2025
@adilGhaffarDev adilGhaffarDev force-pushed the bump-capi-1.10beta0-e2e/adil branch from 8c84fab to 76c5dec Compare March 28, 2025 12:48
@metal3-io-bot metal3-io-bot removed the needs-rebase Indicates that a PR cannot be merged because it has merge conflicts with HEAD. label Mar 28, 2025
@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main
/test metal3-centos-e2e-feature-test-main-features

/test metal3-centos-e2e-feature-test-main-pivoting

@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-feature-test-main-pivoting

@adilGhaffarDev
Copy link
Member Author

/cc @kashifest @lentzi90

@kashifest
Copy link
Member

beta.1 was released last week, perhaps we shall use that ? https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.10.0-beta.1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please keep the indent style? It would be much easier to see what changed and we try to stick to the same style everywhere

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think now all of them are fixed, please check. let me know if anything is missed.

loadBehavior: mustLoad
- name: quay.io/metal3-io/ip-address-manager:latest
loadBehavior: mustLoad
# Use local dev images built source tree;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We used k8s indents, so what it was before. Reconfigure your yaml formatter.

@adilGhaffarDev adilGhaffarDev force-pushed the bump-capi-1.10beta0-e2e/adil branch 4 times, most recently from fc19550 to d3f6128 Compare April 2, 2025 11:11
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
@adilGhaffarDev adilGhaffarDev force-pushed the bump-capi-1.10beta0-e2e/adil branch from d3f6128 to 3e5ea19 Compare April 3, 2025 14:49
@adilGhaffarDev adilGhaffarDev changed the title 🌱 Update e2e tests to use capi v1.10.0-beta.0 🌱 Update e2e tests to use capi v1.10.0-beta.1 and uplift go mods to v1.10.0-beta.1 Apr 3, 2025
@adilGhaffarDev
Copy link
Member Author

/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main

Copy link
Member

@tuminoid tuminoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2025
Copy link
Member

@lentzi90 lentzi90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lentzi90

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2025
@metal3-io-bot metal3-io-bot merged commit 31eeded into metal3-io:main Apr 4, 2025
25 checks passed
@metal3-io-bot metal3-io-bot deleted the bump-capi-1.10beta0-e2e/adil branch April 4, 2025 05:25
@metal3-io-bot metal3-io-bot added this to the CAPM3 - v1.10 milestone Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants