github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/stage-stragegy-matrix.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              type: script
    16          type: parallel
    17      type: ci
    18      strategy:
    19        spec:
    20          axis:
    21            PROVIDER:
    22            - aws
    23            STACK:
    24            - monitoring
    25            - app1
    26            - app2
    27        type: matrix
    28  version: 1