ci: cover GCP runtime security surfaces
This commit is contained in:
parent
8490a0d8c8
commit
f79c779f49
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -66,6 +66,7 @@ jobs:
|
||||||
scripts/replay_decision_engine_eval.py \
|
scripts/replay_decision_engine_eval.py \
|
||||||
scripts/prove_phase1b_local.py \
|
scripts/prove_phase1b_local.py \
|
||||||
scripts/run_gcp_generated_db_direct_claim_suite.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_gcp_generated_db_blind_claim_canary.py \
|
||||||
scripts/run_leo_direct_claim_handler_suite.py \
|
scripts/run_leo_direct_claim_handler_suite.py \
|
||||||
scripts/run_leo_m3taversal_oos_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_iam_split_plan.py \
|
||||||
tests/test_gcp_readiness_workflow.py \
|
tests/test_gcp_readiness_workflow.py \
|
||||||
tests/test_gcp_generated_db_direct_claim_suite.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_gcp_generated_db_blind_claim_canary.py \
|
||||||
tests/test_hermes_leoclean_kb_bridge_source.py \
|
tests/test_hermes_leoclean_kb_bridge_source.py \
|
||||||
tests/test_hermes_leoclean_skill_surfaces.py \
|
tests/test_hermes_leoclean_skill_surfaces.py \
|
||||||
|
|
@ -115,7 +117,9 @@ jobs:
|
||||||
bash -n \
|
bash -n \
|
||||||
deploy/sync-gcp-leoclean-runtime.sh \
|
deploy/sync-gcp-leoclean-runtime.sh \
|
||||||
hermes-agent/leoclean-bin/teleo-kb \
|
hermes-agent/leoclean-bin/teleo-kb \
|
||||||
|
hermes-agent/leoclean-bin/teleo-kb-gcp \
|
||||||
ops/backup_vps_sqlite_kb.sh \
|
ops/backup_vps_sqlite_kb.sh \
|
||||||
|
ops/provision_gcp_leoclean_runtime_role.sh \
|
||||||
ops/run_gcp_cloudsql_restore_drill.sh \
|
ops/run_gcp_cloudsql_restore_drill.sh \
|
||||||
ops/run_sqlite_postgres_restore_canary.sh
|
ops/run_sqlite_postgres_restore_canary.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue