[INTPAK-179] Fix verify-rpm job not running Created: 27/Jun/18  Updated: 28/Jun/18  Resolved: 28/Jun/18

Status: Closed
Project: integration-packaging
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: High
Reporter: Daniel Farrell Assignee: Daniel Farrell
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

The packaging-verify-rpm-master job hasn't run for more than three months.

https://jenkins.opendaylight.org/releng/view/packaging/job/packaging-verify-rpm-master/

It should be triggered each time a file changes in the integration/packaging/packages/ directory.

triggers:

  • gerrit:
    server-name: '{gerrit-server-name}'
    trigger-on:
  • comment-added-contains-event:
    comment-contains-value: 'rpm-verify'
    projects:
  • project-compare-type: ANT
    project-pattern: '{project}'
    branches:
  • branch-compare-type: ANT
    branch-pattern: '**/{branch}'
    file-paths:
  • compare-type: ANT
    pattern: 'packages/**'

There have been such file changes, but the rpm-verify job wasn't triggered. The tox jobs were triggered as expected.

https://git.opendaylight.org/gerrit/#/c/73272/

https://git.opendaylight.org/gerrit/#/c/73274/



 Comments   
Comment by Daniel Farrell [ 27/Jun/18 ]

I pushed a test change that added a file integration/packaging/packages/foo

https://git.opendaylight.org/gerrit/#/c/73490/

Only the tox job was triggered, not the verify-rpm job. So this confirms the bug.

Comment by Daniel Farrell [ 28/Jun/18 ]

Patch merged that should fix it

Comment by Daniel Farrell [ 28/Jun/18 ]

And you can see it's fixed here, patchset three :https://git.opendaylight.org/gerrit/#/c/73490/

Generated at Wed Feb 07 20:03:50 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.