src/hg/utils/automation/HgAutomate.pm 1.26

1.26 2009/05/08 23:05:21 hiram
Do not check swarm for workhorse idle machines, and add orfeomeGenes to genbank list of tables for makePushQSql.pl
Index: src/hg/utils/automation/HgAutomate.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/HgAutomate.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -B -U 4 -r1.25 -r1.26
--- src/hg/utils/automation/HgAutomate.pm	8 May 2009 22:57:01 -0000	1.25
+++ src/hg/utils/automation/HgAutomate.pm	8 May 2009 23:05:21 -0000	1.26
@@ -214,10 +214,10 @@
   # swarm and hgwdev are now valid workhorses since they have access to hive.
   confess "Too many arguments" if (scalar(@_) != 0);
   my %horses = ();
   foreach my $machLine ('swarm', 'kolossus', 'hgwdev',
-	`ssh -x memk parasol list machines | grep idle`,
-	`ssh -x swarm parasol list machines | grep idle`) {
+	`ssh -x encodek parasol list machines | grep idle`,
+	`ssh -x memk parasol list machines | grep idle`) {
     my $mach = $machLine;
     $mach =~ s/[\. ].*//;
     chomp $mach;
     $horses{$mach} = &getLoadFactor($mach) if (! exists $horses{$mach});