github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/stage-stragegy-matrix.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                  timeout: ""
    28                  type: Run
    29          platform:
    30            arch: Amd64
    31            os: Linux
    32          runtime:
    33            spec: {}
    34            type: Cloud
    35        strategy:
    36          matrix:
    37            PROVIDER:
    38            - aws
    39            STACK:
    40            - monitoring
    41            - app1
    42            - app2
    43            exclude: null
    44        type: CI