Skip to content

[WIP/ Do not review] Migrate to new Azure tenant#11269

Draft
willdavsmith wants to merge 21 commits intoradius-project:mainfrom
willdavsmith:0217ftfixes
Draft

[WIP/ Do not review] Migrate to new Azure tenant#11269
willdavsmith wants to merge 21 commits intoradius-project:mainfrom
willdavsmith:0217ftfixes

Conversation

@willdavsmith
Copy link
Contributor

@willdavsmith willdavsmith commented Feb 19, 2026

Description

  • Migrate to new Azure tenant
  • Use resources deployed via Terraform
  • Improve fork-ability of repo

Passing LRT run: https://github.com/willdavsmith/radius/actions/runs/22155234512
Passing Cloud test run: https://github.com/willdavsmith/radius/actions/runs/22124974117
Passing noncloud test run: https://github.com/willdavsmith/radius/actions/runs/22116389603

New/updated GitHub variables:

BICEP_TYPES_REGISTRY
FUNCTIONAL_TEST_APP_ID
FUNCTIONAL_TEST_BICEP_RECIPE_REGISTRY
FUNCTIONAL_TEST_CONTAINER_REGISTRY
LRT_AKS_CLUSTER_NAME
LRT_AKS_RESOURCE_GROUP
RADIUS_REPOSITORY

New/updated GitHub secrets:

AZURE_SP_TESTS_APPID
AZURE_SP_TESTS_TENANTID
AZURE_SUBSCRIPTIONID_TESTS
BICEPTYPES_CLIENT_ID
BICEPTYPES_SUBSCRIPTION_ID
BICEPTYPES_TENANT_ID
FUNCTEST_AZURE_OIDC_JSON
FUNCTEST_PREPROVISIONED_RESOURCE_JSON
FUNCTIONAL_TEST_APP_PRIVATE_KEY

Type of change

  • This pull request adds or changes features of Radius and has an approved issue (issue link required).

Fixes: #issue_number

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
@willdavsmith willdavsmith requested a deployment to external-contributor-approval February 19, 2026 17:12 — with GitHub Actions Waiting
if ! rad install kubernetes \
--set global.azureWorkloadIdentity.enabled=true \
--set database.enabled=true; then
--set database.enabled=false; then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The new tenants have pretty tight quotas, and the database feature doesn't seem to work in single-node AKS. disabling for now.

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
@willdavsmith willdavsmith temporarily deployed to external-contributor-approval February 19, 2026 21:30 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.00%. Comparing base (9d115e2) to head (1c48b13).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11269   +/-   ##
=======================================
  Coverage   51.00%   51.00%           
=======================================
  Files         679      679           
  Lines       43174    43174           
=======================================
  Hits        22019    22019           
  Misses      19035    19035           
  Partials     2120     2120           

☔ 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.

@willdavsmith willdavsmith temporarily deployed to external-contributor-approval February 19, 2026 23:05 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 19, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository willdavsmith/radius
Commit ref 6cf30d7
Unique ID funce57ab6a1a9
Image tag pr-funce57ab6a1a9
  • 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-funce57ab6a1a9
  • 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-funce57ab6a1a9
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funce57ab6a1a9
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funce57ab6a1a9
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funce57ab6a1a9
  • 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...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
❌ Test tool installation for corerp-cloud failed. Please check the logs for more details
❌ Failed to install Radius for corerp-cloud functional test. Please check the logs for more details
❌ Test tool installation for ucp-cloud failed. Please check the logs for more details
❌ Failed to install Radius for ucp-cloud functional test. Please check the logs for more details
❌ corerp-cloud functional test failed. Please check the logs for more details
❌ ucp-cloud functional test failed. Please check the logs for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments