[13:16] o/ === mgerdts_ is now known as mgerdts === r-daneel_ is now known as r-daneel [15:20] minor nits on https://code.launchpad.net/~james-hogarth/cloud-init/+git/cloud-init/+merge/333657 [15:21] oops I meant on https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/342007 [16:08] smoser: rharper the artifacts that jenkins is keeping around for a proposed run are 3.4 GB. The heavy hitters seem to be that we are keeping around qcow images in our artifacts. Think we can prune these ? https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-integration-proposed-a/lastSuccessfulBuild/artifact/ [16:09] blackboxsw: I'd think so [16:09] in curtin, we purge images if we succeeed on only keep on failure [16:09] also, you really should tar any qcow2 file you capture as the copy on jenkins isn't sparse aware and will fill up master [16:10] yeah I'd like to be able to attach the artifacts zip to cloud-init's SRU, but attaching 3.X gig file seems a bit irresponsible [16:10] blackboxsw: i think we want to not collect qcow2 and .img files [16:11] +1 I'll put up a PR for jenkins-jobs [16:12] to prune that action [16:12] s/action/bloat [16:12] so.. out of thall those cloud-test-* files.. [16:12] i'd like to keep the console log [16:12] they others i'd like to ditch [16:13] actually the console logs are saved in the test output [16:13] so dont need themn from the top level [16:13] yeah was just discovering that too. [16:14] let me see if we can put those files elsewhere so that they're not collected. [16:14] https://bugs.launchpad.net/netplan/+bug/1664844 [16:14] Ubuntu bug 1664844 in netplan "No distinction between link-up and link-down interfaces" [High,In progress] [16:15] we now have a 'optional' boolean to determine if wait-online cares about an interface [16:15] I think any control-manual interfaces should get optional: False , but need to think some more [16:16] well, reversed, but yes [16:16] control-manual is optional: True [16:18] ah, right === nacc_ is now known as nacc [16:27] smoser: rharper https://github.com/canonical-server/jenkins-jobs/pull/33 ? [16:28] this should avoid collecting that artifact for us in jenkins (we'd still be able to look through it if we connect to jenkins cli [16:34] blackboxsw: smoser: ok, updated the ntp branch with something I think covers what we need, the unittest breakage was minimal; smoser in particular in the ntp branch, I wanted to get your eyes on the decode_text() changes, it appears that we need to decode the template contents before passing to jinja for rendering on python2.7; so I've changes to handle that but definitely want your comments there [16:55] good deal rharper [16:55] checking [17:04] blackboxsw: so 'data_dir' as we use it is 98% "results dir"