This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/run-tests-parallel
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/run-tests-parallel by
this push:
new 526e6ef5e Update -j for ctest to 2
526e6ef5e is described below
commit 526e6ef5eae7f50b911b808fdc4918571e4cea2a
Author: Pepijn Noltes <[email protected]>
AuthorDate: Thu May 30 21:59:30 2024 +0200
Update -j for ctest to 2
---
.github/workflows/containers.yml | 2 +-
.github/workflows/macos.yml | 2 +-
.github/workflows/ubuntu.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml
index 877b4c37b..557ee888d 100644
--- a/.github/workflows/containers.yml
+++ b/.github/workflows/containers.yml
@@ -24,7 +24,7 @@ jobs:
- name: Run Celix tests using container image
run: |
cd $GITHUB_WORKSPACE/container/
- ./run-ubuntu-container.sh "cd build && ctest --output-on-failure -j
4"
+ ./run-ubuntu-container.sh "cd build && ctest --output-on-failure -j
2"
container-build-gitpod:
runs-on: ubuntu-22.04
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 17ac1a7ba..e7902db75 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -105,4 +105,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
export DYLD_LIBRARY_PATH=$(brew --prefix
[email protected])/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
- ctest --output-on-failure -j 4
+ ctest --output-on-failure -j 2
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 2a4d8d600..0e29272bc 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -154,4 +154,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
export
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
- ctest --output-on-failure -j 4
+ ctest --output-on-failure -j 2