Skip to content

Commit 7ad8cd2

Browse files
committed
[MASTER] Disable amd64 testers until they fixed
1 parent 7660d50 commit 7ad8cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ Build_MSVC_x64.addStep(bs_bootcd)
297297
Build_MSVC_x64.addStep(bs_livecd)
298298
Build_MSVC_x64.addStep(steps.Compile(name="rostests", command=["bash", scripts_root + "build_rostests"], warningPattern="^(.*warning[: ].*|.*error[: ].*)", description=["rostests"], descriptionDone=["rostests"]))
299299
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']))
301301
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']))
303303
Build_MSVC_x64.addStep(bs_upload_iso)
304304

305305
Test_KVM = util.BuildFactory();

0 commit comments

Comments
 (0)