Merge lp:~canonical-platform-qa/snappy-ecosystem-tests/use-team-ppas into lp:snappy-ecosystem-tests

Proposed by Omer Akram
Status: Merged
Approved by: Omer Akram
Approved revision: 51
Merged at revision: 51
Proposed branch: lp:~canonical-platform-qa/snappy-ecosystem-tests/use-team-ppas
Merge into: lp:snappy-ecosystem-tests
Diff against target: 23 lines (+2/-4)
1 file modified
snappy_ecosystem_tests/environment/constants.py (+2/-4)
To merge this branch: bzr merge lp:~canonical-platform-qa/snappy-ecosystem-tests/use-team-ppas
Reviewer Review Type Date Requested Status
Heber Parrucci (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+321277@code.launchpad.net

Commit message

Use platform-qa team ppa for snapd staging. Don't use staging for production environment.

Description of the change

Use platform-qa team ppa for snapd staging. Don't use staging for production environment.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Omer Akram (om26er) wrote :
51. By Omer Akram

remove fixme

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Heber Parrucci (heber013) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snappy_ecosystem_tests/environment/constants.py'
2--- snappy_ecosystem_tests/environment/constants.py 2017-03-16 17:45:16 +0000
3+++ snappy_ecosystem_tests/environment/constants.py 2017-03-29 12:13:29 +0000
4@@ -37,8 +37,7 @@
5 "environment_variables": {
6 "SNAPPY_USE_STAGING_STORE": "1"
7 },
8- # FIXME: Update ppa to ~canonical-platform-qa team once ready.
9- "ppas": ["ppa:om26er/snapd-candidate"]
10+ "ppas": ["ppa:canonical-platform-qa/snapd-candidate"]
11 },
12 SNAPCRAFT: {
13 "channel": "xenial",
14@@ -66,8 +65,7 @@
15 "environment_variables": {
16 "SNAPPY_USE_STAGING_STORE": "0"
17 },
18- # FIXME: Update ppa to ~canonical-platform-qa team once ready.
19- "ppas": ["ppa:om26er/snapd-candidate"]
20+ "ppas": []
21 },
22 SNAPCRAFT: {
23 "channel": "xenial",

Subscribers

People subscribed via source and target branches