Is anyone having trouble creating a bot with xcode 7 b1 and El Cap Server beta? It gets stuck after "Schedule bot integrtions". The Test With selection says "Loading" and never returns.
Trouble creating a bot?
Yes, I'm seeing that behavior locally as well. I've not yet figured out what is going on behind the scenes or how to get past that screen.
I've filed a bug for this, #21341643
Ok! So in my case, this server was used with a previous version of the Xcode Service and I had lingering legacy data after installing the new Server.app. I finally sucked it up and decided to have the Xcode Service wipe itself clean so I could start with a fresh configuration -- after doing so, I was able to get bots configured.
The following command will irrevocably reset your entire Xcode Service data -- all existing configurations, repositories, existing bots, history, etc. will be removed and the service will start as though never configured:
sudo xcrun xcscontrol --reset
Glad that worked for you, unfortunatley this was a new server setup for me. I had even tried that command already with no luck.