Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ images:
to: monitoring-plugin
- dockerfile_path: Dockerfile.test
to: monitoring-plugin-test
- dockerfile_path: Dockerfile.mcp
to: monitoring-console-plugin
- context_dir: .
dockerfile_path: web/cypress/Dockerfile
to: monitoring-ui-tests-runner
promotion:
to:
- excluded_images:
Expand Down Expand Up @@ -61,6 +66,158 @@ tests:
CHECK_MOD_LIST: "false"
test:
- ref: go-verify-deps
- always_run: false
as: e2e-monitoring
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-monitoring-ui
workflow: generic-claim
- always_run: false
as: e2e-coo
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-coo-ui
workflow: generic-claim
- always_run: false
as: e2e-incidents
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-incidents-ui
workflow: generic-claim
- always_run: false
as: e2e-alerts
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-alerts-ui
workflow: generic-claim
- always_run: false
as: e2e-dashboards
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-dashboards-ui
workflow: generic-claim
- always_run: false
as: e2e-metrics
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-metrics-ui
workflow: generic-claim
- always_run: false
as: e2e-monitoring-bvt
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-monitoring-bvt-ui
workflow: generic-claim
- always_run: false
as: e2e-monitoring-reg
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-monitoring-reg-ui
workflow: generic-claim
- always_run: false
as: e2e-virtualization
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: openshift-ci
product: ocp
timeout: 2h0m0s
version: "4.19"
optional: true
steps:
test:
- ref: monitoring-plugin-tests-virtualization-ui
workflow: generic-claim
- always_run: false
as: e2e-monitoring-dev
optional: true
steps:
cluster_profile: aws
test:
- ref: monitoring-plugin-tests-monitoring-dev-ui
workflow: ipi-aws
zz_generated_metadata:
branch: release-4.19
org: openshift
Expand Down
Loading