Skip to content

Adding mysql type to default recipepack.#11913

Merged
nithyatsu merged 3 commits into
radius-project:mainfrom
nithyatsu:mysql
May 15, 2026
Merged

Adding mysql type to default recipepack.#11913
nithyatsu merged 3 commits into
radius-project:mainfrom
nithyatsu:mysql

Conversation

@nithyatsu
Copy link
Copy Markdown
Contributor

Description

Adding mysql type to default recipepack as a quick follow up to #11911

Copilot AI review requested due to automatic review settings May 15, 2026 18:30
@nithyatsu nithyatsu requested review from a team as code owners May 15, 2026 18:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds the MySQL database core resource type to the default (Radius-provided) recipe pack so environments without explicit recipe pack configuration still get a recipe for Radius.Data/mySqlDatabases.

Changes:

  • Extend GetCoreTypesRecipeInfo() to include Radius.Data/mySqlDatabases pointing at the ghcr.io/radius-project/kube-recipes/mysqldatabases OCI artifact.
  • Update unit tests to expect the additional core type in the default recipe pack definition.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pkg/cli/recipepack/recipepack.go Adds the MySQL database resource type + recipe OCI location to the default core-types recipe list.
pkg/cli/recipepack/recipepack_test.go Updates assertions to reflect the additional default recipe entry.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.71%. Comparing base (48bcd09) to head (990e6f7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11913      +/-   ##
==========================================
- Coverage   51.74%   51.71%   -0.03%     
==========================================
  Files         726      726              
  Lines       45605    45608       +3     
==========================================
- Hits        23597    23587      -10     
- Misses      19788    19795       +7     
- Partials     2220     2226       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Nithya Subramanian <nithyasu@microsoft.com>
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented May 15, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository nithyatsu/radius
Commit ref 990e6f7
Unique ID funce220169783
Image tag pr-funce220169783
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funce220169783
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funce220169783
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funce220169783
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funce220169783
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funce220169783
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@nithyatsu nithyatsu merged commit b4f6667 into radius-project:main May 15, 2026
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants