Skip to main content

Matrix

Defines a matrix execution strategy.

Properties

  • axis - map[string][]string
    The matrix axis.

  • concurrency - int
    The maximum concurrency for matrix execution.

Examples

strategy:
type: matrix
spec:
axis:
golang:
- 1.19
- 1.21
node:
- 16
- 18