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

Updating dependencies in hack/bicep-types-radius folder #7984

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

ytimocin
Copy link
Contributor

Description

Updating dependencies in hack/bicep-types-radius folder

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.

@ytimocin ytimocin requested review from a team as code owners October 10, 2024 16:28
@ytimocin ytimocin temporarily deployed to functional-tests October 10, 2024 16:28 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 10, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 2a05e1f
Unique ID funcb6b76987a3
Image tag pr-funcb6b76987a3
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-funcb6b76987a3
  • 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-funcb6b76987a3
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcb6b76987a3
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcb6b76987a3
  • 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 datastoresrp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Copy link

github-actions bot commented Oct 10, 2024

Unit Tests

3 478 tests  ±0   3 470 ✅ ±0   5m 15s ⏱️ -9s
  270 suites ±0       8 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 2b146dd. ± Comparison against base commit 12d6bce.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.37%. Comparing base (12d6bce) to head (2b146dd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7984   +/-   ##
=======================================
  Coverage   60.36%   60.37%           
=======================================
  Files         560      560           
  Lines       29417    29417           
=======================================
+ Hits        17759    17761    +2     
+ Misses      10112    10111    -1     
+ Partials     1546     1545    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rynowak
Copy link
Contributor

rynowak commented Oct 10, 2024

@sk593 aren't we submoduling this now?

@sk593
Copy link
Contributor

sk593 commented Oct 10, 2024

@sk593 aren't we submoduling this now?

This seems to be updates for the radius generator code. We only submodule the bicep-types package that is kept up to date with dependabot. We haven't discussed moving the generator to it's own repo yet so I opened an issue to start that: #7986

Signed-off-by: ytimocin <ytimocin@microsoft.com>
@ytimocin ytimocin force-pushed the ytimocin/bicep-types/update-deps branch from 2a05e1f to 68a3145 Compare October 10, 2024 17:30
@ytimocin ytimocin temporarily deployed to functional-tests October 10, 2024 17:30 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 10, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 68a3145
Unique ID funccd1750f8df
Image tag pr-funccd1750f8df
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-funccd1750f8df
  • 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-funccd1750f8df
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funccd1750f8df
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funccd1750f8df
  • 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...
✅ ucp-cloud functional tests succeeded
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded

@rynowak
Copy link
Contributor

rynowak commented Oct 10, 2024

@sk593 aren't we submoduling this now?

This seems to be updates for the radius generator code. We only submodule the bicep-types package that is kept up to date with dependabot. We haven't discussed moving the generator to it's own repo yet so I opened an issue to start that: #7986

OK Great 👍

It's been a wish of mine to move the types-generator out of radius-project/radius for some time .. Not urgent but nice to dream.

@kachawla kachawla temporarily deployed to functional-tests October 11, 2024 16:27 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 2b146dd
Unique ID func60a7ff14da
Image tag pr-func60a7ff14da
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-func60a7ff14da
  • 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-func60a7ff14da
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func60a7ff14da
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func60a7ff14da
  • 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...
⌛ Starting datastoresrp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded

@ytimocin ytimocin merged commit ba9195c into main Oct 11, 2024
31 checks passed
@ytimocin ytimocin deleted the ytimocin/bicep-types/update-deps branch October 11, 2024 20:14
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.

5 participants