Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ahampton updates #16

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants