MT#7247 optimization: jobs do not need to refresh their info

Change-Id: Ibc8785e81fcf59df5dd72676c7db4cb27efefa6b
changes/45/2245/1
Victor Seva 11 years ago
parent 2e9aa0d5a9
commit a44d442958

@ -341,10 +341,6 @@ function update_uuid_info(release, project, uuid) {
if (!$.release[project][uuid].jobs.has(this.jobname)) {
create_new_job(release, project, uuid, this.jobname);
}
else if (!$.release[project][uuid].failed &&
!$.release[project][uuid][this.jobname].failed ) {
update_job_info(release, project, uuid, this.jobname);
}
});
}

Loading…
Cancel
Save