Skip to content

Commit d9547f1

Browse files
eamonnmoloneyclaude
andcommitted
test(8.10): narrow cprst persistence feature to Web Modeler only
The cprst scenario blocked the merge queue because the persistence feature file also enabled Optimize persistence (SUPPORT-30042) and orchestration extraVolumeClaimTemplates (SUPPORT-30094) — known-broken paths that this PR does not fix. The Optimize migration init container hangs on PodInitializing, failing cprst for reasons unrelated to the Web Modeler restapi /tmp fix. Narrow the feature to webModeler.persistence only so cprst exercises the path this PR actually changes. Optimize and orchestration coverage will be re-enabled in the corresponding template-fix PRs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c206ee4 commit d9547f1

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

  • charts/camunda-platform-8.10/test/integration/scenarios/chart-full-setup/values/features

charts/camunda-platform-8.10/test/integration/scenarios/chart-full-setup/values/features/persistence.yaml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,14 @@
33
# =============================================================================
44
# Layer 4: Optional feature - exercises persistent volume configuration on
55
# Camunda components so the chart's PVC/StatefulSet templates are covered by
6-
# nightly CI. Tracks the regressions reported in:
7-
# SUPPORT-30042 (Optimize PVC pending)
8-
# SUPPORT-30069 (web-modeler PVC pending / install failure)
9-
# SUPPORT-30094 (orchestration extraVolumeClaimTemplates rejected)
6+
# nightly CI. Currently scoped to Web Modeler restapi persistence
7+
# (SUPPORT-30069). Optimize persistence (SUPPORT-30042) and orchestration
8+
# extraVolumeClaimTemplates (SUPPORT-30094) are tracked in their own PRs and
9+
# will be re-enabled here when the corresponding template fixes land.
1010
# Used with: TEST_VALUES_FEATURES containing "persistence"
1111
# =============================================================================
1212

13-
optimize:
14-
enabled: true
15-
persistence:
16-
enabled: true
17-
size: 1Gi
18-
1913
webModeler:
2014
persistence:
2115
enabled: true
2216
size: 1Gi
23-
24-
orchestration:
25-
extraVolumeClaimTemplates:
26-
- metadata:
27-
name: extra-data
28-
spec:
29-
accessModes: ["ReadWriteOnce"]
30-
resources:
31-
requests:
32-
storage: 1Gi

0 commit comments

Comments
 (0)