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

Make packer cache branches explicit #41990

Merged
merged 7 commits into from
May 22, 2019

Commits on May 9, 2019

  1. Make packer cache branches explicit

    Before this change we would recurse to cache bwc versions.
    This proved to be problematic due to  the number of steps it was
    generating taking too long.
    Also this required tricky maintenance to break the recursion for old
    branches we don't really care about.
    
    With this change we now cache specific branches only.
    alpar-t committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6abb031 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Figure out relevant versions

    Without hard coding version numbers
    alpar-t committed May 21, 2019
    Configuration menu
    Copy the full SHA
    95da02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269b238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f2d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71a3a85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a35f397 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. PR review

    alpar-t committed May 22, 2019
    Configuration menu
    Copy the full SHA
    37208c6 View commit details
    Browse the repository at this point in the history