Skip to content

Commit

Permalink
OPCT-11: fix counters on plugin report progress (#42)
Browse files Browse the repository at this point in the history
https://issues.redhat.com/browse/OPCT-11

Bump to v0.3.0-alpha1 after plugin fix
redhat-openshift-ecosystem/provider-certification-plugins#34

This PR will improve the counters when running OPCT, fixing a bug on
openshift-tests on 4.12+ clusters.

We don't need to create a alpha release for CLI, but having this change
on the master will get newer results from OpenShift CI, running weekly
for 4.12.
  • Loading branch information
mtulio committed Feb 6, 2023
1 parent 33885f5 commit ebde325
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions manifests/openshift-artifacts-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp/sonobuoy/results
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-cluster-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-conformance-validated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-kube-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha0
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
16 changes: 8 additions & 8 deletions pkg/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebde325

Please sign in to comment.