From e5a8882d20b421783518412dd730cc87d2c1cfe6 Mon Sep 17 00:00:00 2001 From: Srinivas Yadav <43375352+srinivasyadav18@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:02:08 -0500 Subject: [PATCH] skip launch process runtime test for macos github action --- .github/workflows/macos_debug.yml | 1 + .github/workflows/macos_debug_fetch_boost.yml | 1 + .github/workflows/macos_debug_fetch_hwloc.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/macos_debug.yml b/.github/workflows/macos_debug.yml index e2ed477071ec..0f1d31974bdc 100644 --- a/.github/workflows/macos_debug.yml +++ b/.github/workflows/macos_debug.yml @@ -70,6 +70,7 @@ jobs: tests.unit.modules.compute_local.numa_allocator|\ tests.unit.modules.execution.standalone_thread_pool_executor|\ tests.unit.modules.resource_partitioner.used_pus|\ + tests.unit.modules.runtime_components.launch_process|\ tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\ tests.unit.threads.distributed.tcp.thread_stacksize|\ tests.unit.topology.numa_allocator|\ diff --git a/.github/workflows/macos_debug_fetch_boost.yml b/.github/workflows/macos_debug_fetch_boost.yml index 7babffaeadd2..6fb9233cb507 100644 --- a/.github/workflows/macos_debug_fetch_boost.yml +++ b/.github/workflows/macos_debug_fetch_boost.yml @@ -68,6 +68,7 @@ jobs: tests.unit.modules.compute_local.numa_allocator|\ tests.unit.modules.execution.standalone_thread_pool_executor|\ tests.unit.modules.resource_partitioner.used_pus|\ + tests.unit.modules.runtime_components.launch_process|\ tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\ tests.unit.threads.distributed.tcp.thread_stacksize|\ tests.unit.topology.numa_allocator|\ diff --git a/.github/workflows/macos_debug_fetch_hwloc.yml b/.github/workflows/macos_debug_fetch_hwloc.yml index 238a19be2162..70b1ea47da11 100644 --- a/.github/workflows/macos_debug_fetch_hwloc.yml +++ b/.github/workflows/macos_debug_fetch_hwloc.yml @@ -71,6 +71,7 @@ jobs: tests.unit.modules.compute_local.numa_allocator|\ tests.unit.modules.execution.standalone_thread_pool_executor|\ tests.unit.modules.resource_partitioner.used_pus|\ + tests.unit.modules.runtime_components.launch_process|\ tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\ tests.unit.threads.distributed.tcp.thread_stacksize|\ tests.unit.topology.numa_allocator|\