When we upgrade Xcode on the bots connected to Green Dragon we need to automatically upgrade the SVN version of the current working directory repository. This patch also upgrades the function run_collect_output to work with a context manager. Using the context manager helps to ensure we always return to the directory we started working in.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good, just change error message and node name stuff.
| zorg/jenkins/build.py | ||
|---|---|---|
| 75 | I'd like this to be set to None, no need to have a string value here. | |
| 189 | We know which machine things run on. No need to print that in the log message. On the other hand, printing the path to the workspace src dir that failed to upgrade would be super useful, since we may not know that from this error message. | |
I'd like this to be set to None, no need to have a string value here.