diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2017-08-04 11:20:02 -0400 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2017-08-04 11:31:50 -0400 |
commit | 4f07e8245a8b41a9b6a143cc39bb02c968004252 (patch) | |
tree | 34a0eb8b6b195ebb814dfd345077e271961ea65c | |
parent | 84f0c5215adf3b80178be96722e80255c0cc8f28 (diff) | |
download | mongo-4f07e8245a8b41a9b6a143cc39bb02c968004252.tar.gz |
SERVER-29823 Add simple evergreen config file for olsen timezone updates
-rw-r--r-- | etc/olsen_time_zones.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/olsen_time_zones.yml b/etc/olsen_time_zones.yml new file mode 100644 index 00000000000..b61c583997b --- /dev/null +++ b/etc/olsen_time_zones.yml @@ -0,0 +1,24 @@ +functions: + "fetch source" : + - command: git.get_project + params: + directory: src + - command: shell.exec + params: + working_dir: src + script: | + echo "Scripts to generate time zone zip file goes here" + ls +tasks: +- name: compile + depends_on: [] + commands: + - func: "fetch source" + +buildvariants: +- name: linux-64 + display_name: Linux + run_on: + - rhel62-small + tasks: + - name: compile |