Skip to content

Commit

Permalink
Update simulator and fix ci pull spam (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJa4 committed Jan 30, 2024
1 parent 29a2530 commit 57c9c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set AGENT_VERSION from hash (workaround)
run: echo "AGENT_VERSION=${{ steps.hash.outputs.hash }}" >> $GITHUB_ENV
- name: Run docker-compose
run: docker compose up --exit-code-from agent
run: docker compose up --quiet-pull --exit-code-from agent
- name: Copy results
run: docker compose cp agent:/tmp/simulation_results.json .
- name: Stop docker-compose
Expand Down
4 changes: 2 additions & 2 deletions build/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "paf22-test"

services:
carla-simulator:
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -RenderOffScreen
image: ghcr.io/nylser/carla:leaderboard
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -RenderOffScreen -nosound
image: ghcr.io/una-auxme/paf23:leaderboard-2.0
init: true
deploy:
resources:
Expand Down

0 comments on commit 57c9c3a

Please sign in to comment.