Re: Pushing beam.apache.org updates from Jenkins

2018-09-06 Thread Udi Meiri
Bumping this, in case it got lost during the Jenkins outage last week. +Ahmet Altay +Mikhail Gryzykhin +Alan Myrvold On Wed, Aug 29, 2018 at 2:28 PM Udi Meiri wrote: > Hi, > I filed https://issues.apache.org/jira/browse/INFRA-16967 and was told to > inquire at this address about ho

Re: [NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-19 Thread Udi Meiri
Michał's investigation came up with 2 features that only GHPRB seems to have: 1. DSL configuration 2. Phrase hooks (being able to comment on a PR to trigger specific tests (=Jenkins jobs)). On 2019/07/11 08:40:14, Michał Walenia wrote: > Hi, could you tell us which plugin do you plan to use as

Website publishing Jenkins job using Docker issue

2020-04-15 Thread Udi Meiri
Hi builds, I'm trying to debug a website publishing issue for the Beam project. We use a ruby:2.5 based docker image to generate the website. Here's a successful website test job running on one of Beam's own Jenkins machines (with extra debugging information): https://builds.apache.org/job/beam_Pr

Re: docker permissions on websites node

2020-04-16 Thread Udi Meiri
Hi, Could you share what changes were made? Beam is having issues since we use bind mounts to write output to the host. Setting UID:GID on the image gives permission errors in the container when accessing the mount (can't write). Not setting it causes files to be created with the wrong (root:root

Re: docker permissions on websites node

2020-04-16 Thread Udi Meiri
-websites-he-de:~$ cat /etc/subgid > lxd:10:65536 > root:100000:65536 > dockremap:165536:65536 > jenkins:910:1 > jenkins:165536:65536 > > > > -Chris > > > > > > > > On Apr 16, 2020, at 2:30 PM, Udi Meiri wrote: > > > > Hi, > > >