is jenkins on my branch?

pull/30443/head
Shane Smiskol 2 years ago
parent cbdcc05502
commit fcd8b2b3ec
  1. 6
      .github/workflows/selfdrive_tests.yaml
  2. 1
      selfdrive/car/tests/test_models.py

@ -7,9 +7,9 @@ on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
# cancel-in-progress: true
env:
PYTHONWARNINGS: error

@ -319,6 +319,7 @@ class TestCarModelBase(unittest.TestCase):
@given(data=st.data())
@seed(1) # for reproduction
def test_panda_safety_carstate_fuzzy(self, data):
raise Exception
if self.CP.enableGasInterceptor: # TODO known failure for now
raise unittest.SkipTest
"""

Loading…
Cancel
Save