-
Notifications
You must be signed in to change notification settings - Fork 256
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
separate outputs #334
separate outputs #334
Conversation
run_test(test_flavor, full_path) | ||
|
||
# Deleting checkpoint folder from test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why we did this in the first place. The ckpts were already in separate dirs so they wouldn't interfere. And now that I am preserving output artifacts, it makes sense to keep them.
@@ -118,15 +137,5 @@ def run_test(test_flavor: OverrideDefinitions, full_path: str): | |||
config = tomllib.load(f) | |||
is_integration_test = config["job"].get("use_for_integration_test", False) | |||
if is_integration_test: | |||
test_flavors = [OverrideDefinitions()] + integration_tests_flavors[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OverrideDefinitions() from here got move to the top as 'Default' entry, but specified its own output dir.
ghstack-source-id: e512c34fa1800d00f36947fbcaed96b026fb98cd Pull Request resolved: #334
ghstack-source-id: 1072f96b4318e2321a212c3d4f45a8155511a795 Pull Request resolved: #334
Stack from ghstack (oldest at bottom):