Skip to content

Commit

Permalink
Build Databricks bundles in workflow (#3447)
Browse files Browse the repository at this point in the history
* Build databricks bundles in workflow

* changelog
  • Loading branch information
tamirkamara committed Apr 17, 2023
1 parent d68d17e commit 03e6ec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/mysql"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/health-services"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/databricks"}
- {BUNDLE_TYPE: "user_resource",
BUNDLE_DIR: "./templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm"}
- {BUNDLE_TYPE: "user_resource",
Expand Down Expand Up @@ -442,6 +444,8 @@ jobs:
BUNDLE_DIR: "./templates/shared_services/cyclecloud/"}
- {BUNDLE_TYPE: "shared_service",
BUNDLE_DIR: "./templates/shared_services/sonatype-nexus-vm/"}
- {BUNDLE_TYPE: "shared_service",
BUNDLE_DIR: "./templates/shared_services/databricks-auth/"}
environment: ${{ inputs.environmentName }}
steps:
- name: Checkout
Expand Down Expand Up @@ -486,6 +490,8 @@ jobs:
BUNDLE_DIR: "./templates/shared_services/cyclecloud/"}
- {BUNDLE_TYPE: "shared_service",
BUNDLE_DIR: "./templates/shared_services/sonatype-nexus-vm/"}
- {BUNDLE_TYPE: "shared_service",
BUNDLE_DIR: "./templates/shared_services/databricks-auth/"}
environment: ${{ inputs.environmentName }}
steps:
- name: Checkout
Expand Down Expand Up @@ -541,6 +547,8 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/mysql"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/health-services"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/databricks"}

environment: ${{ inputs.environmentName }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FEATURES:
ENHANCEMENTS:
* Added 'availableUpgrades' field to Resources in GET/GET all Resources endpoints. The field indicates whether there are template versions that a resource can be upgraded to [#3234](https://github.com/microsoft/AzureTRE/pull/3234)
* Update Porter (1.0.11), Docker (23.0.3), Terraform (1.4.5) ([#3430](https://github.com/microsoft/AzureTRE/issues/3430))
* Build, publish and register Databricks bundles in workflow ([#3447](https://github.com/microsoft/AzureTRE/issues/3447))

BUG FIXES:
* Fix ENABLE_SWAGGER configuration being ignored in CI ([#3355](https://github.com/microsoft/AzureTRE/pull/3355))
Expand Down

0 comments on commit 03e6ec7

Please sign in to comment.