Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] b9e2f0: Committing working local execution of a job using ...

  Branch: refs/heads/mccaskey/dockerJobLauncher
  Home:   https://github.com/eclipse/ice
  Commit: b9e2f04abc841fcdf4ada1b88401c211b9b9c6f5
      https://github.com/eclipse/ice/commit/b9e2f04abc841fcdf4ada1b88401c211b9b9c6f5
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M org.eclipse.ice.item/META-INF/MANIFEST.MF
    M org.eclipse.ice.item/plugin.xml
    A org.eclipse.ice.item/src/org/eclipse/ice/item/action/CreateDockerContainerAction.java
    R org.eclipse.ice.item/src/org/eclipse/ice/item/action/DockerExecutionAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteExecutionAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteFileDownloadAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteFileUploadAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/ICEJob.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M org.eclipse.ice.proteus/src/org/eclipse/ice/proteus/PROTEUSLauncher.java
    M org.eclipse.ice.repository/ice.macosx_product.launch

  Log Message:
  -----------
  Committing working local execution of a job using docker. 

Changed DockerExecutionAction to CreateDockerContainerAction which
launches the required container and modifies the
hostname/port/containerId entries in the action data map, forcing the
usual remote execution - remote file upload, launch, and file download. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top