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

     1  pipeline:
     2    identifier: default
     3    name: default
     4    orgIdentifier: default
     5    projectIdentifier: default
     6    properties:
     7      ci:
     8        codebase:
     9          build: <+input>
    10    stages:
    11    - stage:
    12        identifier: test
    13        name: test
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - parallel:
    19              - step:
    20                  identifier: deploystacks0
    21                  name: deploystacks-0
    22                  spec:
    23                    command: bin/deploy $PROVIDER/$STACK
    24                    envVariables:
    25                      PROVIDER: <+matrix.PROVIDER>
    26                      STACK: <+matrix.STACK>
    27                  strategy:
    28                    matrix:
    29                      PROVIDER:
    30                      - aws
    31                      STACK:
    32                      - monitoring
    33                      - app1
    34                      - app2
    35                      exclude: null
    36                  timeout: ""
    37                  type: Run
    38          platform:
    39            arch: Amd64
    40            os: Linux
    41          runtime:
    42            spec: {}
    43            type: Cloud
    44        type: CI