github.com/RyanSiu1995/gcb-visualizer@v1.0.2-0.20211121083050-f618fa372726/test/fixtures/cloudbuild/cloudbuild.immediately_start.001.yaml (about)

     1  # This is a build with two immediate starts
     2  # Step C will wait for both step A and B
     3  steps:
     4  - name: debian
     5    id: A
     6  - name: debian
     7    id: B
     8    waitFor:
     9    - "-"
    10  - name: debian
    11    id: C
    12  - name: debian
    13    id: D