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
=== modified file 'snappy_ecosystem_tests/environment/constants.py'
--- snappy_ecosystem_tests/environment/constants.py 2017-03-16 17:45:16 +0000
+++ snappy_ecosystem_tests/environment/constants.py 2017-03-29 12:13:29 +0000
@@ -37,8 +37,7 @@
37 "environment_variables": {37 "environment_variables": {
38 "SNAPPY_USE_STAGING_STORE": "1"38 "SNAPPY_USE_STAGING_STORE": "1"
39 },39 },
40 # FIXME: Update ppa to ~canonical-platform-qa team once ready.40 "ppas": ["ppa:canonical-platform-qa/snapd-candidate"]
41 "ppas": ["ppa:om26er/snapd-candidate"]
42 },41 },
43 SNAPCRAFT: {42 SNAPCRAFT: {
44 "channel": "xenial",43 "channel": "xenial",
@@ -66,8 +65,7 @@
66 "environment_variables": {65 "environment_variables": {
67 "SNAPPY_USE_STAGING_STORE": "0"66 "SNAPPY_USE_STAGING_STORE": "0"
68 },67 },
69 # FIXME: Update ppa to ~canonical-platform-qa team once ready.68 "ppas": []
70 "ppas": ["ppa:om26er/snapd-candidate"]
71 },69 },
72 SNAPCRAFT: {70 SNAPCRAFT: {
73 "channel": "xenial",71 "channel": "xenial",

Subscribers

People subscribed via source and target branches