-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] and different operation modes to integration testing script
Previously, `./run_integration_tests.sh` would build a release tarball of all the provisioning binaries, along with container images containing each provisioning binary, and then unpack the binaries into the deployment staging area, even if only the containers were run. This was slow when debugging because compressing and uncompressing binaries (that are not even used) is slow. This adds a `-c` mode to the `./run_integration_tests.sh` to only build an deploy the container images to save time when debugging. Additionally, a `-d` (debug) mode is added that prevents the containers from being torn down on script exit to enable debugging test failures. Signed-off-by: Tim Trippel <ttrippel@google.com>
- Loading branch information
1 parent
90c6a96
commit e21e9dc
Showing
2 changed files
with
76 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters