Skip to content

Commit

Permalink
chore/manifests: rename plugins to be ordered by execution (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Nov 23, 2022
1 parent 6757a5f commit 6bed166
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions manifests/openshift-conformance-validated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ podSpec:
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "1"
- name: PLUGIN_ID
value: "20"
- name: ENV_NODE_NAME
valueFrom:
fieldRef:
Expand All @@ -32,7 +32,7 @@ podSpec:
fieldPath: metadata.namespace
sonobuoy-config:
driver: Job
plugin-name: openshift-conformance-validated
plugin-name: 20-openshift-conformance-validated
result-format: junit
description: The end-to-end tests maintained by OpenShift to certify the Provider running the OpenShift Container Platform.
source-url: https://github.com/redhat-openshift-ecosystem/provider-certification-tool/blob/main/manifests/openshift-conformance-validated.yaml
Expand All @@ -48,8 +48,8 @@ spec:
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "1"
- name: PLUGIN_ID
value: "20"
- name: ENV_NODE_NAME
valueFrom:
fieldRef:
Expand Down
10 changes: 5 additions & 5 deletions manifests/openshift-kube-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ podSpec:
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "0"
- name: PLUGIN_ID
value: "10"
- name: ENV_NODE_NAME
valueFrom:
fieldRef:
Expand All @@ -32,7 +32,7 @@ podSpec:
fieldPath: metadata.namespace
sonobuoy-config:
driver: Job
plugin-name: openshift-kube-conformance
plugin-name: 10-openshift-kube-conformance
result-format: junit
description: The end-to-end tests maintained by Kubernetes to certify the platform.
source-url: https://github.com/redhat-openshift-ecosystem/provider-certification-tool/blob/main/manifests/openshift-kube-conformance.yaml
Expand All @@ -48,8 +48,8 @@ spec:
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "0"
- name: PLUGIN_ID
value: "10"
- name: ENV_NODE_NAME
valueFrom:
fieldRef:
Expand Down
20 changes: 10 additions & 10 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 6bed166

Please sign in to comment.