github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/plugin/testdata/mongodb-mongo-master.yml (about)

     1  display_name: mongodb-mongo-master
     2  owner: mongodb
     3  repo: mongo
     4  repokind: github
     5  branch: master
     6  enabled: true
     7  batch_time: 180
     8  
     9  tasks:
    10      - name: testtask1
    11        commands:
    12          - command: mock.foo
    13            params:
    14              param1: "this is a string param"
    15              param2: 12345
    16          - command: shell.exec
    17            params:
    18              script: "echo 'hi'"
    19          - command: expansions.update
    20            params:
    21                updates:
    22                  - key: test_expansion_key
    23                    value: "ABCDEFGH"
    24                  - key: another_expansion_key
    25                    value: "ZYXWVUT"
    26          - command: shell.exec
    27            params:
    28                script: |
    29                  set -v
    30                  echo '${test_expansion_key}'
    31                  echo '${another_expansion_key}'
    32  
    33  buildvariants:
    34  - name: linux-64
    35    display_name: Linux 64-bit
    36    modules: ~
    37    test_flags: --continue-on-failure
    38    expansions:
    39      blah: "blah"
    40    push: true