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

[JENKINS-56839] Allow disabling T2/T3 Unlimited Mode for T3 instances #375

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

Commits on Jun 27, 2019

  1. [JENKINS-56839] Allow explicitly disabling T2/T3 Unlimited Mode.

    Previously, it was only possible to either explicitly enable Unlimited
    Mode, or use the AWS default ("unlimited" for T3 and T3a instances, and
    "standard"/limited for T2 instances).
    Tblue committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6f91732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800068b View commit details
    Browse the repository at this point in the history
  3. [JENKINS-56839] Fix tests.

    Tblue committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    65d24f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    01ee44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49ae4c View commit details
    Browse the repository at this point in the history
  3. [JENKINS-56839] Address code review suggestions.

    - Deprecate old constructor instead of modifying it (and use the old
      one where appropriate).
    - Resolve burstableUnlimitedMode in readResolve().
    Tblue committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    e59ca87 View commit details
    Browse the repository at this point in the history