Skip to content

Commit

Permalink
Merge pull request #1163 from adusca/runnable-fix
Browse files Browse the repository at this point in the history
Bug 1227552: Don't force a new job_group on fetch_allthethings
  • Loading branch information
camd committed Dec 1, 2015
2 parents cbd32a4 + ab7cae8 commit 5ef28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/etl/allthethings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def load(self, jobs_per_branch):
job_type, _ = JobType.objects.get_or_create(
name=datum['job_type_name'],
symbol=datum['job_type_symbol'],
job_group=job_group
defaults={'job_group': job_group}
)

option_collection_hash = self.get_option_collection_hash(
Expand Down

0 comments on commit 5ef28f0

Please sign in to comment.