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

WIP: Add mach bootstrap test #631

Closed
wants to merge 5 commits into from

Commits on May 6, 2017

  1. Support Debian for `./mach bootstrap`

    The Travis builders are detected as Debian for some reason by bootstrap.
    aneeshusa committed May 6, 2017
  2. Add test for mach bootstrap

    This will ensure that Salt changes or refactors don't
    break the important `./mach bootstrap` use case.
    
    Make sure to test that bootstrap actually uses the local saltfs tree,
    and doesn't just pull down saltfs via gitfs.
    
    Use a new Travis node instead of the existing test node
    to avoid any side effects caused by the bootstrapper,
    and for added parallelism.
    aneeshusa committed May 6, 2017
  3. debug: only run mach bootstrap on travis

    aneeshusa committed May 6, 2017
You can’t perform that action at this time.