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

(PA-139) unify pa acceptance workflows #4539

Commits on Jan 2, 2016

  1. (PA-139) acceptance: remove passenger and packages installs

    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    8866b55 View commit details
    Browse the repository at this point in the history
  2. (PA-139) acceptance: Rakefile: deprecate CONFIG in favor of HOSTS

    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    1110209 View commit details
    Browse the repository at this point in the history
  3. (PA-139) fix listing of preserved hosts

    This change fixes developer helper tasks made for managing acceptance
    VMs easier. We also remove methods that are superseded by beaker
    functionality.
    
    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    e9f00c5 View commit details
    Browse the repository at this point in the history
  4. (PA-139) fix releasing of preserved hosts

    Fix the releasing of hosts helper task by using the user's vmpooler
    token from their .fog file. We also remove some lingering
    preserved_config logic, which is no longer used due to improvements in
    beaker.
    
    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    b8ff180 View commit details
    Browse the repository at this point in the history
  5. (PA-139) acceptance: fix running against preserved_hosts

    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    2fb1661 View commit details
    Browse the repository at this point in the history
  6. (PA-139) move common options out of Rakefile

    Many people run with beaker standalone. Common and required options have
    been moved to the options files to support this workflow in this change.
    We also move common options to their own file and load them into the
    other options files that are loaded by beaker.
    
    [skip ci]
    Eric Thompson committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    452a304 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. (PA-139) add tmp hostgenerator dir to rake clean list

    [skip ci]
    Eric Thompson committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    c89b334 View commit details
    Browse the repository at this point in the history
  2. (PA-139) acceptance: move beaker host generation to own task

    This change moves host file generation to its own task. This separates
    its concerns from the testing tasks, and allows the testing tasks to be
    dependent upon it.
    
    [skip ci]
    Eric Thompson committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    79f7494 View commit details
    Browse the repository at this point in the history
  3. (PA-139) acceptance: allow multiple options to beaker using OPTIONS

    [skip ci]
    Eric Thompson committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    eda736b View commit details
    Browse the repository at this point in the history