Skip to content

Commit

Permalink
tests: ignore benchmark on some qemu platforms
Browse files Browse the repository at this point in the history
Do not run benchmarks on some special qemu platforms. Those were
previously ignored, but due to tag changes, they started running again.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jun 6, 2023
1 parent e1a2420 commit 1a526a6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_64_nokpti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ testing:
only_tags:
- kernel
- userspace
ignore_tags:
- benchmark
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_lakemont.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ testing:
default: true
only_tags:
- kernel
ignore_tags:
- benchmark
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_nokpti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ testing:
only_tags:
- kernel
- userspace
ignore_tags:
- benchmark
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_nopae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ testing:
only_tags:
- kernel
- userspace
ignore_tags:
- benchmark
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ testing:
only_tags:
- kernel
- userspace
ignore_tags:
- benchmark
2 changes: 2 additions & 0 deletions boards/x86/qemu_x86/qemu_x86_virt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ testing:
only_tags:
- kernel
- userspace
ignore_tags:
- benchmark
1 change: 1 addition & 0 deletions tests/benchmarks/sys_kernel/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tests:
benchmark.kernel.core:
tags:
- kernel
- benchmark
arch_exclude:
- nios2
- xtensa
Expand Down

0 comments on commit 1a526a6

Please sign in to comment.