@@ -229,6 +229,7 @@ jobs:
229229 max_attempts : 2
230230 shell : bash
231231 command : |
232+ export DPF_DEFAULT_GRPC_MODE=insecure
232233 tox -e test-api_entry,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
233234
234235 - name : " Run compatible tests in parallel"
@@ -238,6 +239,7 @@ jobs:
238239 max_attempts : 2
239240 shell : bash
240241 command : |
242+ export DPF_DEFAULT_GRPC_MODE=insecure
241243 tox run-parallel -m ciparalleltests ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
242244
243245 - name : " Test API test_server"
@@ -247,6 +249,7 @@ jobs:
247249 max_attempts : 2
248250 shell : bash
249251 command : |
252+ export DPF_DEFAULT_GRPC_MODE=insecure
250253 tox -e test-server,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
251254
252255 - name : " Test API test_remote_workflow"
@@ -256,11 +259,13 @@ jobs:
256259 max_attempts : 3
257260 shell : bash
258261 command : |
262+ export DPF_DEFAULT_GRPC_MODE=insecure
259263 tox -e test-remote_workflow,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
260264
261265 - name : " Test API test_remote_operator"
262266 shell : bash
263267 run : |
268+ export DPF_DEFAULT_GRPC_MODE=insecure
264269 tox -e test-remote_operator,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
265270
266271 - name : " Test API test_workflow"
@@ -270,6 +275,7 @@ jobs:
270275 max_attempts : 4
271276 shell : bash
272277 command : |
278+ export DPF_DEFAULT_GRPC_MODE=insecure
273279 tox -e test-workflow,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
274280
275281 - name : " Test API test_service"
@@ -279,6 +285,7 @@ jobs:
279285 max_attempts : 2
280286 shell : bash
281287 command : |
288+ export DPF_DEFAULT_GRPC_MODE=insecure
282289 tox -e test-service,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
283290
284291 - name : " Combine coverage results"
0 commit comments