Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove standalone seed job? #21487

Closed
damccorm opened this issue Jun 4, 2022 · 0 comments
Closed

Remove standalone seed job? #21487

damccorm opened this issue Jun 4, 2022 · 0 comments

Comments

@damccorm
Copy link
Contributor

damccorm commented Jun 4, 2022

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. Original Jira may contain additional context.
Reported by: ibzib.

@damccorm damccorm added tests and removed testing labels Jun 16, 2022
@Abacn Abacn closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants