Skip to content

Commit b91e365

Browse files
committed
chore: add 8.7 mirror shortnames + rewrite matrix doc per #6172
1 parent f9bf633 commit b91e365

2 files changed

Lines changed: 123 additions & 159 deletions

File tree

charts/camunda-platform-8.7/test/ci-test-config.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,19 @@ integration:
178178
qa: true
179179
image-tags: true
180180
platforms: [gke]
181+
# Mirrors 8.8+ shortname for the qa-elasticsearch-rba scenario; cross-component
182+
# nightly playwright_sm_nightly_rba_8_7.yml passes shortname=qaelrba.
183+
- name: qa-elasticsearch-rba
184+
enabled: false
185+
flow: install
186+
shortname: qaelrba
187+
auth: keycloak
188+
identity: keycloak
189+
persistence: elasticsearch
190+
features: [rba]
191+
qa: true
192+
image-tags: true
193+
platforms: [gke]
181194
- name: qa-elasticsearch-mt
182195
enabled: false
183196
flow: install
@@ -189,6 +202,32 @@ integration:
189202
qa: true
190203
image-tags: true
191204
platforms: [gke]
205+
# Mirrors 8.8+ shortname for the qa-elasticsearch-mt scenario; cross-component
206+
# nightly playwright_sm_nightly_mt_8_7.yml passes shortname=qaelmt.
207+
- name: qa-elasticsearch-mt
208+
enabled: false
209+
flow: install
210+
shortname: qaelmt
211+
auth: keycloak
212+
identity: keycloak
213+
persistence: elasticsearch
214+
features: [multitenancy]
215+
qa: true
216+
image-tags: true
217+
platforms: [gke]
218+
# Mirrors 8.8+ qa-document-store scenario; cross-component nightly
219+
# playwright_sm_nightly_document_store_8_7.yml passes shortname=qadoc.
220+
- name: qa-document-store
221+
enabled: false
222+
flow: install
223+
shortname: qadoc
224+
auth: keycloak
225+
identity: keycloak
226+
persistence: elasticsearch
227+
features: [documentstore]
228+
qa: true
229+
image-tags: true
230+
platforms: [gke, eks]
192231
- name: qa-license
193232
enabled: false
194233
flow: install

0 commit comments

Comments
 (0)