Skip to content

Commit

Permalink
Delete InnerEye from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Feb 20, 2024
1 parent f15c0bc commit 1e48253
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/guacamole"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/azureml"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/innereye"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/gitea"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down Expand Up @@ -546,8 +544,6 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/guacamole"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/azureml"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/innereye"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/gitea"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down

4 comments on commit 1e48253

@jonnyry
Copy link
Collaborator

@jonnyry jonnyry commented on 1e48253 Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be merged over into the microsoft/AzureTRE-Deployment repo? Thanks

(we are seeing InnerEye failures when running from the deployment repo)

@tamirkamara
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It will find its way there too in the near future after we complete a couple of other things here.

@jonnyry
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of interest, what was causing the InnerEye bundle to fail?

@marrobi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getporter/porter#2987

Although it is slightly odd other bundles using exec work. Was just the quickest workaround to unblock us. Hopefully the Porter issue will get resolved shortly.

Please sign in to comment.