Repository: airavata-php-gateway Updated Branches: refs/heads/master 839e0191b -> 30df92794
updating the thrift file Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/30df9279 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/30df9279 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/30df9279 Branch: refs/heads/master Commit: 30df927943d3d0fa2f1470dc170086604626023f Parents: 839e019 Author: scnakandala <[email protected]> Authored: Wed May 31 12:50:36 2017 -0400 Committer: scnakandala <[email protected]> Committed: Wed May 31 12:50:36 2017 -0400 ---------------------------------------------------------------------- .../Airavata/Model/AppCatalog/ComputeResource/Types.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/30df9279/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php ---------------------------------------------------------------------- diff --git a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php index cc19b78..47e6e24 100644 --- a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php +++ b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php @@ -42,18 +42,16 @@ final class ResourceJobManagerType { const SLURM = 2; const LSF = 3; const UGE = 4; - const LD_SIU = 5; - const CLOUD = 6; - const AIRAVATA_CUSTOM = 7; + const CLOUD = 5; + const AIRAVATA_CUSTOM = 6; static public $__names = array( 0 => 'FORK', 1 => 'PBS', 2 => 'SLURM', 3 => 'LSF', 4 => 'UGE', - 5 => 'LD_SIU', - 6 => 'CLOUD', - 7 => 'AIRAVATA_CUSTOM', + 5 => 'CLOUD', + 6 => 'AIRAVATA_CUSTOM', ); }
