0

I'm having an issue with Xcode 8.2 and Server 5.2: The bots in my report navigator are present and integrations are working as expected, but the same bots aren't accessible from the {server_ip}/xcode interface.

enter image description here (not actual bots: taken from here for demonstration purposes)

They show up in the Xcode report, but not the web interface: enter image description here

However, when I use the "view bot in browser" feature, the bot appears to begin loading but never completes: enter image description here

The builds are manually signed integration logs are visible for each bot: enter image description here

My question is: how can I debug the bots not showing up in the browser?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Andrew Sowers
  • 369
  • 3
  • 11

1 Answers1

0

It turns out I just needed run a sudo xcrun xcscontrol --reset and rebuild my bots from scratch. Warning: running sudo xcrun xcscontrol --reset will remove all of you bots.

Andrew Sowers
  • 369
  • 3
  • 11