From f79c779f4904882d0b8ba97c37081f4695cb8061 Mon Sep 17 00:00:00 2001 From: twentyOne2x Date: Wed, 15 Jul 2026 07:21:23 +0200 Subject: [PATCH] ci: cover GCP runtime security surfaces --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3367127..fc748bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: scripts/replay_decision_engine_eval.py \ scripts/prove_phase1b_local.py \ scripts/run_gcp_generated_db_direct_claim_suite.py \ + scripts/run_gcp_generated_db_working_leo_suite.py \ scripts/run_gcp_generated_db_blind_claim_canary.py \ scripts/run_leo_direct_claim_handler_suite.py \ scripts/run_leo_m3taversal_oos_handler_suite.py \ @@ -92,6 +93,7 @@ jobs: tests/test_gcp_iam_split_plan.py \ tests/test_gcp_readiness_workflow.py \ tests/test_gcp_generated_db_direct_claim_suite.py \ + tests/test_gcp_generated_db_working_leo_suite.py \ tests/test_gcp_generated_db_blind_claim_canary.py \ tests/test_hermes_leoclean_kb_bridge_source.py \ tests/test_hermes_leoclean_skill_surfaces.py \ @@ -115,7 +117,9 @@ jobs: bash -n \ deploy/sync-gcp-leoclean-runtime.sh \ hermes-agent/leoclean-bin/teleo-kb \ + hermes-agent/leoclean-bin/teleo-kb-gcp \ ops/backup_vps_sqlite_kb.sh \ + ops/provision_gcp_leoclean_runtime_role.sh \ ops/run_gcp_cloudsql_restore_drill.sh \ ops/run_sqlite_postgres_restore_canary.sh