chore(manifests): restore sample manifests#1150
Merged
narekhovhannisyan merged 1 commit intoGreen-Software-Foundation:mainfrom Jun 10, 2025
Merged
Conversation
Restore the following files from past history where output files exist in `manifests/outputs` but corresponding input files don't exist in `manifests/examples`. (In parentheses are the commit hash where they were deleted and the filename at that time) - manifests/examples/bugs/aggregation-error-wrong-metric.yml (a5c9ad2 manifests/bugs/aggregation-error-wrong-metric.yml) - manifests/examples/bugs/input-error-missing-duration.yml (a5c9ad2 manifests/bugs/input-error-missing-duration.yml) - manifests/examples/bugs/mock-observations-failure-duration-is-zero.yml (a5c9ad2 manifests/bugs/mock-observations-failure-duration-is-zero.yml) - manifests/examples/bugs/pipeline-error-naming-mismatch.yml (a5c9ad2 manifests/bugs/pipeline-error-naming-mismatch.yml) - manifests/examples/bugs/pipeline-error-uninitialized-plugin.yml (a5c9ad2 manifests/bugs/pipeline-error-uninitialized-plugin.yml) - manifests/examples/bugs/pipeline-ordering-error.yml (a5c9ad2 manifests/bugs/pipeline-ordering-error.yml) - manifests/examples/features/aggregate-failure-invalid-metrics.yml (a5c9ad2 manifests/features/aggregate-failure-invalid-metrics.yml) - manifests/examples/features/aggregate-failure-missing-metric-in-inputs.yml (a5c9ad2 manifests/features/aggregate-failure-missing-metric-in-inputs.yml) - manifests/examples/features/aggregate-horizontal.yml (a5c9ad2 manifests/features/aggregate-horizontal.yml) - manifests/examples/features/aggregate-vertical.yml (a5c9ad2 manifests/features/aggregate-vertical.yml) - manifests/examples/features/aggregate.yml (a5c9ad2 manifests/features/aggregate.yml) - manifests/examples/pipelines/cloud-metadata-divide.yml (a5c9ad2 manifests/integrations/cloud-metadata-divide.yml) - manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml (b2c4f22 manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml) - manifests/examples/builtins/divide/success-denominator-equal-zero.yml (1f60948 manifests/examples/builtins/divide/failure-denominator-equal-zero.yml) Signed-off-by: Mitsuru Kariya <mitsuru.kariya@nttdata.com>
narekhovhannisyan
approved these changes
Jun 10, 2025
c3d3bdd
into
Green-Software-Foundation:main
1 check passed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Types of changes
A description of the changes proposed in the Pull Request
Restore the following files from past history where output files exist in
manifests/outputsbut corresponding input files don't exist inmanifests/examples.(In parentheses are the commit hash where they were deleted and the filename at that time)
(a5c9ad2 manifests/bugs/aggregation-error-wrong-metric.yml)
(a5c9ad2 manifests/bugs/input-error-missing-duration.yml)
(a5c9ad2 manifests/bugs/mock-observations-failure-duration-is-zero.yml)
(a5c9ad2 manifests/bugs/pipeline-error-naming-mismatch.yml)
(a5c9ad2 manifests/bugs/pipeline-error-uninitialized-plugin.yml)
(a5c9ad2 manifests/bugs/pipeline-ordering-error.yml)
(a5c9ad2 manifests/features/aggregate-failure-invalid-metrics.yml)
(a5c9ad2 manifests/features/aggregate-failure-missing-metric-in-inputs.yml)
(a5c9ad2 manifests/features/aggregate-horizontal.yml)
(a5c9ad2 manifests/features/aggregate-vertical.yml)
(a5c9ad2 manifests/features/aggregate.yml)
(a5c9ad2 manifests/integrations/cloud-metadata-divide.yml)
(b2c4f22 manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml)
(1f60948 manifests/examples/builtins/divide/failure-denominator-equal-zero.yml)
I have confirmed that the results of running the added manifests with
if-runmatch the corresponding outputs that originally existed inmanifests/outputsusingif-diff.