Skip to content

Commit 5da04c1

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update azurefunctions-extensions-bindings-servicebus version to 1.0.0b2 (#1767)
* build: update azurefunctions-extensions-bindings-servicebus version to 1.0.0b2 * refactoring fix --------- Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 0a80f54 commit 5da04c1

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

eng/ci/official-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ resources:
3232
variables:
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

eng/templates/official/jobs/ci-custom-image-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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)

eng/templates/official/jobs/ci-docker-consumption-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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)

eng/templates/official/jobs/ci-docker-dedicated-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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)

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test-http-v2 = [
9292
test-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]

0 commit comments

Comments
 (0)