-
Notifications
You must be signed in to change notification settings - Fork 1.9k
NTO: add PAO e2e ci test lanes and fix unit tests target #27140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/cc @fromanirh @cynepco3hahue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the job definition looks consistent with what we do now for PAO. I'll review the makefile targets separately.
Looks good to me. Once the |
One more thing. We may want to add unit tests as part of this PR, but if you prefer, this can be a separate one. I.e. |
It seems there is a already a test set for unit tests , just not pointing to the right target in the existing Makefile: Lines 46 to 50 in 379092b
I can change that to the right target (make test-unit) which will run unit tests for all the components (both NTO and PAO) |
Yes, let's do this. |
- Add PAO e2e functional test lane. - Fix unit tests Makefile target. Signed-off-by: Yanir Quinn <yquinn@redhat.com>
@yanirq: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmencak, yanirq 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 |
@yanirq: Updated the following 6 configmaps:
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 kubernetes/test-infra repository. |
This PR includes:
Add PAO e2e functional test lane.
This Should be invoked alongside Performance addon operator code base move to NTO cluster-node-tuning-operator#322 onward.
Fix unit tests Makefile target.
This PR does not include test lanes for: