[
https://issues.apache.org/jira/browse/BEAM-5367?focusedWorklogId=143297&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-143297
]
ASF GitHub Bot logged work on BEAM-5367:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Sep/18 22:53
Start Date: 11/Sep/18 22:53
Worklog Time Spent: 10m
Work Description: pabloem closed pull request #6370: [BEAM-5367] Removed
beam/website check from the Beam build dependency.
URL: https://github.com/apache/beam/pull/6370
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/website/build.gradle b/website/build.gradle
index 0a64e73ed50..7f5892600c2 100644
--- a/website/build.gradle
+++ b/website/build.gradle
@@ -94,7 +94,12 @@ task testWebsite(type: Exec) {
bundle exec rake test"""
}
-check.dependsOn testWebsite
+/**
+ * Removed testWebsite from the Beam build dependency because it is broken and
obsolete.
+ * See https://issues.apache.org/jira/browse/BEAM-5367 for more info.
+ */
+
+// check.dependsOn testWebsite
task preCommit {
dependsOn testWebsite
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 143297)
Time Spent: 1h (was: 50m)
> [beam_Release_Gradle_NightlySnapshot] is broken due to apache/beam website
> test failure
> ---------------------------------------------------------------------------------------
>
> Key: BEAM-5367
> URL: https://issues.apache.org/jira/browse/BEAM-5367
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Batkhuyag Batsaikhan
> Assignee: Batkhuyag Batsaikhan
> Priority: Major
> Fix For: 2.7.0, 2.8.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> apache/website test is breaking nightly build. Since we don't have stable
> apache/beam website, we should remove it from the build for now. Until we
> have an actual plan to fully migrate from asf beam-site, we should disable
> apache/website checks from Beam build.
> Failing job url: [https://scans.gradle.com/s/uxb6mdigqj4n4/console-log#L23465]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)