Skip to content
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

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

rynowak
Copy link
Contributor

@rynowak rynowak commented Nov 6, 2024

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

  • 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.
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers.
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

@rynowak rynowak requested review from a team as code owners November 6, 2024 18:45
@rynowak rynowak temporarily deployed to functional-tests November 6, 2024 18:46 — with GitHub Actions Inactive
--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
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 6, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository rynowak/radius
Commit ref d85ebc5
Unique ID funca64b665df4
Image tag pr-funca64b665df4
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • 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-funca64b665df4
  • 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-funca64b665df4
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funca64b665df4
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funca64b665df4
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funca64b665df4
  • 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 ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Copy link
Contributor

@ytimocin ytimocin left a 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

@rynowak
Copy link
Contributor Author

rynowak commented Nov 6, 2024

What changed here other than the lines? :D

Just the lines.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.08%. Comparing base (a3014bd) to head (1fe69ab).

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.
📢 Have feedback on the report? Share it here.

@rynowak
Copy link
Contributor Author

rynowak commented Nov 6, 2024

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>
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 8, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository rynowak/radius
Commit ref 1fe69ab
Unique ID func61d440b667
Image tag pr-func61d440b667
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • 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-func61d440b667
  • 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-func61d440b667
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func61d440b667
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func61d440b667
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func61d440b667
  • 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

@rynowak
Copy link
Contributor Author

rynowak commented Nov 10, 2024

Hey everyone, I'm going to merge this and hope that it works. I'll babysit the build in case this breaks something.

@rynowak rynowak temporarily deployed to functional-tests November 10, 2024 21:46 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 10, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository rynowak/radius
Commit ref 2becf61
Unique ID funcd700f1f348
Image tag pr-funcd700f1f348
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • 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-funcd700f1f348
  • 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-funcd700f1f348
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcd700f1f348
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcd700f1f348
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcd700f1f348
  • 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 ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@rynowak rynowak merged commit ac082c2 into radius-project:main Nov 10, 2024
27 of 28 checks passed
@rynowak rynowak deleted the functional-test-fun branch November 10, 2024 22:13
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.

4 participants