feat(ariadne): allowlist reclaim_workspace_storage
Maps workspace_storage_exhausted to the reclaim action, so a build that failed on a full workspace volume is remediated rather than escalated. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
7f5508c930
commit
d631500019
@ -465,13 +465,13 @@ spec:
|
|||||||
- name: ARIADNE_HERMES_AUTOREMEDIATION_ENABLED
|
- name: ARIADNE_HERMES_AUTOREMEDIATION_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ARIADNE_HERMES_ALLOWED_ACTIONS
|
- name: ARIADNE_HERMES_ALLOWED_ACTIONS
|
||||||
value: repair_demo_fixture,retry_transient_infra
|
value: repair_demo_fixture,retry_transient_infra,reclaim_workspace_storage
|
||||||
# Each classification maps to exactly one action id. A diagnosis
|
# Each classification maps to exactly one action id. A diagnosis
|
||||||
# whose classification is absent here can never reach an action,
|
# whose classification is absent here can never reach an action,
|
||||||
# and a diagnosis asking for an action that is not its
|
# and a diagnosis asking for an action that is not its
|
||||||
# classification's own is refused before anything runs.
|
# classification's own is refused before anything runs.
|
||||||
- name: ARIADNE_HERMES_ACTION_CLASSIFICATIONS
|
- name: ARIADNE_HERMES_ACTION_CLASSIFICATIONS
|
||||||
value: known_demo_fixture_failure=repair_demo_fixture,transient_infra_failure=retry_transient_infra
|
value: known_demo_fixture_failure=repair_demo_fixture,transient_infra_failure=retry_transient_infra,workspace_storage_exhausted=reclaim_workspace_storage
|
||||||
# Adds a service's own namespace to log evidence alongside
|
# Adds a service's own namespace to log evidence alongside
|
||||||
# jenkins, so a build failure that coincides with the service being
|
# jenkins, so a build failure that coincides with the service being
|
||||||
# unhealthy carries some trace of the service. Only mapped jobs are
|
# unhealthy carries some trace of the service. Only mapped jobs are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user