Merge lp:~pwlars/auto-package-testing/adt-announce-result-url into lp:~canonical-ci-engineering/auto-package-testing/adt-nova-support

Proposed by Paul Larson
Status: Merged
Merged at revision: 399
Proposed branch: lp:~pwlars/auto-package-testing/adt-announce-result-url
Merge into: lp:~canonical-ci-engineering/auto-package-testing/adt-nova-support
Diff against target: 11 lines (+1/-0)
1 file modified
jenkins/run-nova-autopkgtest (+1/-0)
To merge this branch: bzr merge lp:~pwlars/auto-package-testing/adt-announce-result-url
Reviewer Review Type Date Requested Status
Celso Providelo (community) Approve
Review via email: mp+253633@code.launchpad.net

Description of the change

I think it would be useful to know the expected results url in swift if we have a job that times out.

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) wrote :

Thanks, Paul.

More information is always good, however I think we should invest sometime to improve the adt-cloud API and consequently the job mechanism for requesting tests and fetching results.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/run-nova-autopkgtest'
2--- jenkins/run-nova-autopkgtest 2015-03-19 18:21:17 +0000
3+++ jenkins/run-nova-autopkgtest 2015-03-20 05:51:37 +0000
4@@ -39,6 +39,7 @@
5
6 COUNT=0
7 UNAUTHORIZED=Unauthorized
8+echo "I: Searching for result tarball at: ${RESULT_URL}"
9 while [ $COUNT -lt $RETRY_COUNT ]; do
10 RESULT_IN=$(curl -I $RESULT_URL)
11 if [ ! "${RESULT_IN#*$UNAUTHORIZED}" != "$RESULT_IN" ]; then

Subscribers

People subscribed via source and target branches