github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-13.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: test1
    13        name: test
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: test
    20                name: test
    21                spec:
    22                  command: echo "this is the test job"
    23                  image: cimg/base:2023.03
    24                timeout: ""
    25                type: Run
    26          platform:
    27            arch: Amd64
    28            os: Linux
    29          runtime:
    30            spec: {}
    31            type: Cloud
    32        type: CI
    33  
    34  ---
    35  pipeline:
    36    identifier: default
    37    name: default
    38    orgIdentifier: default
    39    projectIdentifier: default
    40    properties:
    41      ci:
    42        codebase:
    43          build: <+input>
    44    stages:
    45    - stage:
    46        identifier: build1
    47        name: build
    48        spec:
    49          cloneCodebase: true
    50          execution:
    51            steps:
    52            - step:
    53                identifier: build
    54                name: build
    55                spec:
    56                  command: echo "this is the build job"
    57                  image: cimg/base:2023.03
    58                timeout: ""
    59                type: Run
    60          platform:
    61            arch: Amd64
    62            os: Linux
    63          runtime:
    64            spec: {}
    65            type: Cloud
    66        type: CI