Closed rynowak closed 2 weeks ago
:mag: Go to test action run
Name | Value |
---|---|
Repository | rynowak/radius |
Commit ref | d58209f70422022c4a3420adbee0c92850b031c7 |
Unique ID | func12914e1c6e |
Image tag | pr-func12914e1c6e |
:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting ucp-cloud functional tests... :hourglass: Starting corerp-cloud functional tests... :white_check_mark: ucp-cloud functional tests succeeded :white_check_mark: corerp-cloud functional tests succeeded
:mag: Go to test action run
Name | Value |
---|---|
Repository | rynowak/radius |
Commit ref | 15444050f75f0c7a9b4f52a447fbe7cf1e5ac8db |
Unique ID | funcb373825d2e |
Image tag | pr-funcb373825d2e |
:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting corerp-cloud functional tests... :hourglass: Starting ucp-cloud functional tests... :white_check_mark: corerp-cloud functional tests succeeded :white_check_mark: ucp-cloud functional tests succeeded
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 59.08%. Comparing base (
59672f4
) to head (9afb592
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/ucp/server/server.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:mag: Go to test action run
Name | Value |
---|---|
Repository | rynowak/radius |
Commit ref | 409e7ba0632e289933b30b590a4d578cda25fd27 |
Unique ID | func195fc98a52 |
Image tag | pr-func195fc98a52 |
:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting corerp-cloud functional tests... :hourglass: Starting ucp-cloud functional tests... :x: Failed to install Radius for corerp-cloud functional test. Please check the logs for more details :x: corerp-cloud functional test failed. Please check the logs for more details :x: ucp-cloud functional test cancelled. Please check the logs for more details
:mag: Go to test action run
Name | Value |
---|---|
Repository | rynowak/radius |
Commit ref | ac7bc93f1a4ffcae25ca9335e396ece140cdac89 |
Unique ID | func1fa96abd2e |
Image tag | pr-func1fa96abd2e |
:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting ucp-cloud functional tests... :hourglass: Starting corerp-cloud functional tests... :x: Failed to install Radius for ucp-cloud functional test. Please check the logs for more details :x: ucp-cloud functional test failed. Please check the logs for more details :x: corerp-cloud functional test cancelled. Please check the logs for more details
:mag: Go to test action run
Name | Value |
---|---|
Repository | rynowak/radius |
Commit ref | 9afb59224d56ebbcfff0dd4ecced81b17940af8a |
Unique ID | func5ce26f194a |
Image tag | pr-func5ce26f194a |
:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting corerp-cloud functional tests... :hourglass: Starting ucp-cloud functional tests... :white_check_mark: ucp-cloud functional tests succeeded :white_check_mark: corerp-cloud functional tests succeeded
Description
This change updates each entry point of our microservices to the following in a more consistent way.
--config-file
as a commandline option.The port changes only affect local development. In Kuberentes each pod can choose its own listening port without conflict.
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: