Hello all,
I created Bamboo job that was running fine for months. It would take about 5 minutes to complete because I was loading python packages through a virtual environment, so it was taking a while to download them.
I have not made any changes to the build or python script, but it's now taking hours to complete. I ensured the data size was the same, but it's still taking hours.
(I have 4 agents which are able to build it, and they all have the same issue)
Where do I begin investigating this issue?
Hello @Billy Sharpe
Welcome to Atlassian Community!
To troubleshoot "mysterious builds" you would ideally:
Following these steps will allow you to observe how the build behaves when outside of the Bamboo scope. When running the Job tasks manually, you may have to declare certain variables or properties by hand depending on how your Plan is constructed.
Cheers,
Eduardo Alvarenga
Atlassian Support APAC
--please don't forget to Accept the answer if the reply is helpful--
Hello! @Eduardo Alvarenga
Thanks for the tip. I failed to mention that our servers are windows, not Linux. Sorry :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Billy Sharpe
Thanks for the follow-up. The operating system will not matter in this case. Could you follow the equivalent steps on Windows to understand what's wrong with the build? The "su" part will be the equivalent of opening a session as another user or using "runas".
Eduardo Alvarenga
Atlassian Support APAC
--please don't forget to Accept the answer if the reply is helpful--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.