Commit Graph

3 Commits

Author SHA1 Message Date
Michael Gottesman
37d07b9ce0 [pipelines] Change running with build script to not bail if one iteration of building the stdlib with a pass disabled fails. Also only dump output upon failure.
Swift SVN r24328
2015-01-09 22:43:05 +00:00
Michael Gottesman
997b90aa7b Add to pipelines_build_script.py subparsers for argparsing the right way and add a user friendly mode to run with a specific pass disabled.
Swift SVN r24316
2015-01-09 17:29:37 +00:00
Michael Gottesman
faa2f9339e Rename normal_pipeline.py => pipeline_generator.py and pipelines.py => pipelines_build_script.py.
This makes it clearer via their name what the two scripts are meant to
be used for.

As a recap:

1. pipeline_generator.py is meant for generating pass pipeline json
files.
2. pipelines_build_script.py is a script built ontop of
pipeline_generator.py that makes it easy to run build-script with
various pass pipelines that can be generated from
pipeline_generator.py. It is meant to be used on buildbots and for ones
own enjoyment as well.

Swift SVN r24315
2015-01-09 17:29:36 +00:00