@@ -73,14 +73,14 @@ jobs:
7373 os :
7474 - image : ubuntu-20.04
7575 id : manylinux_x86_64
76- - image : ubuntu-20.04
77- id : manylinux_aarch64
78- - image : windows-2019
79- id : win_amd64
80- - image : macos-latest
81- id : macosx_x86_64
82- - image : macos-latest
83- id : macosx_arm64
76+ # - image: ubuntu-20.04
77+ # id: manylinux_aarch64
78+ # - image: windows-2019
79+ # id: win_amd64
80+ # - image: macos-latest
81+ # id: macosx_x86_64
82+ # - image: macos-latest
83+ # id: macosx_arm64
8484# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
8585 python-version : ["3.11"]
8686 name : Build ${{ matrix.os.id }}-py${{ matrix.python-version }}
@@ -129,7 +129,8 @@ jobs:
129129 download_name : win_amd64
130130# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
131131 python-version : ["3.11"]
132- cloud-provider : [aws, azure, gcp]
132+ # cloud-provider: [aws, azure, gcp]
133+ cloud-provider : [aws]
133134 steps :
134135 - uses : actions/checkout@v4
135136 - name : Set up Python
@@ -146,6 +147,7 @@ jobs:
146147 docker pull localstack/snowflake &
147148 pip install localstack
148149 IMAGE_NAME=localstack/snowflake DEBUG=1 localstack start -d
150+ localstack wait
149151
150152 - name : Setup parameters file
151153 shell : bash
@@ -185,44 +187,44 @@ jobs:
185187 .tox/.coverage
186188 .tox/coverage.xml
187189
188- test-olddriver :
189- name : Old Driver Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
190- needs : lint
191- runs-on : ${{ matrix.os.image_name }}
192- strategy :
193- fail-fast : false
194- matrix :
195- os :
196- - image_name : ubuntu-latest
197- download_name : linux
198- python-version : [3.8]
199- cloud-provider : [aws]
200- steps :
201- - uses : actions/checkout@v4
202- - name : Set up Python
203- uses : actions/setup-python@v4
204- with :
205- python-version : ${{ matrix.python-version }}
206- - name : Display Python version
207- run : python -c "import sys; print(sys.version)"
208- - name : Setup parameters file
209- shell : bash
210- env :
211- PARAMETERS_SECRET : ${{ secrets.PARAMETERS_SECRET }}
212- run : |
213- gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
214- .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
215- - name : Upgrade setuptools, pip and wheel
216- run : python -m pip install -U setuptools pip wheel
217- - name : Install tox
218- run : python -m pip install tox>=4
219- - name : Run tests
220- run : python -m tox run -e olddriver
221- env :
222- PYTHON_VERSION : ${{ matrix.python-version }}
223- cloud_provider : ${{ matrix.cloud-provider }}
224- PYTEST_ADDOPTS : --color=yes --tb=short
225- shell : bash
190+ # test-olddriver:
191+ # name: Old Driver Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
192+ # needs: lint
193+ # runs-on: ${{ matrix.os.image_name }}
194+ # strategy:
195+ # fail-fast: false
196+ # matrix:
197+ # os:
198+ # - image_name: ubuntu-latest
199+ # download_name: linux
200+ # python-version: [3.8]
201+ # cloud-provider: [aws]
202+ # steps:
203+ # - uses: actions/checkout@v3
204+ # - name: Set up Python
205+ # uses: actions/setup-python@v4
206+ # with:
207+ # python-version: ${{ matrix.python-version }}
208+ # - name: Display Python version
209+ # run: python -c "import sys; print(sys.version)"
210+ # - name: Setup parameters file
211+ # shell: bash
212+ # env:
213+ # PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
214+ # run: |
215+ # gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
216+ # .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
217+ # - name: Upgrade setuptools, pip and wheel
218+ # run: python -m pip install -U setuptools pip wheel
219+ # - name: Install tox
220+ # run: python -m pip install tox>=4
221+ # - name: Run tests
222+ # run: python -m tox run -e olddriver
223+ # env:
224+ # PYTHON_VERSION: ${{ matrix.python-version }}
225+ # cloud_provider: ${{ matrix.cloud-provider }}
226+ # PYTEST_ADDOPTS: --color=yes --tb=short
227+ # shell: bash
226228
227229 test-noarrowextension :
228230 name : No Arrow Extension Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
0 commit comments