Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Change to use VSS 4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Feb 8, 2024
1 parent 7a0d41e commit 32f4069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
# force using it-setup.sh (testing with ghcr.io tags), DAPR standalone mode does not work in CI
USE_DAPR: "0"
GRPC_ENABLE_FORK_SUPPORT: "false"
USE_VSS3: "1"
run: |
pytest -v ./integration_test --asyncio-mode=auto \
--override-ini junit_family=xunit1 --junit-xml=./results/IntegrationTest/junit.xml \
Expand Down
2 changes: 1 addition & 1 deletion seat_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV CAN=cansim
#ENV CAN_WAIT=30

# SeatService VSS support [3, 4]
ENV VSS=3
ENV VSS=4

# Seat Service GRPC bind host
ENV SERVICE_HOST=0.0.0.0
Expand Down

0 comments on commit 32f4069

Please sign in to comment.