Skip to content
Closed
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 @@ -5,6 +5,9 @@ workflow:
pre:
- chain: baremetalds-ofcir-pre
test:
- ref: wait
timeout: 24h0m0s
best_effort: true
- chain: baremetalds-ipi-test
post:
- chain: baremetalds-ofcir-post
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ref:
default: ""
documentation: "Set the var to skip Cluster Observability and all the required operators installation from the Cypress test run."
- name: CYPRESS_COO_UI_INSTALL
default: "true"
default: ""
documentation: "Set the var to install Cluster Observability from redhat-operators catalog source."
- name: CYPRESS_KONFLUX_COO_BUNDLE_IMAGE
default: ""
Expand All @@ -24,7 +24,7 @@ ref:
default: ""
documentation: "Set the var to use custom Cluster Observability Operator bundle image."
- name: CYPRESS_FBC_STAGE_COO_IMAGE
default: ""
default: "quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator/coo-fbc-v4-22@sha256:13381815952a6d8b0dd437f05bad258984cd2547ffb701d170aa83ce57d2d3d6"
documentation: "Set the var to use Cluster Observability Operator FBC image"
- name: CYPRESS_MCP_CONSOLE_IMAGE
default: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ref:
default: ""
documentation: "Set the var to skip Cluster Observability and all the required operators installation from the Cypress test run."
- name: CYPRESS_COO_UI_INSTALL
default: "true"
default: ""
documentation: "Set the var to install Cluster Observability from redhat-operators catalog source."
- name: CYPRESS_KONFLUX_COO_BUNDLE_IMAGE
default: ""
Expand All @@ -24,7 +24,7 @@ ref:
default: ""
documentation: "Set the var to use custom Cluster Observability Operator bundle image."
- name: CYPRESS_FBC_STAGE_COO_IMAGE
default: ""
default: "quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator/coo-fbc-v4-22@sha256:13381815952a6d8b0dd437f05bad258984cd2547ffb701d170aa83ce57d2d3d6"
documentation: "Set the var to use Cluster Observability Operator FBC image"
- name: CYPRESS_MCP_CONSOLE_IMAGE
default: ""
Expand Down