From 60436a26bba9adaf5e4f217c08fa62e94b313552 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Jul 2026 12:00:10 +0800 Subject: [PATCH] fix(cd): keep host pressure controller in controlled profile --- .gitea/workflows/cd.yaml | 3 +++ ops/runner/test_cd_controlled_runtime_profile.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index bf840617e..383c015f2 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -568,6 +568,8 @@ jobs: ;; scripts/ops/host-runaway-process-exporter.py) ;; + scripts/ops/host-sustained-load-controller.py) + ;; scripts/ops/host-sustained-load-evidence.py) ;; scripts/ops/tests/test_backup_health_textfile_exporter.py) @@ -814,6 +816,7 @@ jobs: ../../scripts/ops/backup-health-textfile-exporter.py \ ../../scripts/ops/docker-disk-pressure-retention-cleanup.py \ ../../scripts/ops/host-runaway-process-exporter.py \ + ../../scripts/ops/host-sustained-load-controller.py \ ../../scripts/ops/host-sustained-load-evidence.py \ ../../scripts/security/gitea-private-inventory-p0-scorecard.py \ ../../scripts/security/gitea-authenticated-inventory-payload-validator.py diff --git a/ops/runner/test_cd_controlled_runtime_profile.py b/ops/runner/test_cd_controlled_runtime_profile.py index 7688eedcb..632073d98 100644 --- a/ops/runner/test_cd_controlled_runtime_profile.py +++ b/ops/runner/test_cd_controlled_runtime_profile.py @@ -146,6 +146,7 @@ def test_backup_freshness_sources_stay_on_controlled_runtime_profile() -> None: "scripts/ops/backup-health-textfile-exporter.py)", "scripts/ops/tests/test_backup_health_textfile_exporter.py)", "scripts/ops/host-runaway-process-exporter.py)", + "scripts/ops/host-sustained-load-controller.py)", "scripts/ops/host-sustained-load-evidence.py)", "scripts/ops/tests/test_host_runaway_process_exporter.py)", "scripts/ops/tests/test_host_pressure_alert_contract.py)", @@ -154,6 +155,7 @@ def test_backup_freshness_sources_stay_on_controlled_runtime_profile() -> None: "../../scripts/backup/tests/test_backup_status_contract.py", "../../scripts/ops/backup-alert-label-contract-check.py", "../../scripts/ops/host-runaway-process-exporter.py", + "../../scripts/ops/host-sustained-load-controller.py", "../../scripts/ops/host-sustained-load-evidence.py", "../../scripts/ops/tests/test_backup_health_textfile_exporter.py", "../../scripts/ops/tests/test_host_runaway_process_exporter.py", @@ -786,6 +788,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N "../../scripts/ops/backup-health-textfile-exporter.py", "../../scripts/ops/docker-disk-pressure-retention-cleanup.py", "../../scripts/ops/host-runaway-process-exporter.py", + "../../scripts/ops/host-sustained-load-controller.py", "../../scripts/ops/host-sustained-load-evidence.py", "../../scripts/backup/gitea-repo-bundle-backup.sh", "../../ops/monitoring/alerts-unified.yml",