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 Dart and Flutter CI systems to CI tests check. #1548

Merged
merged 2 commits into from
Jan 28, 2022

Conversation

godofredoc
Copy link
Contributor

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 because their systems are not recognized as CI Systems.

Bug: #1547

  • Please check if the PR fulfills these requirements
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Updates the CI Test check adding new CI Systems.

  • What is the current behavior? (You can also link to an open issue here)
    Only common CI systems are included in the CI Test check and the ones used by Dart and Flutter are not included.

#1547

  • What is the new behavior (if this is a feature change)?
    flutter-dashboard and Cirrus CI will now be recognized as CI systems running tests on the repositories' PRs

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

@github-actions
Copy link

Integration tests success for
[5200617]
(https://github.com/ossf/scorecard/actions/runs/1758321972)

Copy link
Member

@naveensrinivasan naveensrinivasan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Contributor

@azeemshaikh38 azeemshaikh38 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@godofredoc godofredoc temporarily deployed to integration-test January 27, 2022 22:30 Inactive
@github-actions
Copy link

Integration tests success for
[20c055b]
(https://github.com/ossf/scorecard/actions/runs/1758767938)

naveensrinivasan added a commit that referenced this pull request Jan 27, 2022
Fixed the gofmt issue for the PR #1548
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
@godofredoc godofredoc temporarily deployed to integration-test January 28, 2022 01:21 Inactive
@naveensrinivasan naveensrinivasan enabled auto-merge (squash) January 28, 2022 01:22
@github-actions
Copy link

Integration tests success for
[145422b]
(https://github.com/ossf/scorecard/actions/runs/1759335588)

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.

Feature: add support for flutter-dashboard and Cirrus CI in the CI Test Check
3 participants