-
Notifications
You must be signed in to change notification settings - Fork 314
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
Eliminate redundancy with example policy rules #5701
Comments
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been create as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been create as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been created as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been created as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been created as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The evaluator rules in this repository have been created based on ORT's example policy rules, meanwhile they deviated, but are quite redundant. Reduce the deviation use-case-wise by copying all rules from ORT's examples which are missing in this repository using ORT revision [1]. This is the first step towards making the 'ort-config' repository the single dedicated place to examplify policy rules. In the following ORT's example rules will be deleted, or rather minimized and turned into functional test assets, see also [2]. Note: The copied rules have been created as part of [3]. [1] 63e002ba57e7d49c96017fac2ff679de8a5b76df [2] oss-review-toolkit/ort#5701 [3] oss-review-toolkit/ort#5621 Signed-off-by: Frank Viernau <frank_viernau@epam.com>
I've given this some though again: I believe it would generally be nice if one could simply clone the |
Both repositories,
ort
andort-config
currently contain example policy rules. In fact theort-config
ones have initially been created based on ORT's one and then extended. So, it's currently not clear what the right place for examples rules is.Fix this as follows:
ort-config
repositoryexamples
to functional test assets and be minimized to avoid redundant testingAs a future follow-up (out of scope here) it seems reasonable to add a test which verifies that the rules in
ort-config
do compile / execute successfully.The text was updated successfully, but these errors were encountered: