Revision 9a30c0d821a20befe8e0644df7ecae25ad3b39c0 authored by arnaud on 15 February 2024, 15:50:12 UTC, committed by Marge Bot on 20 February 2024, 14:03:46 UTC
1 parent e69ecd4
Raw File
TESTOWNERS.json
{
  "infrastructure": {
    "tags": [
      "binaries",
      "infrastructure"
    ],
    "path_patterns": [
      "^devtools/yes_wallet"
    ]
  },
  "layer1": {
    "tags": [
      "mempool",
      "p2p",
      "protocol",
      "protocol_cache",
      "protocol_table",
      "stresstest",
      "transaction",
      "transfer",
      "layer1"
    ],
    "path_patterns": [
      "^src/lib_requester",
      "^src/proto_.*/lib_protocol",
      "^src/proto_.*/lib_delegate",
      "^devtools/yes_wallet",
      "^tezt/tests/bootstrap.ml$",
      "^tezt/tests/double_bake.ml$",
      "^tezt/tests/precheck.ml$",
      "^tezt/tests/replace_by_fees.ml$"
    ]
  },
  "tezos2": {
    "tags": [
      "dac",
      "dac_node",
      "dal",
      "vdf",
      "tezos2"
    ],
    "path_patterns": [
      "^src/bin_dal_node",
      "^src/bin_testnet_scenarios/dal.ml$",
      "^src/lib_aplonk",
      "^src/lib_crypto_dal",
      "^src/lib_dal_node",
      "^src/lib_dal_node_services",
      "^src/lib_distributed_plonk",
      "^src/lib_gossipsub",
      "^src/lib_stdlib_unix/test/test_key_value_store_fuzzy.ml$",
      "^tezt/tests/injector_test.ml$",
      "^tezt/manual_tests/dal.ml$",      
      "^tezt/tests/dal.ml$"
    ]
  },
  "etherlink": {
    "tags": [
      "evm",
      "sc_rollup",
      "rollup_node",
      "refutation",
      "commitment",
      "etherlink"
    ],
    "path_patterns": [
      "^tezt/tests/evm_rollup.ml$"
    ]
  }
}
back to top