blob: f1ff528fd6f8402c250caca2ed3118ae2257b130 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//src/sys/test_runners/inspect/default.shard.cml" ],
program: {
accessor: "ALL",
timeout_seconds: "60",
cases: [
// Archivist reports metrics for feedback pipeline.
"bootstrap/archivist:root/archive_accessor_stats/all:*",
// Archivist reports metrics for feedback pipeline.
"bootstrap/archivist:root/archive_accessor_stats/feedback:*",
// Archivist reports metrics for legacy metrics pipeline.
"bootstrap/archivist:root/archive_accessor_stats/legacy_metrics:*",
],
},
}