Adding file temporary for debugging sake.
Is it allowed to add one script file temporary into PCBuild or Tools/buildbot? Thank you.
Am 26.09.2010 14:29, schrieb Hirokazu Yamamoto:
Is it allowed to add one script file temporary into PCBuild or Tools/buildbot? Thank you.
Sure. For testing out stuff, you can add or remove whatever you want.
If you want to be extra cautious, or plan a series of experiments affecting only a single buildbot, it might be best to create a branch, and then manually trigger a build of that branch on the build slaves that interest you.
Regards, Martin
On 2010/09/26 22:11, "Martin v. Löwis" wrote:
Am 26.09.2010 14:29, schrieb Hirokazu Yamamoto:
Is it allowed to add one script file temporary into PCBuild or Tools/buildbot? Thank you.
Sure. For testing out stuff, you can add or remove whatever you want.
If you want to be extra cautious, or plan a series of experiments affecting only a single buildbot, it might be best to create a branch, and then manually trigger a build of that branch on the build slaves that interest you.
Regards, Martin
Oh, I didn't know that! I'll try. Thank you very much.
Regards, Yamamoto.
On 2010/09/27 1:12, Hirokazu Yamamoto wrote:
On 2010/09/26 22:11, "Martin v. Löwis" wrote:
Am 26.09.2010 14:29, schrieb Hirokazu Yamamoto:
Is it allowed to add one script file temporary into PCBuild or Tools/buildbot? Thank you.
Sure. For testing out stuff, you can add or remove whatever you want.
If you want to be extra cautious, or plan a series of experiments affecting only a single buildbot, it might be best to create a branch, and then manually trigger a build of that branch on the build slaves that interest you.
Regards, Martin
Oh, I didn't know that! I'll try. Thank you very much.
Regards, Yamamoto.
python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers
Hmm, I couldn't run buildbot for custom branch. It seems svn checkout hangs.
Please see ttp://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/1377
# I'll try to commit into branches/py3k temporary.
Please see http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/1377
Please consider the error message:
[Error 32] The process cannot access the file because it is being used by another process: 'C:\\buildslave\\3.x.moore-windows\\build\\build\\test_python_2284'
So there is still a process (most likely from a previous test run) that has one of the files open that would need to be deleted. Most likely, some popup window is displayed on the machine, and clicking it would terminate that process, allowing the files to be removed.
You have to get into contact with the slave admin and ask him to clean the buildbot before anything can proceed.
Regards, Martin
participants (2)
-
"Martin v. Löwis"
-
Hirokazu Yamamoto