Skip to content

Conversation

bn222
Copy link
Contributor

@bn222 bn222 commented Sep 3, 2025

To avoid split-brain issues, move the creation and management of vsp pod to controller manager.

Copy link

openshift-ci bot commented Sep 3, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bn222

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 3, 2025
@bn222 bn222 force-pushed the round-trip branch 2 times, most recently from 98d920c to aa8248b Compare September 3, 2025 13:47
@bn222 bn222 force-pushed the round-trip branch 2 times, most recently from 8295219 to bdd7c9c Compare September 4, 2025 11:50
@bn222
Copy link
Contributor Author

bn222 commented Sep 4, 2025

@wizhaoredhat ptal

@bn222 bn222 force-pushed the round-trip branch 2 times, most recently from a004e1f to 5ca6cef Compare September 4, 2025 12:21
@bn222
Copy link
Contributor Author

bn222 commented Sep 4, 2025

/test ci/prow/make-prow-ci-manifests-check

Copy link

openshift-ci bot commented Sep 4, 2025

@bn222: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test images
/test make-e2e-test
/test make-e2e-test-marvell
/test make-fmt-check
/test make-generate-check
/test make-prow-ci-manifests-check
/test make-test
/test make-vendor-check
/test verify-deps

Use /test all to run all jobs.

In response to this:

/test ci/prow/make-prow-ci-manifests-check

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.

@bn222
Copy link
Contributor Author

bn222 commented Sep 4, 2025

/test make-prow-ci-manifests-check

Signed-off-by: Balazs Nemeth <[email protected]>
@bn222
Copy link
Contributor Author

bn222 commented Sep 4, 2025

/test make-e2e-test

@bn222
Copy link
Contributor Author

bn222 commented Sep 4, 2025

/test make-e2e-test-marvell

Copy link

openshift-ci bot commented Sep 4, 2025

@bn222: 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/make-e2e-test-marvell 73aa720 link true /test make-e2e-test-marvell
ci/prow/make-e2e-test 73aa720 link true /test make-e2e-test

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.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 4, 2025
@openshift-merge-robot
Copy link

PR needs rebase.

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.

"Intel IPU E2100": images.VspImageIntel,
"Marvell OCTEON": images.VspImageMarvell,
"NetSec Accelerator": images.VspImageIntelNetSec,
}
Copy link
Contributor Author

@bn222 bn222 Sep 5, 2025

Choose a reason for hiding this comment

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

will build it dynamically

@@ -6,6 +6,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: vsp-sa
namespace: {{.Namespace}}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

weird

name: host-root
- mountPath: /var/run/
name: vendor-plugin-sock
- mountPath: /opt/p4/p4-cp-nws/var
Copy link
Contributor Author

Choose a reason for hiding this comment

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

think about this still

type IntelDetector struct {
name string
}

func NewIntelDetector() *IntelDetector {
return &IntelDetector{name: "Intel IPU"}
return &IntelDetector{name: "Intel IPU E2100"}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

const and reuse so that we don't make a mistake against the string

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. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants