-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update cloud functional test workflow - fix for (reading 'id') #7822
Update cloud functional test workflow - fix for (reading 'id') #7822
Conversation
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... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7822 +/- ##
==========================================
- Coverage 61.07% 61.06% -0.01%
==========================================
Files 523 523
Lines 27466 27466
==========================================
- Hits 16774 16772 -2
- Misses 9209 9210 +1
- Partials 1483 1484 +1 ☔ View full report in Codecov by Sentry. |
Could you explain this |
In all 'expected' usecases , the workflow is running without errors. Based on error, the issue seems to be when the tests are run with github.event_name 'workflow_run' and run on branch |
7f9fa9c
to
3c9fec5
Compare
Discussed offline. We confirmed the functional tests are not getting triggered upon PR merge into main. |
Description
As reported in #7782, #7668, attempting to stop functional test runs upon 'workflow_run' against main.
Manual workflow-dispatch for cloud tests works without errors on main branch and scheduled runs do not produce this error. Will run test runs to determine correct fix.
Type of change
Fixes: #7782, #7668