-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74a0833
commit b9c99a5
Showing
5 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# Note the structure below is intentional to avoid unnecessary warnings | ||
scorecard: | ||
# Setting a global scorecard option | ||
output: json | ||
bundle: deploy/olm-catalog/cass-operator | ||
plugins: | ||
# `basic` tests configured to test 2 CRs | ||
# - basic: | ||
# cr-manifest: | ||
# - "example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml" | ||
# - "example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml" | ||
# Basic CR Tests | ||
- basic: | ||
cr-manifest: | ||
- "example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml" | ||
- basic: | ||
cr-manifest: | ||
- "example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml" | ||
|
||
# v1.0.0 | ||
- olm: | ||
cr-manifest: | ||
- "example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml" | ||
csv-path: "deploy/olm-catalog/cass-operator/1.0.0/cass-operator.v1.0.0.clusterserviceversion.yaml" | ||
- olm: | ||
cr-manifest: | ||
- "example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml" | ||
csv-path: "deploy/olm-catalog/cass-operator/1.0.0/cass-operator.v1.0.0.clusterserviceversion.yaml" | ||
|
||
# OLM tests may only test one CR | ||
# v1.1.0 | ||
- olm: | ||
cr-manifest: | ||
- "example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml" | ||
# - "example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml" | ||
csv-path: "deploy/olm-catalog/cass-operator/1.1.0/cass-operator.v1.1.0.clusterserviceversion.yaml" | ||
|
||
- olm: | ||
cr-manifest: | ||
- "example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml" | ||
csv-path: "deploy/olm-catalog/cass-operator/1.1.0/cass-operator.v1.1.0.clusterserviceversion.yaml" |
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
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
2 changes: 1 addition & 1 deletion
2
operator/example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml
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
2 changes: 1 addition & 1 deletion
2
operator/example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml
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