Skip to content

ci(lrt): update Bicep artifact restoration process#11977

Merged
DariuszPorowski merged 2 commits into
mainfrom
dp/level-limpet-bronze
May 21, 2026
Merged

ci(lrt): update Bicep artifact restoration process#11977
DariuszPorowski merged 2 commits into
mainfrom
dp/level-limpet-bronze

Conversation

@DariuszPorowski
Copy link
Copy Markdown
Member

@DariuszPorowski DariuszPorowski commented May 21, 2026

Description

This pull request updates the workflow for restoring Bicep artifacts before running functional tests in the .github/workflows/long-running-azure.yaml file. The main change is to ensure that all necessary Bicep artifacts, including those from a private registry, are restored after re-authenticating with Azure to avoid authentication issues during long-running tests.

Workflow improvements for Bicep artifact restoration:

  • Moved the "Restore Bicep artifacts before running functional tests" step to occur after the "Re-login to Azure" step, ensuring that private registry credentials are fresh before restoring artifacts.
  • Updated the artifact restoration step to explicitly restore three types of Bicep artifacts: one using the Radius extension (public ACR), one using the AWS extension (public ACR), and one using UDT testresources (private registry), improving cache pre-warming and reliability for the functional tests.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Fixes: #11976

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 is added or updated under eng/design-notes/ in this 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 resource-types-contrib is created, if resource types or recipes are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for dashboard is created, if the Radius Dashboard is 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

Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@DariuszPorowski DariuszPorowski self-assigned this May 21, 2026
Copilot AI review requested due to automatic review settings May 21, 2026 15:55
@DariuszPorowski DariuszPorowski requested review from a team as code owners May 21, 2026 15:55
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 21, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

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

This PR updates the long-running Azure functional test workflow to restore (pre-warm) Bicep artifacts after re-authenticating to Azure, ensuring private ACR-based artifacts can be restored with fresh credentials prior to the long-running test execution.

Changes:

  • Moves the “Restore Bicep artifacts” step to run after the “Re-login to Azure” step.
  • Expands the restore step to pre-warm three artifact sets: Radius types (public ACR), AWS types (public ACR), and UDT testresources (private registry).

Comment thread .github/workflows/long-running-azure.yaml
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented May 21, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref f38511b
Unique ID func7892cc4c26
Image tag pr-func7892cc4c26
  • 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-func7892cc4c26
  • 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-func7892cc4c26
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func7892cc4c26
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func7892cc4c26
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func7892cc4c26
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

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

@github-actions
Copy link
Copy Markdown

Unit Tests

    2 files  ±0    429 suites  ±0   7m 14s ⏱️ -22s
5 199 tests ±0  5 197 ✅ ±0  2 💤 ±0  0 ❌ ±0 
6 277 runs  ±0  6 275 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit f38511b. ± Comparison against base commit f7b8959.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.82%. Comparing base (f7b8959) to head (f38511b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11977   +/-   ##
=======================================
  Coverage   51.82%   51.82%           
=======================================
  Files         728      728           
  Lines       45960    45960           
=======================================
  Hits        23821    23821           
  Misses      19869    19869           
  Partials     2270     2270           

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

@DariuszPorowski DariuszPorowski merged commit 49e53f0 into main May 21, 2026
57 checks passed
@DariuszPorowski DariuszPorowski deleted the dp/level-limpet-bronze branch May 21, 2026 18:43
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.

Scheduled long running test failed - Run ID: 26222275596

3 participants