Created
February 6, 2025 11:03
-
-
Save rh-operator-bundle-bot/4c4bdee424b105c26ee9724386eb4c24 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"passed": true, | |
"results": { | |
"errors": [], | |
"failed": [], | |
"passed": [ | |
{ | |
"description": "Check to make sure that all CRs have a spec block.", | |
"elapsed_time": 4160.0, | |
"name": "ScorecardBasicSpecCheck" | |
}, | |
{ | |
"description": "Operator-sdk scorecard OLM Test Suite Check", | |
"elapsed_time": 4136.0, | |
"name": "ScorecardOlmSuiteCheck" | |
}, | |
{ | |
"description": "Checking if the operator could be deployed by OLM", | |
"elapsed_time": 84371.0, | |
"name": "DeployableByOLM" | |
}, | |
{ | |
"description": "Validating Bundle image that checks if it can validate the content and format of the operator bundle", | |
"elapsed_time": 15.0, | |
"name": "ValidateOperatorBundle" | |
}, | |
{ | |
"description": "Checks that the CSV has all of the required feature annotations.", | |
"elapsed_time": 15.0, | |
"name": "RequiredAnnotations" | |
} | |
] | |
}, | |
"test_library": { | |
"commit": "f787b66d23c7c29f078c43e2c2f23d32f4c6310e", | |
"name": "github.com/redhat-openshift-ecosystem/openshift-preflight", | |
"version": "1.11.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment