You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/07/03 17:54:30 UTC

git commit: Adding a prefered batch Queue

Repository: airavata
Updated Branches:
  refs/heads/master efca3d60e -> 527900b82


Adding a prefered batch Queue


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/527900b8
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/527900b8
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/527900b8

Branch: refs/heads/master
Commit: 527900b829678f238eafbb5dad1783950b40947d
Parents: efca3d6
Author: Suresh Marru <sm...@apache.org>
Authored: Thu Jul 3 11:54:25 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Jul 3 11:54:25 2014 -0400

----------------------------------------------------------------------
 .../thrift-interface-descriptions/gatewayProfileModel.thrift        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/527900b8/airavata-api/thrift-interface-descriptions/gatewayProfileModel.thrift
----------------------------------------------------------------------
diff --git a/airavata-api/thrift-interface-descriptions/gatewayProfileModel.thrift b/airavata-api/thrift-interface-descriptions/gatewayProfileModel.thrift
index ed0c3ae..7a82008 100644
--- a/airavata-api/thrift-interface-descriptions/gatewayProfileModel.thrift
+++ b/airavata-api/thrift-interface-descriptions/gatewayProfileModel.thrift
@@ -51,6 +51,7 @@ struct ComputeResourcePreference {
     2: required bool overridebyAiravata = 1,
     3: optional string preferredJobSubmissionProtocol,
     4: optional string preferredDataMovementProtocol,
+    5: optional string preferredBatchQueue,
     5: optional string scratchLocation,
     6: optional string allocationProjectNumber
 }