Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2022-01-06 Thread Daniela Martín
Hi Valentyn, We decided to include the Java 17 installation in the image that we are creating for the Ubuntu upgrade (BEAM-12621). We are using the latest image j*enkins-worker-boot-image-20211029* that the Jenkins workers are currently using, so the remaining changes in this new image would be

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2022-01-05 Thread Robert Burke
Ack. Thanks for the headsup. As long as Jenkins ends up with at least go1.16, the Go targets should be fine. On Wed, Jan 5, 2022, 6:08 PM Daniela Martín wrote: > Hi Valentyn, > > Giomar and I are working on the upgrade of Jenkins VMs to modern Ubuntu > version (BEAM-12621

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2022-01-05 Thread Daniela Martín
Hi Valentyn, Giomar and I are working on the upgrade of Jenkins VMs to modern Ubuntu version (BEAM-12621 ). We are very close to finishing it, we will reach out for the review. Thank you. Regards, On Wed, Jan 5, 2022 at 7:57 PM Valentyn

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2021-11-02 Thread Robert Burke
TIL as well. Sounds like the right location. Thanks Valentyn! On Tue, Nov 2, 2021, 11:00 AM Valentyn Tymofieiev wrote: > Yeah, .profile is only sourced by login shells. Adding the PATH in > .bashrc can be a workaround, but since .bashrc is executed every time a new > shell runs, PATH variable

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2021-11-01 Thread Robert Burke
Looks like while .profile was edited to add in a PATH section pointing to /snap/bin (where go is now installed), it doesn't seem like .profile is executed by the jenkins login shells. On Fri, Oct 29, 2021, 6:23 PM Valentyn Tymofieiev wrote: > > > On Wed, Oct 20, 2021 at 11:16 AM Valentyn

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2021-10-19 Thread Robert Burke
+1 to only having one way to do things. The Lite option seems liable to cause more problems since it means it's changes can be blown away if a new image isn't prepared anyway. I don't think we are changing the images often enough for it. Perhaps call it the option to test changes if anything? On

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2021-10-19 Thread Robert Burke
FYI it looks like all the Go tests are now failing because it can't find the Go command at all. Did a Jenkins image without Go (v1.16+) pre-installed get pushed? On Mon, Oct 18, 2021, 1:45 PM Valentyn Tymofieiev wrote: > Thanks Daniel, > > I can recreate the VMs on new disks. > > We currently

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2021-10-11 Thread Robert Burke
SGTM. Thank you very much Daniel! On Mon, Oct 11, 2021, 7:51 PM Ahmet Altay wrote: > Thank you Daniel. Could you please update the wiki once you are done with > the process? > > On Mon, Oct 11, 2021 at 6:22 PM Daniel Oliveira > wrote: > >> Took me a bit to get to this, sorry. I finally figured