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

Add support for modifiers to register phases #427

Merged
merged 6 commits into from
Mar 5, 2024

Conversation

douglasjacobsen
Copy link
Collaborator

This merge migrates the register_phase directive into the shared_directives language set. This allows modifiers to also register their own phases to manipulate experiment setup / execution / etc.

Phases are allowed to specify their order based on other phase names, and will be topologically sorted to create the final phase ordering.

This commit extends available experiment statuses to include more
options (such as RUNNING). A helper method is added to the application
class to make defining new variables easier.
This commit allows the execute pipeline to control the verbosity of
logger output.
@douglasjacobsen douglasjacobsen added enhancement New feature or request testing Modifications to testing labels Feb 29, 2024
This commit adds a test to make sure modifier phases register properly,
are executed, and are ordered properly as well.
@rfbgo rfbgo merged commit 9e14a13 into GoogleCloudPlatform:develop Mar 5, 2024
5 checks passed
@douglasjacobsen douglasjacobsen deleted the modifier_phases branch March 8, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Modifications to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants