We should examine our evergreen config file, and identify and address tech debt. Some items, identified in the Hibernate project:
- Names should use dashes, and not have quotes
- Consider suffixing all names with "-task", "-task-group", "-func", etc.
- The following code is not necessary: ${project}" = "drivers-tools"
- PREPARE_SHELL is effectively deprecated. Other projects are writing an sh file to set env vars, and sourcing it.
- Consider switching to tags for github, rather than regex.