mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
docs: add warning about 27-axis matrix limit (#5700)
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
|
||||
|
||||
:::warning
|
||||
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
|
||||
If your matrix exceeds this number, any additional axes will be silently ignored.
|
||||
:::
|
||||
|
||||
Example matrix definition:
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
|
||||
|
||||
:::warning
|
||||
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
|
||||
If your matrix exceeds this number, any additional axes will be silently ignored.
|
||||
:::
|
||||
|
||||
Example matrix definition:
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
|
||||
|
||||
:::warning
|
||||
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
|
||||
If your matrix exceeds this number, any additional axes will be silently ignored.
|
||||
:::
|
||||
|
||||
Example matrix definition:
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
|
||||
|
||||
:::warning
|
||||
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
|
||||
If your matrix exceeds this number, any additional axes will be silently ignored.
|
||||
:::
|
||||
|
||||
Example matrix definition:
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
Woodpecker has integrated support for matrix workflows. Woodpecker executes a separate workflow for each combination in the matrix, allowing you to build and test against multiple configurations.
|
||||
|
||||
:::warning
|
||||
Woodpecker currently supports a maximum of **27 matrix axes** per workflow.
|
||||
If your matrix exceeds this number, any additional axes will be silently ignored.
|
||||
:::
|
||||
|
||||
Example matrix definition:
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user