This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch airavata-aws
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 440ed023f6 return onFail when there's an exception while creating EC2
instance
add 0f3e0219b7 spotless
No new revisions were added by this update.
Summary of changes:
.../apache/airavata/helix/agent/ssh/SSHUtil.java | 32 ++-
.../helix/impl/participant/GlobalParticipant.java | 79 +++---
.../airavata/helix/impl/task/AWSTaskFactory.java | 35 +--
.../airavata/helix/impl/task/HelixTaskFactory.java | 35 +--
.../airavata/helix/impl/task/SlurmTaskFactory.java | 35 +--
.../airavata/helix/impl/task/TaskContext.java | 82 +++---
.../airavata/helix/impl/task/TaskFactory.java | 40 +--
.../helix/impl/task/aws/AWSJobSubmissionTask.java | 153 +++++++----
.../impl/task/aws/AWSProcessContextManager.java | 45 ++--
.../helix/impl/task/aws/CreateEC2InstanceTask.java | 85 ++++---
.../helix/impl/task/aws/NoOperationTask.java | 25 +-
.../helix/impl/task/aws/utils/AWSTaskUtil.java | 69 +++--
.../task/aws/utils/ExponentialBackoffWaiter.java | 51 ++--
.../impl/task/submission/JobSubmissionTask.java | 52 ++--
.../config/app/CloudJobManagerConfiguration.java | 40 +--
.../helix/impl/workflow/PostWorkflowManager.java | 145 ++++++-----
.../helix/impl/workflow/PreWorkflowManager.java | 65 ++---
.../util/GroupComputeResourcePreferenceUtil.java | 35 +--
.../orchestrator/core/utils/OrchestratorUtils.java | 46 ++--
.../cpi/impl/SimpleOrchestratorImpl.java | 282 ++++++++++++++-------
.../AWSGroupComputeResourcePrefEntity.java | 42 +--
.../appcatalog/GroupComputeResourcePrefEntity.java | 45 ++--
.../SlurmGroupComputeResourcePrefEntity.java | 43 ++--
.../appcatalog/GroupResourceProfileRepository.java | 77 +++---
.../appcatalog/GrpComputePrefRepository.java | 40 +--
.../migrator/airavata/AiravataDataMigrator.java | 61 ++---
.../GroupComputeResourcePreferenceUtilTest.java | 8 +-
.../GroupResourceProfileRepositoryTest.java | 158 ++++++------
.../service/handlers/AgentManagementHandler.java | 7 +-
.../file/server/service/ProcessDataManager.java | 44 ++--
30 files changed, 1110 insertions(+), 846 deletions(-)