@@ -123,12 +123,10 @@ if len(credentials.read("credentials.ini")) == 0:
123
123
####### WORKERS
124
124
125
125
c ['workers' ] = [
126
- worker .Worker ('AHK-Bot' , credentials .get ("workers" , "AHK-Bot_passwd" )),
127
- worker .Worker ('Fezile' , credentials .get ("workers" , "Fezile_passwd" )),
128
- worker .Worker ('Carrier' , credentials .get ("workers" , "Carrier_passwd" )),
129
- worker .Worker ('Carrier-WHS-Bot' , credentials .get ("workers" , "Carrier-WHS-Bot_passwd" )),
130
- worker .Worker ('Carrier-Win2003-x64' , credentials .get ("workers" , "Carrier-Win2003-x64_passwd" )),
131
- worker .Worker ('Carrier-Win7' , credentials .get ("workers" , "Carrier-Win7_passwd" )),
126
+ worker .Worker ('Phoenix' , credentials .get ("workers" , "Phoenix_passwd" )),
127
+ worker .Worker ('Phoenix-WHS-Bot' , credentials .get ("workers" , "Phoenix-WHS-Bot_passwd" )),
128
+ worker .Worker ('Phoenix-Win2003-x64' , credentials .get ("workers" , "Phoenix-Win2003-x64_passwd" )),
129
+ worker .Worker ('Phoenix-Win7' , credentials .get ("workers" , "Phoenix-Win7_passwd" )),
132
130
worker .Worker ('Testee' , credentials .get ("workers" , "Testee_passwd" )),
133
131
]
134
132
@@ -348,38 +346,38 @@ c['builders'] = [
348
346
util .BuilderConfig (
349
347
name = "Build GCCLin_x86" ,
350
348
properties = {"rosbe" : "2.2-Unix" , "arch" : "i686" },
351
- workernames = ["Carrier " ],
349
+ workernames = ["Phoenix " ],
352
350
builddir = "Build_GCCLin_x86" ,
353
351
factory = Build_GCCLin_x86 ),
354
352
util .BuilderConfig (
355
353
name = "Build GCCLin_x86 Release" ,
356
354
properties = {"rosbe" : "2.2-Unix" , "arch" : "i686" },
357
- workernames = ["Carrier " ],
355
+ workernames = ["Phoenix " ],
358
356
builddir = "Build_GCCLin_x86_Release" ,
359
357
factory = Build_GCCLin_x86_Release ),
360
358
util .BuilderConfig (
361
359
name = "Build GCCWin_x86" ,
362
360
properties = {"rosbe" : "2.2.0-Win" , "arch" : "i686" },
363
- workernames = ["Carrier -Win7" ],
361
+ workernames = ["Phoenix -Win7" ],
364
362
builddir = "Build_GCCWin_x86" ,
365
363
factory = Build_GCCWin_x86 ),
366
364
util .BuilderConfig (
367
365
name = "Build MSVC_x86" ,
368
366
properties = {"rosbe" : "2.2.0-Win" , "arch" : "i686" },
369
- workernames = ["Carrier -Win7" ],
367
+ workernames = ["Phoenix -Win7" ],
370
368
builddir = "Build_MSVC_x86" ,
371
369
factory = Build_MSVC_x86 ),
372
370
util .BuilderConfig (
373
371
name = "Build MSVC_x64" ,
374
372
properties = {"rosbe" : "2.2.0-Win" , "arch" : "amd64" },
375
- workernames = ["Carrier -Win7" ],
373
+ workernames = ["Phoenix -Win7" ],
376
374
builddir = "Build_MSVC_x64" ,
377
375
factory = Build_MSVC_x64 ),
378
376
379
- util .BuilderConfig (name = "Test KVM" , workernames = ["Carrier " ], builddir = "Test_KVM" , factory = Test_KVM ),
380
- util .BuilderConfig (name = "Test KVM_x64" , workernames = ["Carrier " ], builddir = "Test_KVM_x64" , factory = Test_KVM_x64 ),
381
- util .BuilderConfig (name = "Test Win2003_x64" , workernames = ["Carrier -Win2003-x64" ], builddir = "Test_Win2003_x64" , factory = Test_Win2003_x64 ),
382
- util .BuilderConfig (name = "Test WHS" , workernames = ["Carrier -WHS-Bot" ], builddir = "Test_WHS" , factory = Test_WHS ),
377
+ util .BuilderConfig (name = "Test KVM" , workernames = ["Phoenix " ], builddir = "Test_KVM" , factory = Test_KVM ),
378
+ util .BuilderConfig (name = "Test KVM_x64" , workernames = ["Phoenix " ], builddir = "Test_KVM_x64" , factory = Test_KVM_x64 ),
379
+ util .BuilderConfig (name = "Test Win2003_x64" , workernames = ["Phoenix -Win2003-x64" ], builddir = "Test_Win2003_x64" , factory = Test_Win2003_x64 ),
380
+ util .BuilderConfig (name = "Test WHS" , workernames = ["Phoenix -WHS-Bot" ], builddir = "Test_WHS" , factory = Test_WHS ),
383
381
util .BuilderConfig (name = "Test VBox" , workernames = ["Testee" ], builddir = "Test_VBox" , factory = Test_VBox ),
384
382
]
385
383
@@ -390,19 +388,6 @@ c['builders'] = [
390
388
# has a variety to choose from, like IRC bots.
391
389
392
390
c ['services' ] = [
393
- reporters .IRC (
394
- host = "irc.freenode.net" ,
395
- port = 6697 ,
396
- useSSL = True ,
397
- nick = "RosBuild" ,
398
- password = credentials .get ("irc" , "RosBuild_passwd" ),
399
- channels = ["#reactos" , "#reactos-dev" ],
400
- allowForce = False ,
401
- notify_events = {
402
- 'exception' : 1 ,
403
- 'failure' : 1
404
- }
405
- ),
406
391
reporters .GitHubStatusPush (
407
392
token = credentials .get ("github" , "bbtoken" )
408
393
),
0 commit comments