[jira] [Commented] (FLINK-20531) Flink docs are not building anymore due to builder change

2020-12-10 Thread Robert Metzger (Jira)


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

Robert Metzger commented on FLINK-20531:


Fixed by Infra.

> Flink docs are not building anymore due to builder change
> -
>
> Key: FLINK-20531
> URL: https://issues.apache.org/jira/browse/FLINK-20531
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Robert Metzger
>Assignee: Robert Metzger
>Priority: Blocker
>
> The Flink docs are not building anymore, due to 
> {code}
> r1068824 | dfoulks | 2020-12-07 18:53:38 +0100 (Mon, 07 Dec 2020) | 1 line
> Moved bb-slave1 jobs to bb-slave7 and bb-slave2 jobs to bb-slave8
> {code}
> bb-slave2 has "rvm" installed, "bb-slave8" doesn't: 
> https://ci.apache.org/builders/flink-docs-release-1.11/builds/161



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20531) Flink docs are not building anymore due to builder change

2020-12-09 Thread Robert Metzger (Jira)


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

Robert Metzger commented on FLINK-20531:


Problem is still not resolved.

Medium and long term approaches to fix the problem:
1. Spark/Kafka approach: The docs are copied from the source repo into the 
website repository 
https://cwiki.apache.org/confluence/display/KAFKA/Release+Process#ReleaseProcess-Websiteupdateprocess
 / http://spark.apache.org/release-process.html

We could push the docs to an s3 bucket using azure (where we also validate the 
docs), and use ASFs buildbot only to push the docs to the website?! 

Side note for the flink website: Apache Airflow is using GitHub Actions to 
automatically publish their website: 
https://github.com/apache/airflow-site/blob/master/.github/workflows/build.yml#L65

We could also use GH Actions to build the full website (including the 
documentation).

> Flink docs are not building anymore due to builder change
> -
>
> Key: FLINK-20531
> URL: https://issues.apache.org/jira/browse/FLINK-20531
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Robert Metzger
>Assignee: Robert Metzger
>Priority: Blocker
>
> The Flink docs are not building anymore, due to 
> {code}
> r1068824 | dfoulks | 2020-12-07 18:53:38 +0100 (Mon, 07 Dec 2020) | 1 line
> Moved bb-slave1 jobs to bb-slave7 and bb-slave2 jobs to bb-slave8
> {code}
> bb-slave2 has "rvm" installed, "bb-slave8" doesn't: 
> https://ci.apache.org/builders/flink-docs-release-1.11/builds/161



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20531) Flink docs are not building anymore due to builder change

2020-12-08 Thread Robert Metzger (Jira)


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

Robert Metzger commented on FLINK-20531:


I'm still discussing with apache infra to resolve the problem :(

> Flink docs are not building anymore due to builder change
> -
>
> Key: FLINK-20531
> URL: https://issues.apache.org/jira/browse/FLINK-20531
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Robert Metzger
>Assignee: Robert Metzger
>Priority: Blocker
>
> The Flink docs are not building anymore, due to 
> {code}
> r1068824 | dfoulks | 2020-12-07 18:53:38 +0100 (Mon, 07 Dec 2020) | 1 line
> Moved bb-slave1 jobs to bb-slave7 and bb-slave2 jobs to bb-slave8
> {code}
> bb-slave2 has "rvm" installed, "bb-slave8" doesn't: 
> https://ci.apache.org/builders/flink-docs-release-1.11/builds/161



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20531) Flink docs are not building anymore due to builder change

2020-12-08 Thread Huang Xingbo (Jira)


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

Huang Xingbo commented on FLINK-20531:
--

Hi, [~rmetzger], the link of first PR seems inaccessible. The second PR has 
been merged yesterday. But Our build-doc bot still fails to build doc, the 
current error is that it failed when rvm install 2.6.3.

[https://ci.apache.org/builders/flink-docs-master/builds/2061/steps/Build%20docs/logs/stdio]
{code:java}
+ cd docs
+ pwd
+ DIR=/home/buildslave/slave/flink-docs-master/build/docs
+ DOCS_SRC=/home/buildslave/slave/flink-docs-master/build/docs
+ DOCS_DST=/home/buildslave/slave/flink-docs-master/build/docs/content
+ export 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/share/rvm/bin/
+ . /home/buildslave/.rvm/scripts/rvm
+ [ -n  -o -n  ]
+ rvm install 2.6.3
Segmentation fault (core dumped)
{code}

> Flink docs are not building anymore due to builder change
> -
>
> Key: FLINK-20531
> URL: https://issues.apache.org/jira/browse/FLINK-20531
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Robert Metzger
>Assignee: Robert Metzger
>Priority: Blocker
>
> The Flink docs are not building anymore, due to 
> {code}
> r1068824 | dfoulks | 2020-12-07 18:53:38 +0100 (Mon, 07 Dec 2020) | 1 line
> Moved bb-slave1 jobs to bb-slave7 and bb-slave2 jobs to bb-slave8
> {code}
> bb-slave2 has "rvm" installed, "bb-slave8" doesn't: 
> https://ci.apache.org/builders/flink-docs-release-1.11/builds/161



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20531) Flink docs are not building anymore due to builder change

2020-12-08 Thread Robert Metzger (Jira)


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

Robert Metzger commented on FLINK-20531:


Issues should be fixed in https://github.com/apache/infrastructure-p6/pull/552 
and https://github.com/apache/infrastructure-puppet/pull/1833

> Flink docs are not building anymore due to builder change
> -
>
> Key: FLINK-20531
> URL: https://issues.apache.org/jira/browse/FLINK-20531
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Robert Metzger
>Assignee: Robert Metzger
>Priority: Blocker
>
> The Flink docs are not building anymore, due to 
> {code}
> r1068824 | dfoulks | 2020-12-07 18:53:38 +0100 (Mon, 07 Dec 2020) | 1 line
> Moved bb-slave1 jobs to bb-slave7 and bb-slave2 jobs to bb-slave8
> {code}
> bb-slave2 has "rvm" installed, "bb-slave8" doesn't: 
> https://ci.apache.org/builders/flink-docs-release-1.11/builds/161



--
This message was sent by Atlassian Jira
(v8.3.4#803005)