File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ x-hierarchy:
135135 - debian-ruby
136136 - debian-python :
137137 - debian-docs
138+ - dremio
138139 - fedora-cpp :
139140 - fedora-python
140141 - fedora-r-clang
141142 - python-sdist
142- - dremio
143143 - ubuntu-cpp :
144144 - ubuntu-cpp-static
145145 - ubuntu-c-glib :
@@ -205,11 +205,6 @@ volumes:
205205 ubuntu-ccache :
206206 name : ${ARCH}-ubuntu-${UBUNTU}-ccache
207207
208- networks :
209- # GH-48068 for Flight SQL ODBC Testing
210- odbc_net :
211- external : true
212-
213208services :
214209
215210 # ################################ C++ #######################################
@@ -392,8 +387,6 @@ services:
392387 interval : 10s
393388 timeout : 5s
394389 retries : 30
395- networks :
396- - odbc_net
397390
398391 ubuntu-cpp : &ubuntu-cpp-base
399392 # Usage:
@@ -542,8 +535,8 @@ services:
542535 ARROW_S3 : " OFF"
543536 ARROW_SUBSTRAIT : " OFF"
544537 # Register ODBC before running tests
545- networks :
546- - odbc_net
538+ depends_on :
539+ - dremio
547540 command : >
548541 /bin/bash -c "
549542 /arrow/ci/scripts/cpp_build.sh /arrow /build &&
You can’t perform that action at this time.
0 commit comments