commaai/openpilot

Run MetaDrive simulation test in GitHub Actions

Open

#30,693 opened on Dec 12, 2023

 (22 comments) (0 reactions) (0 assignees)Python (10,898 forks)batch import
CI / testingbountygood first issue

Repository metrics

Stars
 (60,911 stars)
PR merge metrics
 (Avg merge 7d 20h) (92 merged PRs in 30d)

Description

Requirements:

  • runs on the free for open source Actions instances (can't use a higher tier one)
  • reliable, passes 20+ times in a row
  • runs in real time: 1m of driving in openpilot is equivalent to 1m in CI time
  • logs (qlog, rlog, and camera files) uploaded as an artifact

https://github.com/commaai/openpilot/blob/master/tools/sim/tests/test_sim_bridge.py

Contributor guide