@@ -188,40 +188,40 @@ jobs:
188
188
AWS_SECRET_ACCESS_KEY : " ${{ secrets.MINIO_SECRET_ACCESS_KEY }}"
189
189
AWS_DEFAULT_REGION : " ${{ secrets.MINIO_REGION }}"
190
190
191
- build-docker-and-test :
192
- runs-on : ubuntu-latest
193
- steps :
194
- - name : Getting the repo
195
- uses : actions/checkout@v3
196
- with :
197
- submodules : ' recursive'
198
-
199
- - name : Set up QEMU
200
- uses : docker/setup-qemu-action@v3
201
-
202
- - name : Set up Docker Buildx
203
- uses : docker/setup-buildx-action@v3
191
+ # build-docker-and-test:
192
+ # runs-on: ubuntu-latest
193
+ # steps:
194
+ # - name: Getting the repo
195
+ # uses: actions/checkout@v3
196
+ # with:
197
+ # submodules: 'recursive'
198
+
199
+ # - name: Set up QEMU
200
+ # uses: docker/setup-qemu-action@v3
201
+
202
+ # - name: Set up Docker Buildx
203
+ # uses: docker/setup-buildx-action@v3
204
204
205
- - name : Run Docker
206
- run : |
207
- docker build -t menloltd/cortex:test -f docker/Dockerfile .
208
- docker run -it -d -p 3928:39281 --name cortex menloltd/cortex:test
209
-
210
- - name : use python
211
- uses : actions/setup-python@v5
212
- with :
213
- python-version : " 3.10"
214
-
215
- - name : Run e2e tests
216
- run : |
217
- cd engine
218
- python -m pip install --upgrade pip
219
- python -m pip install -r e2e-test/requirements.txt
220
- pytest e2e-test/test_api_docker.py
221
-
222
- - name : Run Docker
223
- continue-on-error : true
224
- if : always()
225
- run : |
226
- docker stop cortex
227
- docker rm cortex
205
+ # - name: Run Docker
206
+ # run: |
207
+ # docker build -t menloltd/cortex:test -f docker/Dockerfile .
208
+ # docker run -it -d -p 3928:39281 --name cortex menloltd/cortex:test
209
+
210
+ # - name: use python
211
+ # uses: actions/setup-python@v5
212
+ # with:
213
+ # python-version: "3.10"
214
+
215
+ # - name: Run e2e tests
216
+ # run: |
217
+ # cd engine
218
+ # python -m pip install --upgrade pip
219
+ # python -m pip install -r e2e-test/requirements.txt
220
+ # pytest e2e-test/test_api_docker.py
221
+
222
+ # - name: Run Docker
223
+ # continue-on-error: true
224
+ # if: always()
225
+ # run: |
226
+ # docker stop cortex
227
+ # docker rm cortex
0 commit comments