Skip to content

NE-906: fix DCM tests#30734

Open
jcmoraisjr wants to merge 1 commit intoopenshift:mainfrom
jcmoraisjr:NE-906-fix-dcm-test
Open

NE-906: fix DCM tests#30734
jcmoraisjr wants to merge 1 commit intoopenshift:mainfrom
jcmoraisjr:NE-906-fix-dcm-test

Conversation

@jcmoraisjr
Copy link

@jcmoraisjr jcmoraisjr commented Jan 27, 2026

Some fixes to the DCM e2e test.

  • fix secret name used on the secure endpoint pod
  • manually update Route resources created via oc expose service, since it seems to be ignoring --labels command-line option.
  • change router namespace policy to privileged
  • add IPv6 binding on router and secure-service

Jira: https://issues.redhat.com/browse/NE-906

@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-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 27, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 27, 2026

@jcmoraisjr: This pull request references NE-906 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:

Some fixes to the DCM e2e test.

  • fix secret name used on the secure endpoint pod
  • manually update Route resources created via oc expose service, since it seems to be ignoring --labels command-line option.

Jira: https://issues.redhat.com/browse/NE-906

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 openshift-ci bot requested review from Miciah and frobware January 27, 2026 20:26
@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-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

@jcmoraisjr
Copy link
Author

/retest

@openshift-trt
Copy link

openshift-trt bot commented Jan 29, 2026

Job Failure Risk Analysis for sha: eba2f7e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-gcp-csi IncompleteTests
Tests for this run (26) are below the historical average (1822): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-gcp-ovn IncompleteTests
Tests for this run (27) are below the historical average (3146): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-gcp-ovn-upgrade IncompleteTests
Tests for this run (27) are below the historical average (1837): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

@candita
Copy link
Contributor

candita commented Jan 29, 2026

/assign @davidesalerno @bentito

@candita
Copy link
Contributor

candita commented Jan 29, 2026

/unassign @bentito
/assign @gcs278

@openshift-ci openshift-ci bot assigned gcs278 and unassigned bentito Jan 29, 2026
@jcmoraisjr
Copy link
Author

/retest

@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 30, 2026

@jcmoraisjr: This pull request references NE-906 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:

Some fixes to the DCM e2e test.

  • fix secret name used on the secure endpoint pod
  • manually update Route resources created via oc expose service, since it seems to be ignoring --labels command-line option.
  • change router namespace policy to privileged
  • add IPv6 binding

Jira: https://issues.redhat.com/browse/NE-906

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

@openshift-trt
Copy link

openshift-trt bot commented Jan 30, 2026

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New tests seen in this PR at sha: e3f3ab9

  • "[Jira:"Cluster Version Operator"] cluster-version-operator-tests should support passing serial tests [Serial]" [Total: 2, Pass: 2, Fail: 0, Flake: 0]

Some fixes to the DCM e2e test.

* fix secret name used on the secure endpoint pod
* manually update Route resources created via oc expose service, since
it seems to be ignoring --labels command-line option.
* change router namespace policy to privileged
* add IPv6 binding on router and secure-service

Jira: https://issues.redhat.com/browse/NE-906
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 2, 2026

@jcmoraisjr: This pull request references NE-906 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:

Some fixes to the DCM e2e test.

  • fix secret name used on the secure endpoint pod
  • manually update Route resources created via oc expose service, since it seems to be ignoring --labels command-line option.
  • change router namespace policy to privileged
  • add IPv6 binding on router and secure-service

Jira: https://issues.redhat.com/browse/NE-906

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

@jcmoraisjr
Copy link
Author

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 2, 2026

@jcmoraisjr: all tests passed!

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.

})

oc = exutil.NewCLI("router-config-manager")
oc = exutil.NewCLIWithPodSecurityLevel("router-config-manager", api.LevelPrivileged)

Choose a reason for hiding this comment

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

What specific router operations require privileged mode? This should be documented at least in a code comment

Copy link
Author

Choose a reason for hiding this comment

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

As we talked, #30741 is built on top of this branch, and I'll describe the reason we are using privileged namespace for the router.

@davidesalerno
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 5, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 5, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: davidesalerno, jcmoraisjr
Once this PR has been reviewed and has the lgtm label, please ask for approval from gcs278. 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

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants