Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-14226

Remove standalone seed job?

Details

    • Improvement
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • testing
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ibzib Kyle Weaver
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m