Skip to content

Comments

OCPNODE-4037: Move usernamespace test into longrunning#30792

Open
ngopalak-redhat wants to merge 2 commits intoopenshift:mainfrom
ngopalak-redhat:ngopalak/move_usernamespace
Open

OCPNODE-4037: Move usernamespace test into longrunning#30792
ngopalak-redhat wants to merge 2 commits intoopenshift:mainfrom
ngopalak-redhat:ngopalak/move_usernamespace

Conversation

@ngopalak-redhat
Copy link
Contributor

@ngopalak-redhat ngopalak-redhat commented Feb 17, 2026

@openshift-ci-robot
Copy link

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@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 Feb 17, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

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

@ngopalak-redhat
Copy link
Contributor Author

/payload-job periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

@ngopalak-redhat: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/9c711890-0b9b-11f1-8f1e-d21f31a5a099-0

@ngopalak-redhat ngopalak-redhat changed the title WIP: Move usernamespace test into longrunning OCPNODE-4037: Move usernamespace test into longrunning Feb 17, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 17, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 17, 2026

@ngopalak-redhat: This pull request references OCPNODE-4037 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.22.0" version, but no target version was set.

Details

In response to this:

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-robot
Copy link

openshift-ci-robot commented Feb 17, 2026

@ngopalak-redhat: This pull request references OCPNODE-4037 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.22.0" version, but no target version was set.

Details

In response to this:

  • Moving the usernamespace test into the longrunning test suite.
  • The tech preview cluster is not needed in OCP 4.22, hence FEATURE_SET: TechPreviewNoUpgrade is not required.

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-robot
Copy link

openshift-ci-robot commented Feb 17, 2026

@ngopalak-redhat: This pull request references OCPNODE-4037 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.22.0" version, but no target version was set.

Details

In response to this:

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.

@ngopalak-redhat ngopalak-redhat marked this pull request as ready for review February 17, 2026 05:11
@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 Feb 17, 2026
@openshift-ci openshift-ci bot requested review from mrunalp and sairameshv February 17, 2026 05:11
@ngopalak-redhat
Copy link
Contributor Author

/assign @bitoku
cc: @cpmeadors

@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 17, 2026

@ngopalak-redhat: This pull request references OCPNODE-4037 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.22.0" version, but no target version was set.

Details

In response to this:

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-robot
Copy link

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@bitoku
Copy link
Contributor

bitoku commented Feb 17, 2026

@bitoku
Copy link
Contributor

bitoku commented Feb 17, 2026

{
Name: "openshift/usernamespace",
Description: templates.LongDesc(`
This test suite runs tests to validate user namespace functionality.
`),
Qualifiers: []string{
`name.contains("[Suite:openshift/usernamespace")`,
},
TestTimeout: 60 * time.Minute,
},

should be deleted. maybe after changing o/release?

@ngopalak-redhat
Copy link
Contributor Author

{
Name: "openshift/usernamespace",
Description: templates.LongDesc(`
This test suite runs tests to validate user namespace functionality.
`),
Qualifiers: []string{
`name.contains("[Suite:openshift/usernamespace")`,
},
TestTimeout: 60 * time.Minute,
},

should be deleted. maybe after changing o/release?

/hold
Hold until the release PR is merged openshift/release#75030

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 18, 2026
@ngopalak-redhat
Copy link
Contributor Author

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 19, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ngopalak-redhat
Once this PR has been reviewed and has the lgtm label, please assign petr-muller 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

@openshift-ci-robot
Copy link

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 19, 2026

@ngopalak-redhat: 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-ovn-serial-1of2 a69efb4 link true /test e2e-aws-ovn-serial-1of2
ci/prow/e2e-gcp-ovn-upgrade a69efb4 link true /test e2e-gcp-ovn-upgrade
ci/prow/e2e-metal-ipi-ovn-ipv6 a69efb4 link true /test e2e-metal-ipi-ovn-ipv6

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.

@cpmeadors
Copy link

/testwith openshift/release/main/e2e-aws-disruptive-longrunning openshift/release/#75030

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 24, 2026

@cpmeadors, testwith: Error processing request. ERROR:

could not determine job runs: invalid format for additional PR: openshift/release/#75030

@cpmeadors
Copy link

/testwith openshift/release/main/e2e-aws-disruptive-longrunning openshift/release#75030

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 24, 2026

@cpmeadors, testwith: could not generate prow job. ERROR:

BUG: test 'e2e-aws-disruptive-longrunning' not found in injected config

@cpmeadors
Copy link

/testwith openshift/release/main/nightly/4.22/e2e-aws-disruptive-longrunning openshift/release#75030

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 24, 2026

@cpmeadors, testwith: Error processing request. ERROR:

could not determine job runs: requested job is invalid. needs to be formatted like: <org>/<repo>/<branch>/<variant?>/<job>. instead it was: openshift/release/main/nightly/4.22/e2e-aws-disruptive-longrunning

@cpmeadors
Copy link

/testwith openshift/release/main/nightly-4.22-e2e-aws-disruptive-longrunning openshift/release#75030

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 24, 2026

@cpmeadors, testwith: could not generate prow job. ERROR:

BUG: test 'nightly-4.22-e2e-aws-disruptive-longrunning' not found in injected config

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

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.

4 participants