You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Kuadrant/RHCL index image, leave empty to install current RHCL GA
39
+
name: index-image
40
+
type: string
41
+
- default: stable
42
+
description: Kuadrant channel (stable, preview)
43
+
name: channel
44
+
type: string
45
+
- default: kuadrant-operator
46
+
description: Operator name (kuadrant-operator, rhcl-operator)
47
+
name: operator-name
48
+
type: string
49
+
- default: ocp
50
+
description: Istio provider (ossm3, ocp), use ossm3 for OCP v4.18 and before
51
+
name: istio-provider
52
+
type: string
53
+
- default: ""
54
+
description: GatewayAPI CRD version. v1.0.0, v1.1.0, v1.2.1, v1.3.0 available; Leave empty if installing on OCP v4.19+
55
+
name: gateway-crd
56
+
type: string
57
+
- default: stable-v26
58
+
description: Keycloak subscription channel
59
+
name: keycloak-channel
60
+
type: string
61
+
- default: ""
62
+
description: Extensions binary image
63
+
name: extensions-binary-image
64
+
type: string
65
+
- default: ""
66
+
description: Additional flags for helm install command, example '--set=kuadrant.installPlanApproval=Manual --set=kuadrant.startingCSV=kuadrant-operator.v1.2.0'
67
+
name: additional-helm-flags
68
+
type: string
69
+
- default: ""
70
+
description: Additional flags for tools helm, example '--set=tools.keycloak.keycloakProvider=deployment --set=tools.valkey.enable=false'"
71
+
name: additional-helm-tools-flags
72
+
type: string
73
+
# Testsuite related parameters
74
+
- default: 'quay.io/kuadrant/testsuite:unstable'
75
+
description: Testsuite image
76
+
name: testsuite-image
77
+
type: string
78
+
- default: kuadrant
79
+
description: Openshift project
80
+
name: project
81
+
type: string
82
+
- default: test
83
+
description: Makefile target for tests
84
+
name: make-target
85
+
type: string
86
+
- default: ""
87
+
description: Pytest flags to use with Make (flags="${pytest-flags}" make kuadrant)
88
+
name: pytest-flags
89
+
type: string
90
+
- default: pipeline-settings
91
+
description: Config Map with settings for the testsuite
92
+
name: settings-cm
93
+
type: string
94
+
- default: ""
95
+
description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__provider_secret=gcp-credentials KUADRANT_KEYCLOAK__url="https://my-sso.net")
96
+
name: additional-env
97
+
type: string
98
+
# Report Portal related parameters
99
+
- default: full-cycle-ocp-aws
100
+
description: Prefix of the launch name saved in report portal (nightly, username, manual, etc.). In case of release candidate testing use kuadrant-v<version>, rhcl-v<version>, or authorino-v<version>
101
+
name: launch-name
102
+
type: string
103
+
- default: ""
104
+
description: Optional launch description for Report Portal
105
+
name: launch-description
106
+
type: string
107
+
- default: testsuite
108
+
description: Report Portal Project to store test results (testsuite or nightly-testsuite typically)
109
+
name: rp-project
110
+
type: string
111
+
- default: true
112
+
description: If set to 'true' upload test results to Report Portal
113
+
name: upload-results
114
+
type: string
115
+
# Cleanup
116
+
- default: false
117
+
description: If set to 'true' cleanup will be done
118
+
name: cleanup
119
+
type: string
120
+
workspaces:
121
+
- name: shared-workspace
122
+
description: "Workspace to store cluster state files"
0 commit comments