This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new f1adc68394 Remove the two cases most likely to cause OOM in CI (#9858)
f1adc68394 is described below
commit f1adc68394ff378382dad5b36e89886139e902fa
Author: Marko Grujic <[email protected]>
AuthorDate: Fri Mar 29 14:41:40 2024 +0100
Remove the two cases most likely to cause OOM in CI (#9858)
---
.github/workflows/pr_benchmarks.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/pr_benchmarks.yml
b/.github/workflows/pr_benchmarks.yml
index 29d001783b..5827c42e85 100644
--- a/.github/workflows/pr_benchmarks.yml
+++ b/.github/workflows/pr_benchmarks.yml
@@ -47,7 +47,6 @@ jobs:
./bench.sh run tpch
./bench.sh run tpch_mem
./bench.sh run tpch10
- ./bench.sh run tpch_mem10
# For some reason this step doesn't seem to propagate the env var
down into the script
if [ -d "results/HEAD" ]; then
@@ -70,7 +69,6 @@ jobs:
./bench.sh run tpch
./bench.sh run tpch_mem
./bench.sh run tpch10
- ./bench.sh run tpch_mem10
echo ${{ github.event.issue.number }} > pr