pub const DEFAULT_LOAD_REPORT_PATH: &str = "artifacts/introspection/local-loop-load.json";
pub const DEFAULT_RESOURCE_REPORT_PATH: &str = "artifacts/introspection/local-loop-resources.json";
pub const DEFAULT_RUNTIME_REPORT_PATH: &str = "artifacts/introspection/local-loop-runtime.json";
pub const DEFAULT_STATUS_REPORT_PATH: &str = "artifacts/introspection/local-loop-status.json";
pub const DEFAULT_BAG_PATH: &str = "artifacts/bag/demo.rrbag";
pub const DEFAULT_ORCHESTRATION_CONFIG_PATH: &str = "configs/orchestration/ci-gate.json";