Skip to content

Commit

Permalink
Merge pull request #1855 from wlach/1301729-followup
Browse files Browse the repository at this point in the history
Bug 1301729 - Followups to buildapi artifact deprecation
  • Loading branch information
wlach committed Sep 15, 2016
2 parents 06035b4 + 246e11b commit b6558c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 107 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_client_job_ingestion.py
Expand Up @@ -363,8 +363,8 @@ def test_post_job_artifacts_by_add_artifact(
'step': 1
}

check_artifacts(test_project, job_guid, JobLog.PARSED, 3,
{'Bug suggestions', 'privatebuild', 'buildapi'},
check_artifacts(test_project, job_guid, JobLog.PARSED, 2,
{'Bug suggestions', 'privatebuild'},
mock_error_summary)

# ensure the parsing didn't happen
Expand Down
3 changes: 0 additions & 3 deletions treeherder/model/derived/artifacts.py
Expand Up @@ -258,9 +258,6 @@ def load_job_artifacts(self, artifact_data):
job=job,
title='buildbot_request_id',
value=str(buildbot_request_id))
self._adapt_job_artifact_collection(
artifact, job_artifact_list,
job.project_specific_id)
else:
self._adapt_job_artifact_collection(
artifact, job_artifact_list,
Expand Down
102 changes: 0 additions & 102 deletions treeherder/model/management/commands/migrate_buildapi_artifacts.py

This file was deleted.

0 comments on commit b6558c8

Please sign in to comment.