Skip to content

Commit

Permalink
Revert "tests/kernel: Bump kobj thread bitmask size for a few tests"
Browse files Browse the repository at this point in the history
This reverts commit 9b43fed.

This PR introduced 2 regressions in main CI:
71977 & 71978
Let's revert it by now to get main's CI passing again.

(cherry picked from commit 008efec)

Original-Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
GitOrigin-RevId: 008efec
Change-Id: I7e619ba6e34cad760fb7c3783c5f59b8e24b9bba
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5494023
Reviewed-by: Dawid Niedźwiecki <dawidn@google.com>
Commit-Queue: Dawid Niedźwiecki <dawidn@google.com>
Tested-by: Dawid Niedźwiecki <dawidn@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
aescolar authored and Chromeos LUCI committed Apr 26, 2024
1 parent 6578e31 commit 9b872fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/kernel/common/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ CONFIG_BOOT_DELAY=500
CONFIG_IRQ_OFFLOAD=y
CONFIG_TEST_USERSPACE=y
CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION=y
CONFIG_MAX_THREAD_BYTES=3
1 change: 0 additions & 1 deletion tests/kernel/semaphore/semaphore/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_FATAL_HOOK=y
CONFIG_PIPES=y
CONFIG_MAX_THREAD_BYTES=3
1 change: 0 additions & 1 deletion tests/kernel/semaphore/sys_sem/prj.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_FATAL_HOOK=y
CONFIG_MAX_THREAD_BYTES=3

0 comments on commit 9b872fd

Please sign in to comment.