github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/plugin/builtin/git/testdata/plugin_clone.yml (about)

     1  owner: deafgoat
     2  repo: mci_test
     3  repokind: github
     4  branch: master
     5  enabled: true
     6  batch_time: 180
     7  
     8  tasks:
     9      - name: testtask1
    10        commands:
    11          - command: git.get_project
    12            params:
    13              directory: src
    14  
    15  modules:
    16  - name: enterprise
    17    repo: git@github.com:10gen/mongo-enterprise-modules.git
    18    prefix: src/mongo/db/modules
    19    branch: v2.6
    20  
    21  buildvariants:
    22  - name: linux-64
    23    display_name: Linux 64-bit
    24    modules: 
    25      - enterprise
    26    test_flags: --continue-on-failure
    27    expansions:
    28      blah: "blah"
    29    push: true