You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/23 20:57:19 UTC

[GitHub] [beam] jrmccluskey opened a new issue, #22828: [Bug]: Failure to pull license from third-party site is causing multiple pre/post commits to fail

jrmccluskey opened a new issue, #22828:
URL: https://github.com/apache/beam/issues/22828

   ### What happened?
   
   The license pulling step in multiple testing workflows fails when pulling from bouncycastle.org, which as of writing is down. This prevents these suites from running on both snapshots and pull requests, making it harder to identify real breakages. 
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: test-failures


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] TheNeuralBit commented on issue #22828: [Bug]: Failure to pull licenses can causing multiple pre/post commits to fail

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #22828:
URL: https://github.com/apache/beam/issues/22828#issuecomment-1230614312

   I'd be slightly concerned that they could get out of date. I'm not sure how important that is though. 
   
   We could have a process for pulling licenses from the source of truth periodically. One possibility:
   - Modify the current script to place licenses in the repo, and commit them.
   - Modify other jobs to reference the licenses committed to the repo.
   - Define a postcommit that pulls the license scripts and verifies they haven't changed. A failure will alert us that we need to re-generate.
   - (optional) We might also double-check the licenses in the release process, maybe that just means running the postcommit (along with all the others) on the release branch


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey closed issue #22828: [Bug]: Failure to pull license from third-party site is causing multiple pre/post commits to fail

Posted by GitBox <gi...@apache.org>.
jrmccluskey closed issue #22828: [Bug]: Failure to pull license from third-party site is causing multiple pre/post commits to fail
URL: https://github.com/apache/beam/issues/22828


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on issue #22828: [Bug]: Failure to pull licenses can causing multiple pre/post commits to fail

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on issue #22828:
URL: https://github.com/apache/beam/issues/22828#issuecomment-1228546077

   The ideal solution is to keep a static collection of the licenses in the repo so we aren't pulling them every single time IMO


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] TheNeuralBit commented on issue #22828: [Bug]: Failure to pull licenses can causing multiple pre/post commits to fail

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #22828:
URL: https://github.com/apache/beam/issues/22828#issuecomment-1228496767

   Is there something we can/should do to alleviate this?


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on issue #22828: [Bug]: Failure to pull license from third-party site is causing multiple pre/post commits to fail

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on issue #22828:
URL: https://github.com/apache/beam/issues/22828#issuecomment-1224879419

   Site is back up


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

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