diff options
author | Aryaman Gupta <aryaman.gupta@windriver.com> | 2022-06-30 14:35:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-30 23:38:01 +0100 |
commit | 6958024ed2aa199e56851bf960c06dec1a3d81a1 (patch) | |
tree | 44d24e549a68b7245cb0ca7d69f5628342a7b6aa /scripts/lib/recipetool/create_buildsys_python.py | |
parent | 012c046628990ccb230dd92c32f470a087ff332e (diff) | |
download | poky-6958024ed2aa199e56851bf960c06dec1a3d81a1.tar.gz |
buildperf/base.py: skip reduced_proc_pressure directory
Buildperf was designed to skip all non-directories under buildstats, i.e. proc
log files. With the /proc/pressure stats being collected in a new directory,
the following error was seen:
meta/lib/oeqa/buildperf/base.py", line 392, in split_nevr
n_e_v, revision = nevr.rsplit('-', 1)
ValueError: not enough values to unpack (expected 2, got 1)
Add an additional check to skip the reduced_proc_pressure directory.
(From OE-Core rev: d3a25dd7aa63ab98c8bb931b4b3bc61807806ed3)
Signed-off-by: Aryaman Gupta <aryaman.gupta@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions