search for: releaseengineering

Displaying 3 results from an estimated 3 matches for "releaseengineering".

2016 Jun 21
1
FireFox-46.0.1 build with interprocedural register allocation enabled
...d test on try. And now I'm going to flood you with jargon, sorry. Instead of trying to document that all here, I suggest you ask people for help on irc. Notably, #taskcluster, and #build. Folks there are your target audience for compiler changes, too. First read is https://wiki.mozilla.org/ReleaseEngineering/TryServer, just to get the first piece of jargon out. I suspect that the next steps are: I speculate that you can use your version of llvm if you can create a docker image that is able to compile Firefox. Please confirm that with #taskcluster, and get some help there on how to do that. Then y...
2016 Jun 19
8
FireFox-46.0.1 build with interprocedural register allocation enabled
Hello, I build FireFox-46.0.1 source with llvm to test interprocedural register allocation. The build was successful with out any runtime faliures, here are few stats: Measure W/O IPRA WITH IPRA ======= ======== ========= Total Build Time 76 mins 82.3 mins 8% increment Octane v2.0 JS Benchmark Score (higher is better) 18675.69 19665.16 5% improvement Kraken JS Benchmark time (lower is better)
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
...would be usable by Puppet? The goal would be to script creation of such CA''s to deploy them on multiple puppetmasters, instead of certificates being created on them via puppet cert command. Any ideas on how to do it? I was only able to find something like that: https://wiki.mozilla.org/ReleaseEngineering/PuppetAgain/HowTo/Set_up_a_standalone_puppetmasterbut it fails to work - after creating CA and client cert and applying them to puppetmaster, it complains with: Feb 16 09:35:20 test puppet-master[81728]: Could not prepare for execution: The certificate retrieved from the master does not match th...