github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/strategy-matrix-step.yaml (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        steps:
     7        - spec:
     8            steps:
     9            - name: deploystacks-0
    10              spec:
    11                envs:
    12                  PROVIDER: <+matrix.PROVIDER>
    13                  STACK: <+matrix.STACK>
    14                run: bin/deploy $PROVIDER/$STACK
    15              strategy:
    16                spec:
    17                  axis:
    18                    PROVIDER:
    19                    - aws
    20                    STACK:
    21                    - monitoring
    22                    - app1
    23                    - app2
    24                type: matrix
    25              type: script
    26          type: parallel
    27      type: ci
    28  version: 1