Closed
Bug 758158
Opened 13 years ago
Closed 13 years ago
make sample_config.tmpl a template or get rid of it
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
References
Details
Attachments
(1 file)
179 bytes,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
For bug 704654 I left in a copy of the legacy sample.config as
http://hg.mozilla.org/build/talos/file/2339d6217ae1/talos/sample_config.tmpl
with the idea of making this into a template, so instead of doing
yaml.dump() to serialize configuration, we can write to a more
organized template.
This isn't particularly hard to do (although it may be annoying), but
do we care? If not we can just remove the file and close this bug
Reporter | ||
Comment 1•13 years ago
|
||
Attachment #682215 -
Flags: review?(jmaher)
Comment 2•13 years ago
|
||
Comment on attachment 682215 [details] [diff] [review]
just remove it
Review of attachment 682215 [details] [diff] [review]:
-----------------------------------------------------------------
do we have buildbot configs that use this? I don't think we do for m-c based builds.
Attachment #682215 -
Flags: review?(jmaher) → review+
Comment 3•13 years ago
|
||
I see sample.2.config, xperf.config, remote.config being referenced in buildbot-configs/mozilla-test/config.py.
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Joel Maher (:jmaher) from comment #2)
> Comment on attachment 682215 [details] [diff] [review]
> just remove it
>
> Review of attachment 682215 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> do we have buildbot configs that use this? I don't think we do for m-c
> based builds.
AFAIK and as far as http://k0s.org:8080/ knows, no. Should I test (somehow?) or just check in?
Comment 5•13 years ago
|
||
lets just check it in!
Reporter | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•