Merge lp:~psivaa/snappy-proposed-selftest-agent/request-id-in-payload into lp:snappy-proposed-selftest-agent

Proposed by Para Siva
Status: Merged
Approved by: Para Siva
Approved revision: 12
Merged at revision: 11
Proposed branch: lp:~psivaa/snappy-proposed-selftest-agent/request-id-in-payload
Merge into: lp:snappy-proposed-selftest-agent
Diff against target: 21 lines (+2/-1)
2 files modified
snappy_proposed_selftest_agent/constants.py (+1/-1)
snappy_proposed_selftest_agent/worker.py (+1/-0)
To merge this branch: bzr merge lp:~psivaa/snappy-proposed-selftest-agent/request-id-in-payload
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+260438@code.launchpad.net

Commit message

Adding request_id to the IMAGE_BUILD_QUEUE

Description of the change

This was figured out whilst looking at the tarmac failure on https://code.launchpad.net/~fginther/snappy-proposed-image-tester/update-container/+merge/260416

The 'snappy-proposed.packages.v1' should contain the request_id so that image-builder could pass it onto the tester.

To post a comment you must log in.
12. By Para Siva

device name is generic_amd64

Revision history for this message
Paul Larson (pwlars) wrote :

Good catch, I had that device name backwards. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snappy_proposed_selftest_agent/constants.py'
2--- snappy_proposed_selftest_agent/constants.py 2015-05-28 05:26:08 +0000
3+++ snappy_proposed_selftest_agent/constants.py 2015-05-28 11:13:01 +0000
4@@ -50,4 +50,4 @@
5 TEST_NAME = 'snappy-selftest'
6 TEST_BRANCH = 'lp:snappy/selftest'
7 CHANNEL = 'ubuntu-core/rolling/edge'
8-DEVICE = 'amd64_generic'
9+DEVICE = 'generic_amd64'
10
11=== modified file 'snappy_proposed_selftest_agent/worker.py'
12--- snappy_proposed_selftest_agent/worker.py 2015-05-28 03:49:52 +0000
13+++ snappy_proposed_selftest_agent/worker.py 2015-05-28 11:13:01 +0000
14@@ -59,6 +59,7 @@
15 image_build_body['channel'] = constants.CHANNEL
16 image_build_body['device'] = constants.DEVICE
17 image_build_body['test_name'] = constants.TEST_NAME
18+ image_build_body['request_id'] = request_id
19 self.build_worker(image_build_body)
20
21 # Build the message body to pass to the results exchange

Subscribers

People subscribed via source and target branches