Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Apr 4, 2024
1 parent 2797265 commit a715525
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.0-dev
createdAt: "2024-04-04T16:53:14Z"
createdAt: "2024-04-04T17:19:02Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down
12 changes: 6 additions & 6 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- operator-install
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: operator-install
Expand All @@ -80,7 +80,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-cr
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: cryostat-cr
Expand All @@ -90,7 +90,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-multi-namespace
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: cryostat-multi-namespace
Expand All @@ -100,7 +100,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-recording
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: cryostat-recording
Expand All @@ -110,7 +110,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-config-change
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: cryostat-config-change
Expand All @@ -120,7 +120,7 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-report
image: quay.io/miwan/cryostat-operator-scorecard:3.0.0-20240404162109
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315
labels:
suite: cryostat
test: cryostat-report
Expand Down
12 changes: 6 additions & 6 deletions config/scorecard/patches/custom.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
entrypoint:
- cryostat-scorecard-tests
- operator-install
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: operator-install
Expand All @@ -18,7 +18,7 @@
entrypoint:
- cryostat-scorecard-tests
- cryostat-cr
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: cryostat-cr
Expand All @@ -28,7 +28,7 @@
entrypoint:
- cryostat-scorecard-tests
- cryostat-multi-namespace
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: cryostat-multi-namespace
Expand All @@ -38,7 +38,7 @@
entrypoint:
- cryostat-scorecard-tests
- cryostat-recording
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: cryostat-recording
Expand All @@ -48,7 +48,7 @@
entrypoint:
- cryostat-scorecard-tests
- cryostat-config-change
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: cryostat-config-change
Expand All @@ -58,7 +58,7 @@
entrypoint:
- cryostat-scorecard-tests
- cryostat-report
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404165315"
image: "quay.io/cryostat/cryostat-operator-scorecard:3.0.0-20240404171904"
labels:
suite: cryostat
test: cryostat-report
2 changes: 1 addition & 1 deletion internal/test/scorecard/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func CryostatCRTest(bundle *apimanifests.Bundle, namespace string, openShiftCert
// CryostatMultiNamespaceTest checks that the operator installs multi-namespace Cryostat in response to a multi-namespace Cryostat CR
func CryostatMultiNamespaceTest(bundle *apimanifests.Bundle, namespace string, openShiftCertManager bool) *scapiv1alpha3.TestResult {
r := newTestResources(CryostatMultiNamespaceTestName, namespace)
r.TargetNamespaces = []string{namespace + "other"}
r.TargetNamespaces = []string{namespace + "-other"}

err := r.setupCRTestResources(openShiftCertManager)
if err != nil {
Expand Down

0 comments on commit a715525

Please sign in to comment.