Closed MarSik closed 2 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: MarSik
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@MarSik: This pull request references Jira Issue OCPBUGS-36431, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@MarSik: This pull request references Jira Issue OCPBUGS-36431, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @mrniranjan
/lgtm
/retest-required
Remaining retests: 0 against base HEAD 6d625b5a887313ce4db97ce0c393fdca86df7022 and 2 for PR HEAD f20f45872ccc1eb04161962dd7c4fec39f57112b in total
/test e2e-gcp-pao
/test e2e-gcp-pao-workloadhints
/test e2e-gcp-pao-updating-profile
/retest
/retest-required
Remaining retests: 0 against base HEAD c7823f29ac3b19b28860a4cdf5cabfffcbedbad6 and 1 for PR HEAD f20f45872ccc1eb04161962dd7c4fec39f57112b in total
/retest-required
Remaining retests: 0 against base HEAD 3655f22656d4a3aa9f471099305dcd78a9c80320 and 0 for PR HEAD f20f45872ccc1eb04161962dd7c4fec39f57112b in total
/hold
Revision f20f45872ccc1eb04161962dd7c4fec39f57112b was retested 3 times: holding
Seems like a flake
[rfe_id:28761][performance] Updating parameters in performance profile Updating of nodeSelector parameter and node labels [It] [test_id:27484]Verifies that node is reverted to plain worker when the extra labels are removed [tier-2]
/go/src/github.com/openshift/cluster-node-tuning-operator/test/e2e/performanceprofile/functests/2_performance_update/updating_profile.go:483
[FAILED] Expected
<string>: # irqbalance is a daemon process that distributes interrupts across
# CPUs on SMP systems. The default is to rebalance once every 10
# seconds. This is the environment file that is specified to systemd via the
# EnvironmentFile key in the service unit file (or via whatever method the init
# system you're using has).
#
# IRQBALANCE_ONESHOT
# After starting, wait for ten seconds, then look at the interrupt
# load and balance it once; after balancing exit and do not change
# it again.
#
#IRQBALANCE_ONESHOT=
#
# IRQBALANCE_BANNED_CPUS
# 64 bit bitmask which allows you to indicate which CPUs should
# be skipped when reblancing IRQs. CPU numbers which have their
# corresponding bits set to one in this mask will not have any
# IRQs assigned to them on rebalance.
#
#IRQBALANCE_BANNED_CPUS=
#
# IRQBALANCE_BANNED_CPULIST
# The CPUs list which allows you to indicate which CPUs should
# be skipped when reblancing IRQs. CPU numbers in CPUs list will
# not have any IRQs assigned to them on rebalance.
#
# The format of CPUs list is:
# <cpu number>,...,<cpu number>
# or a range:
# <cpu number>-<cpu number>
# or a mixture:
# <cpu number>,...,<cpu number>-<cpu number>
#
#IRQBALANCE_BANNED_CPULIST=
#
# IRQBALANCE_ARGS
# Append any args here to the irqbalance daemon as documented in the man
# page.
#
#IRQBALANCE_ARGS=
IRQBALANCE_BANNED_CPUS=0
not to contain substring
<string>: 1
In [It] at: /go/src/github.com/openshift/cluster-node-tuning-operator/test/e2e/performanceprofile/functests/2_performance_update/updating_profile.go:513 @ 08/14/24 11:16:27.69
/retest
@Tal-or @mrniranjan The test failure is not a fluke. But it is unrelated to this change.
not to contain substring
<string>: 1
In [It] at: /go/src/github.com/openshift/cluster-node-tuning-operator/test/e2e/performanceprofile/functests/2_performance_update/updating_profile.go:513 @ 08/19/24 09:14:24.633
The character "1" is present in one of the comments in /etc/sysconfig/irqbalance:
# irqbalance is a daemon process that distributes interrupts across
# CPUs on SMP systems. The default is to rebalance once every 10
@Tal-or @mrniranjan The test failure is not a fluke. But it is unrelated to this change.
not to contain substring <string>: 1 In [It] at: /go/src/github.com/openshift/cluster-node-tuning-operator/test/e2e/performanceprofile/functests/2_performance_update/updating_profile.go:513 @ 08/19/24 09:14:24.633
The character "1" is present in one of the comments in /etc/sysconfig/irqbalance:
# irqbalance is a daemon process that distributes interrupts across # CPUs on SMP systems. The default is to rebalance once every 10
Hmm I'm a bit confused though, why we're not seeing it on other PRs as well?
/retest
/retest-required
@Tal-or It was not showing on other PRs, because during the cleanup of mine I moved the padding to the right place. And the test is using the function that till now was returning a wider mask than just plain "1".
/hold cancel
/retest-required
Remaining retests: 0 against base HEAD 151f6d244d0b276789c66420872c0c2bd1df889b and 2 for PR HEAD f20f45872ccc1eb04161962dd7c4fec39f57112b in total
@MarSik: all tests passed!
Full PR test history. Your PR dashboard.
@MarSik: Jira Issue OCPBUGS-36431: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-36431 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: cluster-node-tuning-operator This PR has been included in build cluster-node-tuning-operator-container-v4.18.0-202408281841.p0.g980e038.assembly.stream.el9. All builds following this will include this PR.
/cherry-pick release-4.17
@MarSik: new pull request created: #1147
The padding size was hardcoded to support max 64 nibbles which is equivalent to 256 cpus (%064x). Any mask bigger than this that was not itself 32 cpu aligned broke the chunking algorithm.