-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (28 loc) · 851 Bytes
/
plugin.yml
File metadata and controls
28 lines (28 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Bazel BEP Annotate
description: Fast protobuf-based failure analysis from Bazel Event Protocol output
author: https://github.com/mcncl
requirements:
- bash
- python3
configuration:
properties:
bep_file:
type: string
description: "Path to the BEP protobuf file (default: auto-detect)"
skip_if_no_bep:
type: boolean
description: "Skip gracefully if no BEP file found (default: false)"
verbose:
type: boolean
description: "Enable verbose output (default: false)"
max_failures:
type: integer
description: "Maximum number of failures to collect (default: 50)"
minimum: 1
maximum: 500
max_file_size_mb:
type: integer
description: "Maximum BEP file size to process in MB (default: 100)"
minimum: 1
maximum: 1000
additionalProperties: false