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/03 22:09:49 UTC

[GitHub] [beam] kennknowles opened a new issue, #19080: Standalone seed job didn't revert Jenkins seed job changes introduced by a PR

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

   ****What was the setup?****
   
   I created Pull Request (let's call it "A") of a branch with some changes in job__00_seed.groovy. Those changes involved adding a new glob pattern to detect files not only with job_*.groovy naming pattern but also with /**/*Job.groovy.
   
   I created another PR (let's call it "B") which was "empty" - no changes added to the codebase. I used such PR to run job_seed_standalone (or job_00_seed) from master branch to revert changes introduced by A.
   
   So:
   
    - to introduce change I ran: "Run seed job" in pr A's comment
   
    - to revert changes I ran: "Run seed job" / "Run seed job standalone" in pr B's comment. 
   
    
   
   ****What did I expect?****
   
   I expected every change introduced in the seed job by A reverted by B's standalone seed job. I even expected that B's seed job will revert the changes.
   
   ****What actually happened?****
   
   After running standalone seed job from "B" some changes were not reverted. Jenkins was still expecting files with *Job. glob pattern when I was running the seed job afterwards. It couldn't find them on master so it resulted in the following error: 
   ```
   
   Resetting working tree
    > git reset --hard # timeout=10
    > git clean -fdx # timeout=10
   ERROR: no
   Job DSL script(s) found at .test-infra/jenkins/**/*Job.groovy
   Not sending mail to unregistered user
   cclauss@bluewin.ch
   Sending e-mails to: dev@beam.apache.org pabloem@google.com
   Setting status of 4715449665ae235f96c7a67ce5f80b774d5474e5
   to FAILURE with url https://builds.apache.org/job/beam_SeedJob/2191/ and message: 'FAILURE
    '
   Using
   context: Jenkins: Seed Job
   Finished: FAILURE
   
   ```
   
    
   
   Imported from Jira [BEAM-4770](https://issues.apache.org/jira/browse/BEAM-4770). Original Jira may contain additional context.
   Reported by: ŁukaszG.


-- 
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] Standalone seed job didn't revert Jenkins seed job changes introduced by a PR [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #19080: Standalone seed job didn't revert Jenkins seed job changes introduced by a PR
URL: https://github.com/apache/beam/issues/19080


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