@@ -297,9 +297,9 @@ Build_MSVC_x64.addStep(bs_bootcd)
297
297
Build_MSVC_x64 .addStep (bs_livecd )
298
298
Build_MSVC_x64 .addStep (steps .Compile (name = "rostests" , command = ["bash" , scripts_root + "build_rostests" ], warningPattern = "^(.*warning[: ].*|.*error[: ].*)" , description = ["rostests" ], descriptionDone = ["rostests" ]))
299
299
Build_MSVC_x64 .addStep (steps .SetPropertyFromCommand (command = ["bash" , scripts_root + "get_suffix" ], property = "suffix" ))
300
- Build_MSVC_x64 .addStep (steps .Trigger (schedulerNames = ['Carrier-Win2003-x64 Testbot Trigger' ], waitForFinish = False , copy_properties = ['got_revision' , 'id' , 'owners' , 'reason' , 'suffix' ]))
300
+ # Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['Carrier-Win2003-x64 Testbot Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
301
301
Build_MSVC_x64 .addStep (steps .Compile (name = "regtestcd" , command = ["bash" , scripts_root + "regtestcd" , "-DENABLE_ROSTESTS=1" ], warningPattern = "^(.*warning[: ].*|.*error[: ].*)" , description = ["TestCD" ], descriptionDone = ["TestCD" ]))
302
- Build_MSVC_x64 .addStep (steps .Trigger (schedulerNames = ['HotelLux Testbot-x64 Trigger' ], waitForFinish = False , copy_properties = ['got_revision' , 'id' , 'owners' , 'reason' , 'suffix' ]))
302
+ # Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['HotelLux Testbot-x64 Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
303
303
Build_MSVC_x64 .addStep (bs_upload_iso )
304
304
305
305
Test_KVM = util .BuildFactory ();
0 commit comments