github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/plugin/builtin/attach/testdata/plugin_attach_files.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: attach.task_files
    12            params:
    13              file2: replace me!
    14              file4: blow me away!
    15          - command: attach.task_files
    16            params:
    17              ${f1}: i am a ${expand_me}
    18              file2: replaced!
    19              file3: http://kyle.diamonds
    20  
    21  modules:
    22  - name: enterprise
    23    repo: git@github.com:10gen/mongo-enterprise-modules.git
    24    prefix: src/mongo/db/modules
    25    branch: v2.6
    26  
    27  buildvariants:
    28  - name: linux-64
    29    display_name: Linux 64-bit
    30    modules:
    31      - enterprise
    32    test_flags: --continue-on-failure
    33    expansions:
    34      expand_me: "FILE!"
    35      f1: "file1"
    36      blah: "blah"
    37    push: true