mirror of https://github.com/commaai/openpilot.git
testing
This commit is contained in:
parent
b0699ccf20
commit
430b24d2f2
|
@ -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)
|
||||
])
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
TESTING
|
|
@ -0,0 +1 @@
|
|||
TESTING
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
TESTING
|
Loading…
Reference in New Issue