Merge lp:~thomir-deactivatedaccount/core-result-checker/trunk-update-tarball into lp:core-result-checker

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: 15
Merged at revision: 15
Proposed branch: lp:~thomir-deactivatedaccount/core-result-checker/trunk-update-tarball
Merge into: lp:core-result-checker
Diff against target: 17 lines (+2/-1)
1 file modified
core_result_checker/__init__.py (+2/-1)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/core-result-checker/trunk-update-tarball
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+255438@code.launchpad.net

Commit message

Update to use new tarball filename.

Description of the change

Update to use new tarball filename.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

That should match the core-image-tester.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'core_result_checker/__init__.py'
2--- core_result_checker/__init__.py 2015-04-07 19:46:10 +0000
3+++ core_result_checker/__init__.py 2015-04-07 21:49:04 +0000
4@@ -68,11 +68,12 @@
5 device,
6 image_name,
7 ).replace('/', '_')
8+ tarball_name = container_name + "-results.tgz"
9
10 # check to see if swift is consistent yet:
11 if not self.swift_manager.container_contains_file(
12 container_name,
13- "results.tgz"
14+ tarball_name
15 ):
16 logger.warning("Swift container not yet consistent.")
17 self.retry_publisher.retry_for_swift(message)

Subscribers

People subscribed via source and target branches

to all changes: