-
Notifications
You must be signed in to change notification settings - Fork 508
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
Feature: add support for flutter-dashboard and Cirrus CI in the CI Test Check #1547
Labels
kind/enhancement
New feature or request
Comments
godofredoc
added a commit
to godofredoc/scorecard
that referenced
this issue
Jan 27, 2022
The current check is looking at the github checks data to identify whether a given PR ran tests. Flutter and Dart repos are failing the check becuase their systems are not recognized as CI Systems. Bug: ossf#1547
2 tasks
Brilliant, thanks for filing the issue. I'll take a look at the PR today. |
godofredoc
added a commit
to godofredoc/scorecard
that referenced
this issue
Jan 28, 2022
The current check is looking at the github checks data to identify whether a given PR ran tests. Flutter and Dart repos are failing the check becuase their systems are not recognized as CI Systems. Bug: ossf#1547
naveensrinivasan
pushed a commit
that referenced
this issue
Jan 28, 2022
* Add Dart and Flutter CI systems to CI tests check. The current check is looking at the github checks data to identify whether a given PR ran tests. Flutter and Dart repos are failing the check becuase their systems are not recognized as CI Systems. Bug: #1547 * Format file.
2 tasks
Closing this since #1548 addresses this issue. Feel free to re-open if not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Yes, Dart and Flutter are enabling score card for both Flutter and Dart orgs. As we started addressing the alerts we found that CI Test validation is failing because flutter-dashboard(LUCI) and Cirrus CI are not included in the list of CI systems.
Describe the solution you'd like
I'm planning to send a PR to add "flutter-dashboard" and "Cirrus CI" to the CI systems list.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: