Crate mongo_task_generator

Source
Expand description

Entry point into the task generation logic.

This code will go through the entire evergreen configuration and create task definitions for any tasks that need to be generated. It will then add references to those generated tasks to any build variants to expect to run them.

Structs§

BurnInTagBuildVariantInfo
Dependencies
Collection of services needed to execution.
ExecutionConfiguration
Configuration required to execute generating tasks.
ProjectInfo
Information about the Evergreen project being run against.

Functions§

generate_configuration
Create ‘generate.tasks’ configuration for all generated tasks in the provided evergreen project configuration.