Skip to content

OCPBUGS-76615: fix missing shared account credentials for e2e-aws-ovn-shared-vpc-phz-techpreview jobs#74781

Open
liweinan wants to merge 4 commits intoopenshift:mainfrom
liweinan:OCPBUGS-76615
Open

OCPBUGS-76615: fix missing shared account credentials for e2e-aws-ovn-shared-vpc-phz-techpreview jobs#74781
liweinan wants to merge 4 commits intoopenshift:mainfrom
liweinan:OCPBUGS-76615

Conversation

@liweinan
Copy link
Contributor

Component Readiness: [Installer / openshift-installer] failed: e2e-aws-ovn-shared-vpc-phz-techpreview-aws-provision-vpc-shared

Component Readiness: [Installer / openshift-installer] failed: e2e-aws-ovn-shared-vpc-phz-techpreview-aws-provision-vpc-shared
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 12, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

Details 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

@liweinan
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview

@openshift-ci-robot
Copy link
Contributor

@liweinan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@liweinan
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview

@openshift-ci-robot
Copy link
Contributor

@liweinan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@liweinan
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview

@openshift-ci-robot
Copy link
Contributor

@liweinan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@liweinan: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.21-e2e-aws-ovn-shared-vpc-phz-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.19-e2e-aws-ovn-shared-vpc-phz-techpreview N/A periodic Ci-operator config changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@liweinan
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview

@openshift-ci-robot
Copy link
Contributor

@liweinan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@liweinan
Copy link
Contributor Author

Relative PR: #71837

@liweinan
Copy link
Contributor Author

@Prucek I'm not sure how to fix this test properly. Could you please help to check it? Thanks!

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 12, 2026

@liweinan: The following test 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/rehearse/periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview f8bc608 link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-shared-vpc-phz-techpreview

Full PR test history. Your PR dashboard.

Details

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.

interval: 168h
steps:
cluster_profile: aws-3
cluster_profile: aws-qe
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the root cause to switch to the qe's cluster profile ? QE's cluster profile only has a small quota, not suggest to use it in master nightly test ci.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let us discuss it with @yunjiang29 after his back.

Copy link
Member

Choose a reason for hiding this comment

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

I just wanted to add a little more information... From a sample run, we can see:

ERROR: The ENABLE_SHARED_VPC is enabled, but the 2nd AWS account credential file ${CLUSTER_PROFILE_DIR}/.awscred_shared_account file does not exit, please check your cluster profile.

I am not sure how the cluster profile is setup, but the credential file for a second shared account (cross-account shared private hosted zone scenario) is missing...

Copy link
Contributor

Choose a reason for hiding this comment

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

@yunjiang29 do you happen to know if it works before ? I checked the history, seem like the job failed for a long time.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's talk about this offline.

@tthvo
Copy link
Member

tthvo commented Feb 17, 2026

/retitle OCPBUGS-76615: fix missing shared account credentials for e2e-aws-ovn-shared-vpc-phz-techpreview jobs

@openshift-ci openshift-ci bot changed the title OCPBUGS-76615 OCPBUGS-76615: fix missing shared account credentials for e2e-aws-ovn-shared-vpc-phz-techpreview jobs Feb 17, 2026
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 17, 2026
@openshift-ci-robot
Copy link
Contributor

@liweinan: This pull request references Jira Issue OCPBUGS-76615, which is invalid:

  • expected the bug to target the "4.22.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Component Readiness: [Installer / openshift-installer] failed: e2e-aws-ovn-shared-vpc-phz-techpreview-aws-provision-vpc-shared

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.

@tthvo
Copy link
Member

tthvo commented Feb 17, 2026

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 17, 2026
@openshift-ci-robot
Copy link
Contributor

@tthvo: This pull request references Jira Issue OCPBUGS-76615, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @liweinan

Details

In response to this:

/jira refresh

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: liweinan.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@tthvo: This pull request references Jira Issue OCPBUGS-76615, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @liweinan

In response to this:

/jira refresh

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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.

5 participants