Skip to content

Commit 6038057

Browse files
committed
chore: add compat table
Signed-off-by: Ben McNicholl <[email protected]>
1 parent 906eeb6 commit 6038057

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,17 @@ Default: `true`
114114

115115
Controls whether the JUnit processing should run inside a Docker container. When set to `false`, the processing will run directly on the host using the system's Ruby installation.
116116

117+
## Compatibility
118+
119+
| Plugin | Elastic Stack | Agent Stack K8s | Hosted (Mac) | Hosted (Linux) | Notes |
120+
| ------ | :-----------: | :-------------: | :----: | :----: |:---- |
121+
| Junit Annotate | ✅ | ⚠️ | ⚠️ | ✅ | **K8s** - Out of the box, requires `run-in-docker: false` and a container image with `ruby` installed<br>Likely requires some complex podSpec (pending investigation)<br>**Hosted (Mac)** - instances do not ship with the Docker daemon, but can use a `ruby` binary on the agent |
122+
123+
- ✅ Fully supported (all combinations of attributes have been tested to pass)
124+
- ⚠️ Partially supported (some combinations cause errors/issues)
125+
- ❌ Not supported
126+
127+
117128
## Developing
118129

119130
To run testing, shellchecks and plugin linting use use `bk run` with the [Buildkite CLI](https://github.com/buildkite/cli).

0 commit comments

Comments
 (0)