Andrew Geissler

Results 27 comments of Andrew Geissler
trafficstars

> @geissonator Oh. This job is restricted to `builder5` which has an old version of Python. We need to move it to a different system (why is it restricted at...

I had to update the jenkins job to call the script using "python3" since our new nodes only have python3. We hit this though: ``` + python3 ./get_unit_test_report.py ./unit-test-meta-data Number...

> The script itself turns around and runs Docker. I don't think we support Docker-in-Docker do we? (That is hard to set up and introduces security issues, so most people...

Got this one working by just hard coding the job to use builder_fb_c0. Keep this issue open to make this a bit more dynamic.

Sounds like it's just a config thing that @shenki needs to incorporate?

We hit this in our p10bmc CI once or twice a day (so about a 5-10% hit rate I'd estimate) against our openbmc/openbmc gerrit commits. We've got built in retries...