You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/14 14:10:30 UTC

[GitHub] [pulsar] eolivelli opened a new pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

eolivelli opened a new pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591


   The website builder CI job uses Node JS but it fails because now it requires a more recent version of Node.
   
   We also have to change the PIP 2.7 download script


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841720838


   BTW thanks
   
   I have restarted the website builder job
   https://github.com/apache/pulsar/actions/runs/845406786


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-842064144


   @merlimat  @codelipenghui CI passed, can we merge this patch ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841720701


   /pulsarbot rerun-failure-checks 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841268851


   After building this image we have to push it do dockerhub.
   
   I do not have the privileges @merlimat 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijie commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841635606


   @eolivelli - @codelipenghui can help you push as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-842065718


   it looks like now the website builder fails with another error
   ![image](https://user-images.githubusercontent.com/9469110/118445799-2f2f4c80-b6ef-11eb-9182-12deeac5c83e.png)
   
   I will debug locally and probably I will update this patch, no need to merge it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841720638






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-842123031


   The problem is now that we have Python 3.5.2 and the python builder does not like it.
   I am trying to force to use Python 3.9 on the docker image but without success


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
merlimat commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841717280


   @eolivelli I pushed the new image


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
merlimat commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841717280


   @eolivelli I pushed the new image


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #10591: Upgrade NodeJs in Pulsar Build image (used by WebSite Builder)

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10591:
URL: https://github.com/apache/pulsar/pull/10591#issuecomment-841720638


   Didn't you merge this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org