-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reformat args for radius installation #8038
Conversation
--set controller.image=${{ env.CONTAINER_REGISTRY }}/controller,controller.tag=${{ env.REL_VERSION }} \ | ||
--set ucp.image=${{ env.CONTAINER_REGISTRY }}/ucpd,ucp.tag=${{ env.REL_VERSION }} \ | ||
--set de.image=${{ env.DE_IMAGE }},de.tag=${{ env.DE_TAG }} \ | ||
--set global.azureWorkloadIdentity.enabled=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What changed here other than the lines? :D
Just the lines. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8038 +/- ##
==========================================
- Coverage 59.09% 59.08% -0.01%
==========================================
Files 567 567
Lines 37726 37726
==========================================
- Hits 22293 22290 -3
- Misses 13885 13887 +2
- Partials 1548 1549 +1 ☔ View full report in Codecov by Sentry. |
As discussed, I'll hold off on this change until after the release. I'm in no rush to break the build again. |
Signed-off-by: Ryan Nowak <nowakra@gmail.com>
d85ebc5
to
1fe69ab
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Hey everyone, I'm going to merge this and hope that it works. I'll babysit the build in case this breaks something. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
This change reformats the args passed into to "install radius" in the cloud functional tests. This was a single line before and really hard to review or change.
This broke in one of my recent changes.
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: