no gerrit-git-prep jobs should use git scm module
Bug #1006636 reported by
James E. Blair
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
Fix Released
|
Critical
|
Andrew Hutchings |
Bug Description
Any job that uses gerrit-git-prep should absolutely not use the git scm module. To do otherwise causes jenkins to do too much work, significantly slowing job execution, as well as possibly putting a significant load on the gerrit server.
Any job that uses the git scm module needs to have its workspace wiped out _after_ the git scm module is removed from the job config.
This has all been done once already, but the jenkins job filler undid all of that work.
Changed in openstack-ci: | |
milestone: | none → folsom |
Changed in openstack-ci: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
And workspaces should not be configured to be wiped out with each build for jobs that use gerrit-git-prep.