Closed
Bug 808363
Opened 13 years ago
Closed 12 years ago
Rectify preproduction master local mods
Categories
(Release Engineering :: General, defect, P4)
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',
| Reporter | ||
Updated•13 years ago
|
Flags: needinfo?(bhearsum)
Comment 1•13 years ago
|
||
I have no idea about this. Catlee might've changed something when he wrote the signing server tests?
Flags: needinfo?(bhearsum)
Comment 2•13 years ago
|
||
I don't remember doing that...What's the mtime on that file?
| Reporter | ||
Comment 3•13 years ago
|
||
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)
Updated•13 years ago
|
Priority: -- → P4
Whiteboard: [preproduction]
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 5•12 years ago
|
||
preprod is dead!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•