File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ resources:
3232variables :
3333 - template : /eng/templates/utils/variables.yml@self
3434 - template : /eng/templates/utils/official-variables.yml@self
35+ - template : /eng/templates/utils/emulator-variables.yml@self
3536 - name : codeql.excludePathPatterns
3637 value : deps/,build/
3738
Original file line number Diff line number Diff line change 2222 python -m invoke -c test_setup build-protos
2323 displayName: 'Install dependencies'
2424 - bash : |
25- python -m pytest --reruns 4 -vv --instafail tests/endtoend tests/extension_tests/deferred_bindings_tests tests/extension_tests/http_v2_tests
25+ python -m pytest --reruns 4 -vv --instafail tests/endtoend
2626 env:
2727 DEDICATED_DOCKER_TEST: $(CUSTOM_DED_IMAGE)
2828 CONSUMPTION_DOCKER_TEST: $(CUSTOM_CON_IMAGE)
Original file line number Diff line number Diff line change 6161 python -m invoke -c test_setup build-protos
6262 displayName: 'Install dependencies'
6363 - bash : |
64- python -m pytest --reruns 4 -vv --instafail tests/endtoend tests/extension_tests/deferred_bindings_tests tests/extension_tests/http_v2_tests
64+ python -m pytest --reruns 4 -vv --instafail tests/endtoend
6565 env:
6666 CONSUMPTION_DOCKER_TEST: "true"
6767 AzureWebJobsStorage: $(STORAGE_CONNECTION)
Original file line number Diff line number Diff line change 6161 python -m invoke -c test_setup build-protos
6262 displayName: 'Install dependencies'
6363 - bash : |
64- python -m pytest --reruns 4 -vv --instafail tests/endtoend tests/extension_tests/deferred_bindings_tests tests/extension_tests/http_v2_tests
64+ python -m pytest --reruns 4 -vv --instafail tests/endtoend
6565 env:
6666 DEDICATED_DOCKER_TEST: "true"
6767 AzureWebJobsStorage: $(STORAGE_CONNECTION)
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ test-http-v2 = [
9292test-deferred-bindings = [
9393 " azurefunctions-extensions-bindings-blob==1.1.1" ,
9494 " azurefunctions-extensions-bindings-eventhub==1.0.0b1" ,
95- " azurefunctions-extensions-bindings-servicebus==1.0.0b1 "
95+ " azurefunctions-extensions-bindings-servicebus==1.0.0b2 "
9696]
9797
9898[build-system ]
You can’t perform that action at this time.
0 commit comments