Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVG-17874: Update Genny with --no-activate flag. #873

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 23, 2023

  1. EVG-17874: Update Genny with --no-activate flag.

    This allows us to create task generation tasks that don't
    immediately execute all the generated variants.
    
    It's a bit awkward to pass through a flag that is phrased in the
    negative (as opposed to using an "activate" flag and variable),
    but in this case we need to because an explicit activate flag
    would have different behavior than the default of not specifying
    the "activate" parameter. If the "activate" parameter is present
    on a task, then that task is always activated, but if it is not
    present then it defaults to if the version is activated or through
    batchtime.
    johndaniels committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a578056 View commit details
    Browse the repository at this point in the history