@@ -282,9 +282,9 @@ Build_MSVC_x64.addStep(bs_prepare_source)
282
282
Build_MSVC_x64 .addStep (make_bs_configure ())
283
283
Build_MSVC_x64 .addStep (bs_bootcd )
284
284
Build_MSVC_x64 .addStep (bs_livecd )
285
- # Build_MSVC_x64.addStep(steps.Compile(name="rostests", command=["bash", scripts_root + "build_rostests"], warningPattern="^(.*warning[: ].*|.*error[: ].*)", description=["rostests"], descriptionDone=["rostests"]))
285
+ Build_MSVC_x64 .addStep (steps .Compile (name = "rostests" , command = ["bash" , scripts_root + "build_rostests" ], warningPattern = "^(.*warning[: ].*|.*error[: ].*)" , description = ["rostests" ], descriptionDone = ["rostests" ]))
286
286
Build_MSVC_x64 .addStep (steps .SetPropertyFromCommand (command = ["bash" , scripts_root + "get_suffix" ], property = "suffix" ))
287
- # Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['Carrier-Win2003-x64 Testbot Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
287
+ Build_MSVC_x64 .addStep (steps .Trigger (schedulerNames = ['Carrier-Win2003-x64 Testbot Trigger' ], waitForFinish = False , copy_properties = ['got_revision' , 'id' , 'owners' , 'reason' , 'suffix' ]))
288
288
Build_MSVC_x64 .addStep (steps .Compile (name = "regtestcd" , command = ["bash" , scripts_root + "regtestcd" , "-DENABLE_ROSTESTS=1" ], warningPattern = "^(.*warning[: ].*|.*error[: ].*)" , description = ["TestCD" ], descriptionDone = ["TestCD" ]))
289
289
#Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['Carrier Testbot-x64 Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
290
290
Build_MSVC_x64 .addStep (bs_upload_iso )
0 commit comments