Skip to content

Conversation

mtulio
Copy link
Contributor

@mtulio mtulio commented Sep 10, 2025

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 10, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 10, 2025

@mtulio: This pull request references SPLAT-2337 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set.

In response to this:

Added binary to the OTE of a project cloud-provider-aws.

Related to:

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link
Contributor

openshift-ci bot commented Sep 10, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 10, 2025
Copy link
Contributor

openshift-ci bot commented Sep 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mtulio
Once this PR has been reviewed and has the lgtm label, please assign neisw for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@mtulio mtulio force-pushed the SPLAT-2337-ote-ccm-aws branch from 62c9134 to 2d904d4 Compare September 17, 2025 14:41
Added binary to the OTE of a project cloud-provider-aws.
@mtulio
Copy link
Contributor Author

mtulio commented Sep 24, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

1 similar comment
@mtulio
Copy link
Contributor Author

mtulio commented Sep 24, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio
Copy link
Contributor Author

mtulio commented Sep 25, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

level=error msg=failed to fetch Cluster: failed to generate asset "Cluster": failed to create cluster: failed during pre-provisioning: failed to create IAM roles: failed to create master instance profile: operation error IAM: CreateInstanceProfile, exceeded maximum number of attempts, 3, https response error StatusCode: 400, RequestID: 5387c91e-05d7-4bf5-a24c-b09dc9d8293c, api error Throttling: Rate exceeded

CI Infra issue while installing cluster / creating IAM roles (I wonder if we need a backoff/retry improvement in that part) - testing again:

@mtulio
Copy link
Contributor Author

mtulio commented Sep 25, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

1 similar comment
@mtulio
Copy link
Contributor Author

mtulio commented Sep 25, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio mtulio marked this pull request as ready for review October 1, 2025 21:07
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 1, 2025
@openshift-ci openshift-ci bot requested review from deads2k and p0lyn0mial October 1, 2025 21:07
@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio mtulio marked this pull request as draft October 2, 2025 03:11
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 2, 2025
@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

Converting to draft, investigating issues on testwith in the original PR.

@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

I can build the image in ccm repo using the PR openshift/cloud-provider-aws#117 , let me try again.

$ make -f openshift-hack/Makefile image 
podman build \
	--authfile /home/me/.openshift/pull-secret-202509091449.json \
	-f Dockerfile.openshift \
	-t aws-cloud-controller-manager:v1.34.0-rc.0-307-gf3ac98762 .
[1/2] STEP 1/5: FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder

...
Successfully tagged localhost/aws-cloud-controller-manager:v1.34.0-rc.0-307-gf3ac98762
f2d8b099969f5774d915fa9e25a9151f28a2b2608cd070f8187e9ec97f05d7c3

@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio
Copy link
Contributor Author

mtulio commented Oct 2, 2025

The latest testwith ran correctly, with 5/7 tests failing. I just updated the CCM/OTE PR to address the issue. re-trying ^ (my last comment)

@mtulio
Copy link
Contributor Author

mtulio commented Oct 3, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

@mtulio
Copy link
Contributor Author

mtulio commented Oct 3, 2025

something went wrong in the last rebase, I will remove the unrelated OTE commits soon in my next cycle.

@mtulio
Copy link
Contributor Author

mtulio commented Oct 3, 2025

Successful execution =)

I just converted the ccm-aws repo to ready for review with final changes. Triggering with latest version to ensure readiness after updating vedor:

@mtulio
Copy link
Contributor Author

mtulio commented Oct 3, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

Copy link
Contributor

openshift-ci bot commented Oct 3, 2025

@mtulio: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-csi 2289cf4 link true /test e2e-aws-csi
ci/prow/e2e-gcp-csi 2289cf4 link true /test e2e-gcp-csi

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@mtulio
Copy link
Contributor Author

mtulio commented Oct 3, 2025

/testwith openshift/origin/main/e2e-aws-ovn openshift/cloud-provider-aws#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants