armada/armada/tests/unit/handlers
Sean Eagan c838b2def0 Exclude generated objects from wait logic
This excludes the following generated objects from wait logic:

1. cronjob-generated jobs: these are not directly part of the release,
   so better not to wait on them. if there is a desire to wait on initial
   cronjob success, we can add a separate "type: cronjob" wait for this
   for that purpose.
2. job-generated pods: for the purposes of waiting on jobs, one should
   ensure their configuration includes a "type: job" wait. Once
   controller-based waits are included by default we can also consider
   excluding controller-owned pods from the "type: pod" wait, as those
   will be handled by the controller-based waits then.

Change-Id: Ibf56c6fef9ef72b62da0b066c92c5f29ee4ecb5f
2019-03-04 16:04:33 -06:00
..
templates Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Implement wait for timeout feature and unit test 2017-06-22 16:02:25 -05:00
test_armada.py Fix pep8 errors 2019-02-14 20:52:38 -06:00
test_chartbuilder.py Fix noqa 2018-10-28 15:10:48 +01:00
test_manifest.py Fix for get manifest 2018-09-14 15:27:03 +00:00
test_override.py Fix Flake8 3.6.0 errors 2018-10-26 09:23:42 -04:00
test_release_diff.py Release diffing: split out, add unit tests, include name 2018-08-22 11:29:03 -05:00
test_test.py test: Add test-specific timeout option 2019-02-20 17:03:01 -06:00
test_tiller.py Automate deletion of test pods 2019-01-28 13:19:09 -06:00
test_wait.py Exclude generated objects from wait logic 2019-03-04 16:04:33 -06:00