Michael Armijo

Results 15 comments of Michael Armijo

I just looked through the console logs of recent kola-aws and kola-gcp jobs and I couldn't find any `Afterburn: wrote ssh authorized keys file for user: core` messages. I wonder...

Yes, in that test I'm only seeing `Ignition: wrote ssh authorized keys file for user: core` messages

I'm attempting to write some automation for this but I've ran into a couple of scenarios that need to be addressed: - `overrides.py` fails with some bodhi updates due to...

I've been looking at how to implement this and I'm wondering if the kola-openstack job runs garbage collection at all right now? Is it run by default or do we...

Ah, perfect. I'll work on that.

> Re-reading the PR, this runs all 6 ones for x86_64 so should be OK I'm good with that. It makes sense that we would test bios, uefi, and uefi-secure...

> If thats the case It sounds like I need to update the field Architectures to only run x86 on all but bios? Yes, I believe that should do it!

> Let's repurpose this to go a step further and lock down all our plugins and the base Jenkins version itself and e.g. have a job that opens a PR...

@aaradhak, @jlebon and I had a long discussion about this today. > 2. Start jenkins-s2i build on stage cluster, pointing at the ref > 3. Monitor build and deployment of...

After building a custom Jenkins image that was modified to run [resolveDependencies](https://github.com/openshift/jenkins/blob/57d4ffbf08c29bd2e74fb4a5bec5240b62c1f313/2/contrib/jenkins/install-plugins.sh#L273), we found that it will install all dependencies (even optional ones) of the plugins we list in [plugins.txt](https://github.com/coreos/fedora-coreos-pipeline/blob/main/jenkins/controller/plugins.txt)....