Closed Bug 808363 Opened 13 years ago Closed 12 years ago

Rectify preproduction master local mods

Categories

(Release Engineering :: General, defect, P4)

x86_64
Windows 7
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: Callek, Unassigned)

Details

(Whiteboard: [preproduction])

So when looking to possibly add some sut_tools testing to preproduction, I noticed that we have some local mods to our preprod instance relating to testing of signing. We no longer have tools/release/signing/tests.py but we do have tools/release/signing/testsigning.sh, Ben should we take the change in preprod right now to the actual repo, or should we start testing with testsigning.sh ? [cltbld@preproduction-master ~]$ hg -R /builds/buildbot/preproduction diff diff --git a/master/preproduction_factory.py b/master/preproduction_factory.py --- a/master/preproduction_factory.py +++ b/master/preproduction_factory.py @@ -151,21 +151,16 @@ class PPBuildFactory(BuildFactory): workdir="tools", flunkOnFailure=False, name='tools_scripts_pylint', project='tools_scripts', )) def tools_run_tests(self): self.addStep(ShellCommand( - workdir='tools/release/signing', - command=['python', 'tests.py'], - name='release_signing_tests', - )) - self.addStep(ShellCommand( workdir='tools/lib/python', name='tools_lib_nosetests', env={'PYTHONPATH': '.:vendor'}, command=['nosetests'], )) self.addStep(ShellCommand( workdir='tools/clobberer', name='clobbberer_test',
Flags: needinfo?(bhearsum)
I have no idea about this. Catlee might've changed something when he wrote the signing server tests?
Flags: needinfo?(bhearsum)
I don't remember doing that...What's the mtime on that file?
Its now newer than it was when I filed this bug, since I added the validation for mobile devices.json file. So what is our next step here, morph this to be setting up signing tests in preprod and making the repo match reality?
Flags: needinfo?(catlee)
Let's remove it from our repo then.
Flags: needinfo?(catlee)
Priority: -- → P4
Whiteboard: [preproduction]
Product: mozilla.org → Release Engineering
preprod is dead!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.