-
Notifications
You must be signed in to change notification settings - Fork 23
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
OpenStudio CLI #324
OpenStudio CLI #324
Conversation
Tests are passing but I've hardcoded the full path to the openstudio executable for both Windows and Linux/OSX. This seems like a bad idea, but does this code only run on workers with scripted configuration? If we do not want to hardcode path to executable (and we probably don't), we should be able to either:
This begs the question: If we need to change ENV variables in the CI setup for our tests to pass, where else do we need to change them so that PAT doesn't break? What else should I consider? |
Also, per @nllong's comment on the related issue, i've set this to timeout after 2 hours. |
@anyaelena Will the hardcoded path issue be fixed with the closure of NREL/OpenStudio#2911 ? If so, I'm happy to wait for OS 2.5.1 to be released & then rerun the tests & merge then if you are. Maybe also @macumber |
Sorry - I can't help myself. I really love labels in github. I don't really know why. |
@rHorsey I had to hardcode path to executable in for Windows as well, which is not a known OS bug. So:
|
@shorowit would like to test this branch |
@nllong @rHorsey does this error mean anything to you? we are getting it for unit tests in osx and linux |
I'm building an AMI (2.6.1-rc2) off of this tonight so David can beat it up tomorrow with lots of gem switching. |
AMI 2.6.1-cli0 has been built against 43291c4 for testing. |
Handed off to @DavidGoldwasser to test |
I have tested analysis finalization scripts on build of develop branch of PAT and a custom server setup. I was able to read from and write to the database. |
Closes #269