This commit is contained in:
Maxime Desroches 2024-11-20 20:55:11 -08:00
parent b0699ccf20
commit 430b24d2f2
5 changed files with 5 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -161,7 +161,7 @@ node {
'testing-closet*', 'hotfix-*']
def excludeRegex = excludeBranches.join('|').replaceAll('\\*', '.*')
if (env.BRANCH_NAME != 'master') {
if (env.BRANCH_NAME != 'master' && env.BRANCH_NAME != '__jenkins_loop_test_4') {
properties([
disableConcurrentBuilds(abortPrevious: true)
])

1
selfdrive/modeld/testing Normal file
View File

@ -0,0 +1 @@
TESTING

1
selfdrive/pandad/testing Normal file
View File

@ -0,0 +1 @@
TESTING

View File

@ -18,7 +18,7 @@ FRAME_DELTA_TOLERANCE = {log.FrameData.ImageSensor.ar0231: 1.0,
CAMERAS = ('roadCameraState', 'driverCameraState', 'wideRoadCameraState')
# TODO: this shouldn't be needed
@flaky(max_runs=3)
@flaky(max_runs=4)
@pytest.mark.tici
class TestCamerad:
@classmethod

1
system/qcomgpsd/testing Normal file
View File

@ -0,0 +1 @@
TESTING