File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments