From 40f013ac11db653c529f7a4d16e7ad7568afe61e Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 20 Oct 2023 09:12:38 +0200 Subject: [PATCH] Skip AMP worker benchmarks in CI --- .evergreen/config/functions.yml | 3 ++- .evergreen/config/test-tasks.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.evergreen/config/functions.yml b/.evergreen/config/functions.yml index 90e0411b1..9190a1f8f 100644 --- a/.evergreen/config/functions.yml +++ b/.evergreen/config/functions.yml @@ -483,6 +483,7 @@ functions: args: - .evergreen/compile-extension.sh + # Run benchmarks. The filter skips the benchAmpWorkers subjects as they fail due to socket exceptions "run benchmark": - command: shell.exec type: test @@ -493,4 +494,4 @@ functions: export PATH="${PHP_PATH}/bin:$PATH" php ../composer.phar install --no-suggest - vendor/bin/phpbench run --report=env --report=evergreen --report=aggregate --output html + vendor/bin/phpbench run --report=env --report=evergreen --report=aggregate --output html --filter='bench(?!AmpWorkers)' diff --git a/.evergreen/config/test-tasks.yml b/.evergreen/config/test-tasks.yml index 36234996b..a3d5feff1 100644 --- a/.evergreen/config/test-tasks.yml +++ b/.evergreen/config/test-tasks.yml @@ -22,7 +22,7 @@ tasks: - func: "run atlas data lake test" - name: "run-benchmark" - exec_timeout_secs: 7200 + exec_timeout_secs: 3600 commands: - func: "bootstrap mongo-orchestration" vars: