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/06/04 23:38:37 UTC

[GitHub] [beam] damccorm opened a new issue, #21487: Remove standalone seed job?

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

   I'm not sure what the historical reason for having two separate seed jobs is, but it looks like today the two are almost identical, so we can probably delete one of them.
   
   $ diff .test-infra/jenkins/job_seed_standalone.groovy .test-infra/jenkins/job_00_seed.groovy
   
   23c23
   < job('beam_SeedJob_Standalone') {
   \---
   \> job('beam_SeedJob') {
   77c77
   <     cron('0 */5 * * *')
   \---
   \>     cron('H */6 * * *')
   85c85
   <       triggerPhrase('Run Standalone Seed Job')
   \---
   \>       triggerPhrase('Run Seed Job')
   90c90
   <           context("Jenkins: Standalone Seed Job")
   \---
   \>           context("Jenkins: Seed Job")
   110c110
   <         python3.8 -m venv ve3 && source ./ve3/bin/activate &&
   \---
   \>         python3.8 -m venv ve3 && source ve3/bin/activate &&
   
   
   Imported from Jira [BEAM-14226](https://issues.apache.org/jira/browse/BEAM-14226). Original Jira may contain additional context.
   Reported by: ibzib.


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


Re: [I] Remove standalone seed job? [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #21487: Remove standalone seed job?
URL: https://github.com/apache/beam/issues/21487


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