ec2test can only test using one ec2 instance
Bug #419694 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad Developer Utilities |
Triaged
|
High
|
Unassigned |
Bug Description
ec2test currently runs tests on a single ec2 instance. Ideally, it would allow users to run tests across multiple instances, thus reducing overall run time.
tags: | added: ec2test |
summary: |
- Allow ec2test to run tests across multiple machines + ec2test can only test using one |
summary: |
- ec2test can only test using one + ec2test can only test using one ec2 instance |
affects: | launchpad → lp-dev-utils |
To post a comment you must log in.
This should be done in a way that can be used by buildbot too -- one way of doing this would be for the buildslave to basically run ec2test -j $N rather than 'make check'.