github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/config_test/project/mci-test.yml (about)

     1  identifier: mci-test
     2  owner: deafgoat
     3  repo: mci-test
     4  repokind: github
     5  branch: master
     6  enabled: true
     7  batchtime: 10
     8  stepback: true
     9  remote: false
    10  tasks:
    11  - name: taskOne
    12    depends_on: []
    13    commands:
    14      - command: git.get_project
    15        params:
    16          directory: src
    17        params:
    18          working_dir: src
    19          script: echo "kano"
    20  buildvariants:
    21  - name: linux-64-duroff
    22    display_name: Linux 64-bit DUR OFF
    23    run_on:
    24    - d1
    25    - d2
    26    expansions:
    27      push_path: linux
    28      push_bucket: downloads.mongodb.org
    29      push_name: linux-duroff
    30      push_arch: x86_64
    31      compile_flags: --durableDefaultOff -j$(grep -c ^processor /proc/cpuinfo)
    32      has_debugsymbols: true
    33      test_flags: --continue-on-failure
    34    tasks:
    35    - name: taskOne