add catalog-info.yaml #182
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JIRA
https://clever.atlassian.net/browse/INFRANG-7067
Overview
We want track every single repo in backstage. Currently only repos with an
launchdirectory i.e applications are tracked in backstage which this PR aims to change.To track non applications repo we are adding a catalog-info.yaml file. In this PR I am adding that file via a microplane script so it
Note that some repos don't have a circle-ci project associated with them so those repos will get synced onced a week using
catalog-sync-allworker instead of being synced on every merge.Testing
As long as CI is passing it is safe to merge these PRs but make sure to check that circleci is actually one of the checks because a misconfigured ci file ends up not getting reported instead of reporting an error
Rollout
Infra to merge the PR once CI is passing and approved.