Closed
Bug 1188756
Opened 10 years ago
Closed 10 years ago
Remove the yaml dependency from talos
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: parkouss, Unassigned)
References
Details
Right now we are using yaml in two parts of Talos:
- in the configuration (configuration.py/PerfConfigurator.py)
- in xtalos (this is related to the bcontroller.yml file)
So yaml is not useful for us - plus as it is a library with C code we have some hacks around this on mozharness, https://hg.mozilla.org/mozilla-central/file/ea838fbd5518/testing/mozharness/mozharness/mozilla/testing/talos.py#l536.
So it would be great to remove that dependency, and clean up things around this.
Comment 1•10 years ago
|
||
this is now removed!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•