pre-actions not running on Xcode 7 beta 6 Server

Originator:jarod
Number:rdar://22556258 Date Originated:3 Sept 2015
Status:Open Resolved:
Product:Developer Tools Product Version:
Classification:Serious Bug Reproducible:Always
 
Summary:
We are running into a problem where Xcode 7 beta 6 server doesn't seem to be running the build pre-actions for any bots. We have a scheme setup for unit testing that needs to run a ```pod update``` and then install. It also needs to unzip a directory inside the project structure. Locally these work just fine on all our devices. When the bot checks out the project and runs it these pre-actions never get run. We've created new projects and the same thing happens.

Steps to Reproduce:
1) create new project
2) in scheme editor create new pre-action script for Build phase with ```sleep 500```
3) run locally and see that system pauses before the actual build
4) create bot on server for said scheme
5) run integrate on that bot
6) see that pre-action does not run and build continues on.

Expected Results:
pre-actions in build phase should run

Actual Results:
pre-actions seem to be skipped

Version:
server:
OS X 10.10.5 (14F27)
OS X Server 5.0.1 (15S2235)
Xcode Version 7.0 beta 6 (7A192o)
 
local:
OS X 10.10.4 (14E46)
Xcode Version 7.0 beta 6 (7A192o)

Notes:
Please let me know if there are any logs I can provide that would help debug this issue.

Configuration:


Attachments:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!