Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Conversation

adam-hampton-sp
Copy link

@adam-hampton-sp adam-hampton-sp commented Nov 1, 2016

Adding support for the ratio of browsers to EC2 host instances to be configurable. Previously the ratios were hard-coded at 5 chrome instances per host and 1 firefox instance. Some users/organizations may want to change this ratio. The previous behavior remains the default.

New values are applied at runtime if the awsProperties contain keys like:

  • node_max_processes_chrome=8
  • node_max_processes_firefox=1

Example config might look like:
node_max_processes_chrome=8
node_instance_type_chrome=c4.large
node_max_processes_firefox=1
node_instance_type_firefox=t2.small
node_instance_type_internetexplorer=t2.small
`

mhardin and others added 17 commits August 17, 2015 08:42
…ibility_fix

selenium upgrade compatibility fix
fix platform type issue due to selenium upgrade
- Bumped up to Java 8
- Added new task to dynamically spin up nodes as needed instead of just at the beginning of a run
- Improved automation status page to include the Instance ID in the node metadata
- Tweaked startup times for the various Tasks
- Added logic to handle terminating nodes with hung sessions
- Increased lookback window to terminate orphaned nodes
- Updated readme to reflect minor updates
- Added Maven Enforcer Plugin to prevent dependency convergence issues
Improving ad-hoc scale logic
Modifies AwsVmManager in the following ways:
 - CHROME_THREAD_COUNT becomes non-final.
 - FIREFOX_IE_THREAD_COUNT becomes non final.
 
New values are applied at runtime if the awsProperties contain keys
like:
 - node_max_processes_chrome=8
 - node_max_processes_firefox=1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants