You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/08/31 17:33:39 UTC

[beam] branch master updated (0339a3f -> 397190c)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 0339a3f  Merge pull request #6313 from charlesccychen/fix-lint
     add ca3f803  Wrap website build in Gradle
     add 09422e1  Add website pre-commit to test website changes in apache/beam repo
     add 2b1926d  Add deprecation notices to the old website Jenkins jobs.
     add 59ba04d  fixup! Add website pre-commit to test website changes in apache/beam repo
     add bd5eadd  fixup! Wrap website build in Gradle
     add 3dd6bd0  fixup! Add website pre-commit to test website changes in apache/beam repo
     add 4e29b22  fixup: Fix jenkins job name
     add ae15ebe  Run the website precommits within Docker
     add bbdd705  Add task inputs and outputs
     add b0d3c80  Remove unnecessary test build config
     add 9fb6401  Fixup: fix jenkins job name
     add f793bdf  Enable docker for Jenkins jobs and rmeove intallBundler
     add a1f9b58  Add generated content directory to .gitignore
     add 15e2595  Revert "Enable docker for Jenkins jobs and rmeove intallBundler"
     add feb6352  Run website precommits in a Docker container.
     new 397190c  Merge pull request #6282 from udim/website-precommit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .test-infra/jenkins/WebsiteShared.groovy           |   1 +
 ...mmit_Go.groovy => job_PreCommit_Website.groovy} |  12 +--
 .../jenkins/job_PreCommit_Website_Merge.groovy     |   3 +
 .../jenkins/job_PreCommit_Website_Stage.groovy     |   3 +
 .../jenkins/job_PreCommit_Website_Test.groovy      |   3 +
 build.gradle                                       |   8 +-
 settings.gradle                                    |   2 +
 website/.gitignore                                 |   2 +-
 {sdks/java/container => website}/Dockerfile        |  19 ++--
 website/Rakefile                                   |   8 +-
 website/_config_test.yml                           |  16 ----
 website/build.gradle                               | 101 +++++++++++++++++++++
 12 files changed, 141 insertions(+), 37 deletions(-)
 copy .test-infra/jenkins/{job_PreCommit_Go.groovy => job_PreCommit_Website.groovy} (84%)
 copy {sdks/java/container => website}/Dockerfile (69%)
 delete mode 100644 website/_config_test.yml
 create mode 100644 website/build.gradle


[beam] 01/01: Merge pull request #6282 from udim/website-precommit

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 397190c0ca8c54f82c1307c55f24a94db1d4b679
Merge: 0339a3f feb6352
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Fri Aug 31 10:33:33 2018 -0700

    Merge pull request #6282 from udim/website-precommit
    
    [BEAM-4495] Website pre-commit job

 .test-infra/jenkins/WebsiteShared.groovy           |   1 +
 ...e_Merge.groovy => job_PreCommit_Website.groovy} |  30 ++----
 .../jenkins/job_PreCommit_Website_Merge.groovy     |   3 +
 .../jenkins/job_PreCommit_Website_Stage.groovy     |   3 +
 .../jenkins/job_PreCommit_Website_Test.groovy      |   3 +
 build.gradle                                       |   8 +-
 settings.gradle                                    |   2 +
 website/.gitignore                                 |   2 +-
 website/Dockerfile                                 |  33 +++++++
 website/Rakefile                                   |   8 +-
 website/_config_test.yml                           |  16 ----
 website/build.gradle                               | 101 +++++++++++++++++++++
 12 files changed, 166 insertions(+), 44 deletions(-)