@@ -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 }}
@@ -128,7 +128,8 @@ jobs:
128128 download_name : win_amd64
129129# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
130130 python-version : ["3.11"]
131- cloud-provider : [aws, azure, gcp]
131+ # cloud-provider: [aws, azure, gcp]
132+ cloud-provider : [aws]
132133 steps :
133134 - uses : actions/checkout@v3
134135 - name : Set up Python
@@ -145,6 +146,7 @@ jobs:
145146 docker pull localstack/snowflake &
146147 pip install localstack
147148 IMAGE_NAME=localstack/snowflake DEBUG=1 localstack start -d
149+ localstack wait
148150
149151 - name : Setup parameters file
150152 shell : bash
@@ -183,44 +185,44 @@ jobs:
183185 .tox/.coverage
184186 .tox/coverage.xml
185187
186- test-olddriver :
187- name : Old Driver Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
188- needs : lint
189- runs-on : ${{ matrix.os.image_name }}
190- strategy :
191- fail-fast : false
192- matrix :
193- os :
194- - image_name : ubuntu-latest
195- download_name : linux
196- python-version : [3.8]
197- cloud-provider : [aws]
198- steps :
199- - uses : actions/checkout@v3
200- - name : Set up Python
201- uses : actions/setup-python@v4
202- with :
203- python-version : ${{ matrix.python-version }}
204- - name : Display Python version
205- run : python -c "import sys; print(sys.version)"
206- - name : Setup parameters file
207- shell : bash
208- env :
209- PARAMETERS_SECRET : ${{ secrets.PARAMETERS_SECRET }}
210- run : |
211- gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
212- .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
213- - name : Upgrade setuptools, pip and wheel
214- run : python -m pip install -U setuptools pip wheel
215- - name : Install tox
216- run : python -m pip install tox>=4
217- - name : Run tests
218- run : python -m tox run -e olddriver
219- env :
220- PYTHON_VERSION : ${{ matrix.python-version }}
221- cloud_provider : ${{ matrix.cloud-provider }}
222- PYTEST_ADDOPTS : --color=yes --tb=short
223- shell : bash
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@v3
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
224226
225227 test-noarrowextension :
226228 name : No Arrow Extension Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
0 commit comments