Skip to content

Commit cf81df9

Browse files
committed
HotelLux, rest in peace. Your job is now being done by Carrier.
1 parent df88402 commit cf81df9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

master/master.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if len(credentials.read("credentials.ini")) == 0:
125125
c['workers'] = [
126126
worker.Worker('AHK-Bot', credentials.get("workers", "AHK-Bot_passwd")),
127127
worker.Worker('Fezile', credentials.get("workers", "Fezile_passwd")),
128-
worker.Worker('HotelLux', credentials.get("workers", "HotelLux_passwd")),
128+
worker.Worker('Carrier', credentials.get("workers", "Carrier_passwd")),
129129
worker.Worker('Carrier-WHS-Bot', credentials.get("workers", "Carrier-WHS-Bot_passwd")),
130130
worker.Worker('Carrier-Win2003-x64', credentials.get("workers", "Carrier-Win2003-x64_passwd")),
131131
worker.Worker('Carrier-Win7', credentials.get("workers", "Carrier-Win7_passwd")),
@@ -164,12 +164,12 @@ c['schedulers'].append(schedulers.SingleBranchScheduler(
164164
builderNames=["Test WHS"]))
165165

166166
c['schedulers'].append(schedulers.Triggerable(
167-
name="HotelLux Testbot Trigger",
167+
name="Carrier Testbot Trigger",
168168
builderNames=["Test KVM", "Test VBox"]))
169169
#builderNames=["Test KVM", "Test VMW", "Test VMW Hybrid", "Test VBox"]))
170170

171171
c['schedulers'].append(schedulers.Triggerable(
172-
name="HotelLux Testbot-x64 Trigger",
172+
name="Carrier Testbot-x64 Trigger",
173173
builderNames=["Test KVM_x64"]))
174174

175175
c['schedulers'].append(schedulers.Triggerable(
@@ -246,7 +246,7 @@ Build_GCCLin_x86.addStep(bs_bootcd)
246246
Build_GCCLin_x86.addStep(bs_livecd)
247247
Build_GCCLin_x86.addStep(steps.Compile(name="regtestcd", command=["bash", scripts_root + "regtestcd", "-DENABLE_ROSTESTS=1"], warningPattern="^(.*warning[: ].*|.*error[: ].*)", description=["TestCD"], descriptionDone=["TestCD"]))
248248
Build_GCCLin_x86.addStep(steps.SetPropertyFromCommand(command=["bash", scripts_root + "get_suffix"], property="suffix"))
249-
Build_GCCLin_x86.addStep(steps.Trigger(schedulerNames=['HotelLux Testbot Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
249+
Build_GCCLin_x86.addStep(steps.Trigger(schedulerNames=['Carrier Testbot Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
250250
Build_GCCLin_x86.addStep(bs_upload_iso)
251251

252252
Build_GCCLin_x86_Release = util.BuildFactory();
@@ -286,7 +286,7 @@ Build_MSVC_x64.addStep(steps.Compile(name="rostests", command=["bash", scripts_r
286286
Build_MSVC_x64.addStep(steps.SetPropertyFromCommand(command=["bash", scripts_root + "get_suffix"], property="suffix"))
287287
#Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['Carrier-Win2003-x64 Testbot Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
288288
Build_MSVC_x64.addStep(steps.Compile(name="regtestcd", command=["bash", scripts_root + "regtestcd", "-DENABLE_ROSTESTS=1"], warningPattern="^(.*warning[: ].*|.*error[: ].*)", description=["TestCD"], descriptionDone=["TestCD"]))
289-
#Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['HotelLux Testbot-x64 Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
289+
#Build_MSVC_x64.addStep(steps.Trigger(schedulerNames=['Carrier Testbot-x64 Trigger'], waitForFinish=False, copy_properties=['got_revision', 'id', 'owners', 'reason', 'suffix']))
290290
Build_MSVC_x64.addStep(bs_upload_iso)
291291

292292
Test_KVM = util.BuildFactory();
@@ -338,13 +338,13 @@ c['builders'] = [
338338
util.BuilderConfig(
339339
name="Build GCCLin_x86",
340340
properties={"rosbe": "2.2-Unix", "arch": "i686"},
341-
workernames=["HotelLux"],
341+
workernames=["Carrier"],
342342
builddir="Build_GCCLin_x86",
343343
factory=Build_GCCLin_x86),
344344
util.BuilderConfig(
345345
name="Build GCCLin_x86 Release",
346346
properties={"rosbe": "2.2-Unix", "arch": "i686"},
347-
workernames=["HotelLux"],
347+
workernames=["Carrier"],
348348
builddir="Build_GCCLin_x86_Release",
349349
factory=Build_GCCLin_x86_Release),
350350
util.BuilderConfig(
@@ -366,8 +366,8 @@ c['builders'] = [
366366
builddir="Build_MSVC_x64",
367367
factory=Build_MSVC_x64),
368368

369-
util.BuilderConfig(name="Test KVM", workernames=["HotelLux"], builddir="Test_KVM", factory=Test_KVM),
370-
util.BuilderConfig(name="Test KVM_x64", workernames=["HotelLux"], builddir="Test_KVM_x64", factory=Test_KVM_x64),
369+
util.BuilderConfig(name="Test KVM", workernames=["Carrier"], builddir="Test_KVM", factory=Test_KVM),
370+
util.BuilderConfig(name="Test KVM_x64", workernames=["Carrier"], builddir="Test_KVM_x64", factory=Test_KVM_x64),
371371
#util.BuilderConfig(name="Test KVM AHK", workernames=["AHK-Bot"], builddir="Test_KVM_AHK", factory=Test_KVM_AHK),
372372
#util.BuilderConfig(name="Test VMW", workernames=["Fezile"], builddir="Test_VMW", factory=Test_VMW),
373373
#util.BuilderConfig(name="Test VMW Hybrid", workernames=["Fezile"], builddir="Test_VMW_Hybrid", factory=Test_VMW_Hybrid),

0 commit comments

Comments
 (0)