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

Fix automation to fetch #11052

Merged
merged 3 commits into from
May 4, 2016
Merged

Commits on May 4, 2016

  1. Add a helper

    basoundr committed May 4, 2016
    Configuration menu
    Copy the full SHA
    f3d6f2e View commit details
    Browse the repository at this point in the history
  2. Trigger Automation

    There are 2 changes here
    1. Move some of the helpers from test_util to tools_util since the helpers are not depended on the helper binary and can work without any dependencies
    2. Introduce TriggerAutomation.bat, which triggers the automation process.
    
    The reason we need a bat file to trigger this and not a csx or a new csx is because running the csx requires the helper binary. Hence we need to run the csx files from the binaries folder but we cannot have binaries in place if we dont fetch them in the first place. This is a cyclic problem that has to be broken with the help of one initial Trigger Batch file
    basoundr committed May 4, 2016
    Configuration menu
    Copy the full SHA
    0f7ac59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1faaa0c View commit details
    Browse the repository at this point in the history