|
4 | 4 | entrypoint:
|
5 | 5 | - scorecard-test
|
6 | 6 | - olm-bundle-validation
|
7 |
| - image: quay.io/operator-framework/scorecard-test:v1.3.0 |
| 7 | + image: quay.io/operator-framework/scorecard-test:v1.7.1 |
8 | 8 | labels:
|
9 | 9 | suite: olm
|
10 | 10 | test: olm-bundle-validation-test
|
|
14 | 14 | entrypoint:
|
15 | 15 | - scorecard-test
|
16 | 16 | - olm-crds-have-validation
|
17 |
| - image: quay.io/operator-framework/scorecard-test:v1.3.0 |
| 17 | + image: quay.io/operator-framework/scorecard-test:v1.7.1 |
18 | 18 | labels:
|
19 | 19 | suite: olm
|
20 | 20 | test: olm-crds-have-validation-test
|
21 |
| -- op: add |
22 |
| - path: /stages/0/tests/- |
23 |
| - value: |
24 |
| - entrypoint: |
25 |
| - - scorecard-test |
26 |
| - - olm-crds-have-resources |
27 |
| - image: quay.io/operator-framework/scorecard-test:v1.3.0 |
28 |
| - labels: |
29 |
| - suite: olm |
30 |
| - test: olm-crds-have-resources-test |
| 21 | +## This test is disabled as the current state of the ACK |
| 22 | +## is such that the controllers themselves don't manage |
| 23 | +## other resources (e.g. pods, deployments) in the cluster |
| 24 | +## where they are deployed. |
| 25 | +## This test is not currently a requirement for certification. |
| 26 | +# - op: add |
| 27 | +# path: /stages/0/tests/- |
| 28 | +# value: |
| 29 | +# entrypoint: |
| 30 | +# - scorecard-test |
| 31 | +# - olm-crds-have-resources |
| 32 | +# image: quay.io/operator-framework/scorecard-test:v1.7.1 |
| 33 | +# labels: |
| 34 | +# suite: olm |
| 35 | +# test: olm-crds-have-resources-test |
31 | 36 | - op: add
|
32 | 37 | path: /stages/0/tests/-
|
33 | 38 | value:
|
34 | 39 | entrypoint:
|
35 | 40 | - scorecard-test
|
36 | 41 | - olm-spec-descriptors
|
37 |
| - image: quay.io/operator-framework/scorecard-test:v1.3.0 |
| 42 | + image: quay.io/operator-framework/scorecard-test:v1.7.1 |
38 | 43 | labels:
|
39 | 44 | suite: olm
|
40 | 45 | test: olm-spec-descriptors-test
|
41 |
| -- op: add |
42 |
| - path: /stages/0/tests/- |
43 |
| - value: |
44 |
| - entrypoint: |
45 |
| - - scorecard-test |
46 |
| - - olm-status-descriptors |
47 |
| - image: quay.io/operator-framework/scorecard-test:v1.3.0 |
48 |
| - labels: |
49 |
| - suite: olm |
50 |
| - test: olm-status-descriptors-test |
| 46 | +## This test is disabled as the status descriptor annotations are |
| 47 | +## derived from API markers on the *Status type definitions, or scaffolded |
| 48 | +## by the olm generator which cannot currently be done with the |
| 49 | +## input data provided to the olm generator. |
| 50 | +## This test is not currently a requirement for certification. |
| 51 | +# - op: add |
| 52 | +# path: /stages/0/tests/- |
| 53 | +# value: |
| 54 | +# entrypoint: |
| 55 | +# - scorecard-test |
| 56 | +# - olm-status-descriptors |
| 57 | +# image: quay.io/operator-framework/scorecard-test:v1.7.1 |
| 58 | +# labels: |
| 59 | +# suite: olm |
| 60 | +# test: olm-status-descriptors-test |
0 commit comments