Skip to content

Commit db1de1f

Browse files
committed
test: gate Android AVD cache and adb bootstrap
1 parent c007f83 commit db1de1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/canonical-media-types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
- "scripts/augment_native_provider_loading.py"
3232
- "scripts/prepare_native_candidate_repository.py"
3333
- "scripts/resolve_native_repository.sh"
34+
- "scripts/prime_android_lab_adb.sh"
3435
- "scripts/native_evidence_completeness.cjs"
3536
- "scripts/analyze_native_corpus_collection.cjs"
3637
- "scripts/analyze_native_corpus_results.cjs"
@@ -66,6 +67,7 @@ on:
6667
- "tests/brain_cron_full_coverage_test.py"
6768
- "tests/safe_structured_parse_skill_test.py"
6869
- "tests/adaptive_safe_structured_parse_profile_test.py"
70+
- "tests/native_android_avd_cache_contract_test.py"
6971
- "tests/native_evidence_contract_test.py"
7072
- "tests/native_evidence_completeness_test.cjs"
7173
- "tests/native_evidence_codegen_pipeline_test.py"
@@ -122,6 +124,8 @@ jobs:
122124
node engine_v2/tests/repair-brain.test.mjs
123125
python3 tests/safe_structured_parse_skill_test.py
124126
python3 tests/adaptive_safe_structured_parse_profile_test.py
127+
- name: Validate Android AVD reuse and adb bootstrap
128+
run: python3 tests/native_android_avd_cache_contract_test.py
125129
- name: Validate image badge assets and theme contrast mapping
126130
run: python3 tests/badge_asset_contract_test.py
127131
- name: Validate weekly upstream provider comparator

0 commit comments

Comments
 (0)