Skip to content

Commit cd7b2c2

Browse files
committed
Disable Large Memory Tests locally
1 parent ba1f4ed commit cd7b2c2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,17 @@ jobs:
118118
- image: alpine-linux-cpp
119119
runs-on: ubuntu-latest
120120
title: AMD64 Alpine Linux
121-
- image: ubuntu-cpp
122-
run-options: >-
123-
-e ARROW_CTEST_TIMEOUT=2000
124-
-e ARROW_C_FLAGS_DEBUG="-O1"
125-
-e ARROW_CXX_FLAGS_DEBUG="-O1"
126-
-e ARROW_GANDIVA=OFF
127-
-e ARROW_LARGE_MEMORY_TESTS=ON
128-
-e BUILD_WARNING_LEVEL=PRODUCTION
129-
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/volume=80gb/spot=capacity-optimized"
130-
title: AMD64 Ubuntu Large Memory Tests
121+
# Disable Large Memory Tests locally
122+
# - image: ubuntu-cpp
123+
# run-options: >-
124+
# -e ARROW_CTEST_TIMEOUT=2000
125+
# -e ARROW_C_FLAGS_DEBUG="-O1"
126+
# -e ARROW_CXX_FLAGS_DEBUG="-O1"
127+
# -e ARROW_GANDIVA=OFF
128+
# -e ARROW_LARGE_MEMORY_TESTS=ON
129+
# -e BUILD_WARNING_LEVEL=PRODUCTION
130+
# runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/volume=80gb/spot=capacity-optimized"
131+
# title: AMD64 Ubuntu Large Memory Tests
131132
- image: conda-cpp
132133
run-options: >-
133134
-e ARROW_USE_MESON=ON

0 commit comments

Comments
 (0)