-
Notifications
You must be signed in to change notification settings - Fork 578
fix: CI Updates #18987
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
fix: CI Updates #18987
Conversation
|
|
||
| def section_view(section: str) -> str: | ||
| offset = int(request.args.get('offset', 0)) | ||
| limit = int(request.args.get('limit', 100)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this support http://ci.aztec-labs.com/chonk-breakdowns?
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
7c2f931 to
8dcbd3d
Compare
8dcbd3d to
326b68e
Compare
0cf1c27 to
84a864b
Compare
* Brings the ci dashboard code from `iac` repo to `ci3/dashboard`. * Attempt to fix cleanup on makefile build path. We used setsid but think correct approach is to do a background subshell `() &` * Fix PR's not getting RUN_ID's. * We explicitly name the dashboard CI runs are shown on with CI_DASHBOARD. * `<merge queue target>` * `prs` * `nightly` * `network` * Add `ci dash` command so you can see your CI runs direct in terminal.
84a864b to
ac31bd5
Compare
Flakey Tests🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
PR #18987 moved the CI dashboard from iac repo to aztec-packages but the json import was missing, causing 500 errors on the flows API.
PR #18987 moved the CI dashboard from iac repo to aztec-packages but the json import was missing, causing 500 errors on the flows API.
## Summary - Adds missing `import json` to the chonk-breakdowns dashboard PR #18987 moved the CI dashboard from iac repo to aztec-packages but the json import was missing, causing 500 errors on the `/api/breakdown/flows` endpoint.
## Summary - Adds missing `import json` to the chonk-breakdowns dashboard PR #18987 moved the CI dashboard from iac repo to aztec-packages but the json import was missing, causing 500 errors on the `/api/breakdown/flows` endpoint.
iacrepo toci3/dashboard.() &<merge queue target>prsnightlynetworkci dashcommand so you can see your CI runs direct in terminal.