Skip to content

Conversation

@sylvainsf
Copy link
Contributor

@sylvainsf sylvainsf commented Jan 28, 2026

Description

This PR adds support for org members to trigger tests on external fork PRs.

Solution

1. External Fork PRs: /run-tests comment trigger

  • Added issue_comment trigger to allow org members to run tests on fork PRs
  • Members can comment /run-tests on any PR to trigger the functional tests
  • Only organization OWNER or MEMBER can trigger tests (verified via github.event.comment.author_association)
  • Uses gh pr view to fetch PR details from the comment event

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

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: Sylvain Niles <[email protected]>
Signed-off-by: Sylvain Niles <[email protected]>
@radius-functional-tests
Copy link

radius-functional-tests bot commented Jan 29, 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 e846c50
Unique ID func612da5afee
Image tag pr-func612da5afee
  • 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-func612da5afee
  • 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-func612da5afee
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func612da5afee
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func612da5afee
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func612da5afee
  • 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...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@sylvainsf sylvainsf merged commit 170b168 into main Jan 29, 2026
54 checks passed
@sylvainsf sylvainsf deleted the sylvainsf/ok-to-test branch January 29, 2026 23:35
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.

3 participants