feat(guanghu-os): add repository bridge lifecycle
This commit is contained in:
parent
9acee850cd
commit
0d1ded1196
9 changed files with 326 additions and 4 deletions
|
|
@ -98,6 +98,8 @@ run_gate guanghu_first_boot_supervisor \
|
|||
"${source_root}/scripts/test-guanghu-first-boot-supervisor.sh"
|
||||
run_gate guanghu_root_supervisor \
|
||||
"${source_root}/scripts/test-guanghu-root-supervisor.sh"
|
||||
run_gate guanghu_repository_bridge_lifecycle \
|
||||
"${source_root}/scripts/test-guanghu-repository-bridge-lifecycle.sh"
|
||||
run_gate auditable_line_coverage_100_percent \
|
||||
bash -c '
|
||||
cargo llvm-cov clean --workspace --manifest-path "$1/Cargo.toml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue