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

Add reorganized cli tests to the matrix #7286

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

vinayada1
Copy link
Contributor

@vinayada1 vinayada1 commented Mar 6, 2024

Description

cli tests were moved out of the shared folder. The functional test workflow was missing the cli tests in the matrix and it does not use "make test-functional-all" unlike the long running tests. As a result, these tests were skipped. This PR adds the cli tests to the matrix.

Type of change

Fixes: #7279

@vinayada1 vinayada1 requested review from a team as code owners March 6, 2024 18:24
@vinayada1 vinayada1 temporarily deployed to functional-tests March 6, 2024 18:25 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 6, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository test-org-admin/radius-main
Commit ref 45ad2d9
Unique ID bbd8f9fc0a
Image tag pr-bbd8f9fc0a
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/functional/shared/recipes/<name>:pr-bbd8f9fc0a
  • 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-bbd8f9fc0a
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-bbd8f9fc0a
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-bbd8f9fc0a
  • 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 shared functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting ucp functional tests...
⌛ Starting samples functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting datastoresrp functional tests...
✅ msgrp functional tests succeeded
✅ samples functional tests succeeded
✅ ucp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ daprrp functional tests succeeded
✅ shared functional tests succeeded
✅ datastoresrp functional tests succeeded

@vinayada1 vinayada1 merged commit 5db34ab into radius-project:main Mar 6, 2024
16 checks passed
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.

CLI Tests excluded from functional tests workflow
2 participants