Skip to content

Commit

Permalink
fix: Update simulator workflow (#291)
Browse files Browse the repository at this point in the history
* fix: Adding modifications to codecov.yml

* fix: updating simulator workflow

* fix: adding kill for background display

---------

Co-authored-by: Armando Banuelos <[email protected]>
Co-authored-by: Armando Banuelos <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 6c3bc2b commit f2c61b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
# wait for status checks to pass
TIMEOUT=120 # Timeout in seconds
TIMEOUT=300 # Timeout in seconds
START_TIME=$(date +%s)
END_TIME=$((START_TIME + TIMEOUT))
while true; do
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
for version in "${carla_versions[@]}"; do
echo "============================= CARLA $version ============================="
export CARLA_ROOT="$version"
pytest tests/simulators/carla/test_carla.py
pytest tests/simulators/carla
done
'
Expand All @@ -160,8 +160,9 @@ jobs:
for version in "${webots_versions[@]}"; do
echo "============================= Webots $version ============================="
export WEBOTS_ROOT="$version"
pytest tests/simulators/webots/test_webots.py
pytest tests/simulators/webots
done
kill %1
'
stop_ec2_instance:
Expand Down

0 comments on commit f2c61b1

Please sign in to comment.