github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-15.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: example
    13        name: example
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: script
    20                name: script
    21                spec:
    22                  command: echo "Run my tests"
    23                timeout: ""
    24                type: Run
    25            - step:
    26                identifier: storetestresults
    27                name: store_test_results
    28                spec:
    29                  command: echo upload unit test results
    30                  reports:
    31                    spec:
    32                      paths:
    33                      - test-results/*.xml
    34                    type: JUnit
    35                timeout: ""
    36                type: Run
    37          platform:
    38            arch: Amd64
    39            os: Linux
    40          runtime:
    41            spec: {}
    42            type: Cloud
    43        type: CI