[ 
https://issues.apache.org/jira/browse/BEAM-4770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123264#comment-17123264
 ] 

Beam JIRA Bot commented on BEAM-4770:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> Standalone seed job didn't revert Jenkins seed job changes introduced by a PR
> -----------------------------------------------------------------------------
>
>                 Key: BEAM-4770
>                 URL: https://issues.apache.org/jira/browse/BEAM-4770
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Lukasz Gajowy
>            Priority: P2
>              Labels: stale-P2
>
> +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: 
> {code:java}
> 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 ccla...@bluewin.ch
> Sending e-mails to: d...@beam.apache.org pabl...@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
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to