/srv/irclogs.ubuntu.com/2020/05/25/#cloud-init.txt

parideOdd_Bloke, I'm a bit stuck here and looking for smart ideas: https://github.com/canonical/cloud-init/pull/38716:02
parideI'd like to modify .travis.yml, but I can't just commit to it as the change interferes with the quilt patch also touching it16:04
parideand the change can't be handled with a quilt patch as the patching does not happen at the right time and location16:04
parideone way out I see is to remove .travis.yml from the quilt patch, making the cherry-pick a partial lie, and carefully avoiding including it again in cherry-picked patches16:16
Odd_Blokeparide: So we landed a change to avoid running the integration tests on ubuntu/* branches: https://github.com/canonical/cloud-init/commit/e9ab1235eb3944ede588188592a1aa1aaae02591#diff-354f30a63fb0907d4ad57269548329e316:25
Odd_Blokeparide: So we don't need bddeb to work on the packaging branches (I think build-package is the correct tool to use there as a developer?).16:26
Odd_Bloke(Am I missing the point?)16:27
parideOdd_Bloke, just partially. Even if we want integrate the "skip ubuntu/*" change in ubuntu/focal we need to modify .travis.yml as above. However modifying it will break the package building process as one patch in debian/patches touches .travis.yml too, and dpkg-source will refuse to apply it, breaking the package building process16:37
parideI think we've got one thing wrong: touching .travis.yml in cpick-986f37b0-cloudinit-move-to-pytest-for-running-tests-21116:41
Odd_Blokeparide: Right, I see.  IIUC, that pytest patch should be integrated from master to the packaging branches during the next SRU process (which we're starting this week), and then I think this problem goes away?16:59
parideOdd_Bloke, yes, it will go away with the next sru. I guess the right thing to do is just to ignore the bddeb failures in ubuntu/focal up to that point17:08
parideand maybe we should try to modify .travis.yml in separate commits, so the changes won't end up in cherry picked patches17:09
parideI'll close the PR17:09

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!