Merge ~cjwatson/launchpad:remove-ec2-docs into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: b58b581990e25bf7c898c517262db36c6695f7e7
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:remove-ec2-docs
Merge into: launchpad:master
Diff against target: 40 lines (+4/-12)
2 files modified
doc/pip.txt (+0/-8)
lib/lp/testing/yuixhr.py (+4/-4)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+411451@code.launchpad.net

Commit message

Remove mentions of testing on EC2

Description of the change

We haven't done this for years.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/doc/pip.txt b/doc/pip.txt
2index 5726e2e..bba65d0 100644
3--- a/doc/pip.txt
4+++ b/doc/pip.txt
5@@ -252,14 +252,6 @@ Let's suppose that we want to add the "lazr.foo" package as a dependency.
6
7 7. Test.
8
9- Note that you can tell ``ec2 test`` to include all uncommitted
10- distributions from the local download-cache in its tests with the
11- ``--include-download-cache-changes`` flag (or ``-c``). If you do
12- this, you cannot use the ec2 test feature to submit on test
13- success. Also, if you have uncommitted distributions and you do
14- *not* explicitly tell ec2 test to include or ignore the
15- uncommitted distributions, it will refuse to start an instance.
16-
17 8. Check old versions in the download-cache. If you are sure that
18 they are not in use any more, *anywhere*, then remove them to save
19 checkout space. More explicitly, check with the LOSAs to see if
20diff --git a/lib/lp/testing/yuixhr.py b/lib/lp/testing/yuixhr.py
21index 616f680..7bb18a0 100644
22--- a/lib/lp/testing/yuixhr.py
23+++ b/lib/lp/testing/yuixhr.py
24@@ -473,12 +473,12 @@ class YUIAppServerTestCase(AbstractYUITestCase):
25 # 12 seconds for each test. Hopefully they are three or less for
26 # yuixhr tests, and less than one for pure JS tests, but
27 # occasionally buildbot runs over six seconds even for tests that
28- # are well-behaved locally and on ec2, so we up the limit to 12..
29+ # are well-behaved locally, so we up the limit to 12..
30 incremental_timeout = 12000
31 # 45 seconds for the first test, to include warmup time. These times
32- # are wildly large, and they are only necessary on buildbot. ec2 and
33- # local instances are much, much faster. We have not yet investigated
34- # why buildbot is so slow for these.
35+ # are wildly large, and they are only necessary on buildbot. Local
36+ # instances are much, much faster. We have not yet investigated why
37+ # buildbot is so slow for these.
38 initial_timeout = 45000
39
40 def __init__(self, module_name, facet='mainsite'):

Subscribers

People subscribed via source and target branches

to status/vote changes: