Page MenuHomePhabricator

wikimedia/fundraising/tools CI jobs are broken
Closed, ResolvedPublic

Description

Hopefully there's something simple going on here, like our CI glue is out of date. But see https://gerrit.wikimedia.org/r/#/c/250880/2 and preceding changes. The gate-and-submit jobs start, but nothing every appears in the zuul dashboard and no job ever comes back to V+2 and merge the change.

Event Timeline

awight raised the priority of this task from to Medium.
awight updated the task description. (Show Details)
awight subscribed.
hashar claimed this task.
hashar subscribed.

I fixed it with https://gerrit.wikimedia.org/r/#/c/251208/ , the reason is gate-and-submit only has the jobs jshint/jsonlint and they are only triggered when .js/.json files are altered. End result is the gate pipeline has nothing to process and does not complete.

The workaround is to add the dummy job noop which should do the trick.