Closed rbaturov closed 3 weeks ago
@rbaturov: This pull request references CNF-14628 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.18.0" version, but no target version was set.
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
@rbaturov: This pull request references CNF-14628 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.18.0" version, but no target version was set.
/test all
sigh, you will need a non-trivial rebase because the commits you depend on have been squashed. Please do that rebase ASAP.
sigh, you will need a non-trivial rebase because the commits you depend on have been squashed. Please do that rebase ASAP.
Where they were squashed? #1182 has all the 5 commits this depends on When #1182 will be merged I'll rebase on top of master
sigh, you will need a non-trivial rebase because the commits you depend on have been squashed. Please do that rebase ASAP.
Where they were squashed? #1182 has all the 5 commits this depends on When #1182 will be merged I'll rebase on top of master
My mistake, I mixed up PRs, scratch my comment and let's move on
/approve we want this fix
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ffromani, rbaturov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest-required
/retest-required
/lgtm /hold cancel
Thank you for figure it out
/retest-required
Remaining retests: 0 against base HEAD a98b16a6c6d9e1f0fc575fba137d0ffd22178f0b and 2 for PR HEAD f5298bfb2f41a2fb32792d0a94af61e7f04bf5fa in total
/retest
@rbaturov: all tests passed!
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
Distgit: cluster-node-tuning-operator This PR has been included in build cluster-node-tuning-operator-container-v4.18.0-202410280439.p0.gbc3ecae.assembly.stream.el9. All builds following this will include this PR.
In this PR we are introducing several changes for hypershift platform testing: A test profile that will be deployed will no longer use the
node-role.kubernetes.io/worker-cnf=
label. Instead, it will use thenode-role.kubernetes.io/worker=
label. We are no longer relabeling the worker nodes post-tuning. More info is described in the commits.