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

ApplyUpgrade: register ResStockArguments runner results to main runner #1294

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

joseph-robertson
Copy link
Contributor

Pull Request Description

Closes #1287.

Checklist

Not all may apply:

@joseph-robertson joseph-robertson added this to the ResStock v3.4.0 milestone Aug 28, 2024
@joseph-robertson joseph-robertson self-assigned this Aug 28, 2024
@@ -297,6 +297,7 @@ def run(model, runner, user_arguments)

# Run the ResStockArguments measure
if not apply_measures(measures_dir, { 'ResStockArguments' => measures['ResStockArguments'] }, resstock_arguments_runner, model, true, 'OpenStudio::Measure::ModelMeasure', 'upgraded.osw')
register_logs(runner, resstock_arguments_runner)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Returning false without any registered errors won't stop the workflow.

@joseph-robertson joseph-robertson marked this pull request as ready for review August 29, 2024 18:37
@joseph-robertson joseph-robertson merged commit 968fbfc into develop Aug 29, 2024
8 checks passed
@joseph-robertson joseph-robertson deleted the apply-upgrade-fix branch August 29, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApplyUpgrade can fail silently
1 participant