You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Udi Meiri (JIRA)" <ji...@apache.org> on 2018/08/21 02:49:00 UTC

[jira] [Commented] (BEAM-4696) Execute Jenkins website tests in a Docker container

    [ https://issues.apache.org/jira/browse/BEAM-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586827#comment-16586827 ] 

Udi Meiri commented on BEAM-4696:
---------------------------------

I've managed to run a local Jenkins in a docker container (using [~Ardagan]'s dockerized-jenkins).
I managed to set it up so that Jenkins has authorization to launch Docker jobs on the host Docker.
Right now, it's managed to start the ruby:2.5 image, but it doesn't have access to /tmp on the Jenkins containers:

  /bin/sh: 0: Can't open /tmp/jenkins6814128182425397587.sh 

Current incomplete state: https://github.com/apache/beam/commit/6fb3248792a4c8a9c10868df222b8301a13a3286

> Execute Jenkins website tests in a Docker container
> ---------------------------------------------------
>
>                 Key: BEAM-4696
>                 URL: https://issues.apache.org/jira/browse/BEAM-4696
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing, website
>            Reporter: Scott Wegner
>            Assignee: Scott Wegner
>            Priority: Major
>
> Currently, the website tests run in a vanilla Linux environment, which require a prerequisite step to install Ruby. The install script is flaky and adds extra time to the job.
> Instead, we should run the website pre-commits inside the pre-built ruby/2.5 docker image so that we don't need to worry about installing extra dependencies.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)