[Swift-commit] r7918 - in branches/release-0.95/tests: multi_remote stress/apps/modis_uc3
yadunandb at ci.uchicago.edu
yadunandb at ci.uchicago.edu
Fri Jun 13 11:09:26 CDT 2014
Author: yadunandb
Date: 2014-06-13 11:09:26 -0500 (Fri, 13 Jun 2014)
New Revision: 7918
Modified:
branches/release-0.95/tests/multi_remote/remote_driver.check.sh
branches/release-0.95/tests/stress/apps/modis_uc3/sites.template.xml
Log:
Updates to publish server
Updated URL for osgconnect
Modified: branches/release-0.95/tests/multi_remote/remote_driver.check.sh
===================================================================
--- branches/release-0.95/tests/multi_remote/remote_driver.check.sh 2014-06-13 16:08:51 UTC (rev 7917)
+++ branches/release-0.95/tests/multi_remote/remote_driver.check.sh 2014-06-13 16:09:26 UTC (rev 7918)
@@ -1,7 +1,8 @@
#!/bin/bash
PUBLISH_LOCATION=/scratch/midway/yadunand/publish
-PUBLISH_SERVER=http://swift.rcc.uchicago.edu:8042
+#PUBLISH_SERVER=http://swift.rcc.uchicago.edu:8042
+PUBLISH_SERVER=http://users.rcc.uchicago.edu/~yadunand
DATE=$(date +%H%M%S)
[ ! -z $FROM_MAIL ] || FROM_MAIL="test-engine at swift.rcc.uchicago"
Modified: branches/release-0.95/tests/stress/apps/modis_uc3/sites.template.xml
===================================================================
--- branches/release-0.95/tests/stress/apps/modis_uc3/sites.template.xml 2014-06-13 16:08:51 UTC (rev 7917)
+++ branches/release-0.95/tests/stress/apps/modis_uc3/sites.template.xml 2014-06-13 16:09:26 UTC (rev 7918)
@@ -2,7 +2,7 @@
<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
<pool handle="uc3">
- <execution provider="coaster" url="uc3-sub.uchicago.edu" jobmanager="ssh-cl:condor"/>
+ <execution provider="coaster" url="login.osgconnect.net" jobmanager="ssh-cl:condor"/>
<profile namespace="karajan" key="jobThrottle">10.00</profile>
<profile namespace="karajan" key="initialScore">10000</profile>
<profile namespace="globus" key="jobsPerNode">1</profile>
@@ -16,7 +16,7 @@
<profile namespace="globus" key="condor.+AccountingGroup">"group_friends.{env.USER}"</profile>
<profile namespace="globus" key="condor.+ProjectName">"Swift"</profile>
<profile namespace="globus" key="jobType">nonshared</profile>
- <workdirectory>.</workdirectory>
+ <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
</pool>
</config>
More information about the Swift-commit
mailing list