Skip to content

Commit c604b8a

Browse files
test(SM-8.9): tune Optimize import for faster e2e nightlies (#6434)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1e59454 commit c604b8a

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

charts/camunda-platform-8.9/test/ci/registry-snapshot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,20 @@ integration:
326326
gke: alwaysgreen
327327
identity: keycloak
328328
persistence: elasticsearch
329+
- name: shadow-e2e
330+
enabled: true
331+
shortname: shde2
332+
auth: keycloak
333+
flow: install
334+
platforms:
335+
- gke
336+
exclude: []
337+
tier: 2
338+
infra-type:
339+
gke: distroci
340+
identity: keycloak
341+
persistence: elasticsearch
342+
skip-e2e: true
329343
- name: qa-elasticsearch
330344
enabled: false
331345
shortname: qael

charts/camunda-platform-8.9/test/ci/registry/manifest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ integration:
8484
- id: alwaysgreen
8585
shortname: agrn
8686
enabled: false
87+
- id: shadow-e2e
88+
shortname: shde2
89+
tier: 2
90+
enabled: true
8791
- id: qa-elasticsearch
8892
shortname: qael
8993
enabled: false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: shadow-e2e
2+
auth: keycloak
3+
flows:
4+
- install
5+
identity: keycloak
6+
persistence: elasticsearch
7+
platforms:
8+
- gke
9+
infra-type:
10+
gke: distroci
11+
skip-e2e: true

charts/camunda-platform-8.9/test/integration/scenarios/chart-full-setup/values/base.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ optimize:
8888
enabled: true
8989
contextPath: "/optimize"
9090
partitionCount: "1"
91+
env:
92+
- name: CAMUNDA_OPTIMIZE_IMPORT_HANDLER_BACKOFF_MAX
93+
value: "1"
94+
- name: CAMUNDA_OPTIMIZE_IMPORT_CURRENTTIMEBACKOFFMILLISECONDS
95+
value: "1000"
96+
- name: CAMUNDA_OPTIMIZE_ZEEBE_MAXIMPORTPAGESIZE
97+
value: "1000"
9198
# Right-sized for CI: CPU P99 369m (from 600m default), memory P99 840Mi INCREASE (from 1Gi default).
9299
resources:
93100
requests:

0 commit comments

Comments
 (0)