Skip to content

Commit 87a7b3d

Browse files
committed
Update smoketest for local runs
In particular, use `local_compute_services` flag.
1 parent df6390c commit 87a7b3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

smoke_tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ integration:
1919
tox -e localdeps -- --compute-config integration
2020
local_with_dev_sdk:
2121
@if [ -z "${COMPUTE_LOCAL_ENDPOINT_ID}" ]; then echo "Missing exported COMPUTE_LOCAL_ENDPOINT_ID"; exit 1; fi
22-
tox -e localdeps -- --compute-config local
22+
tox -e localdeps -- --compute-config local --local-compute-services
2323
local_with_published_sdk:
2424
@if [ -z "${COMPUTE_LOCAL_ENDPOINT_ID}" ]; then echo "Missing exported COMPUTE_LOCAL_ENDPOINT_ID"; exit 1; fi
25-
tox -- --compute-config local
25+
tox -- --compute-config local --local-compute-services

smoke_tests/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"local": {
7676
# localhost; typical defaults for a helm deploy
77-
"client_args": {"environment": "local"},
77+
"client_args": {"environment": "sandbox"},
7878
"public_hello_fn_uuid": _LOCAL_FUNCTION_ID,
7979
"endpoint_uuid": _LOCAL_ENDPOINT_ID,
8080
},

0 commit comments

Comments
 (0)