Created
April 29, 2021 08:27
-
-
Save jupblb/816be64e0a8d88141b63d616bce8c048 to your computer and use it in GitHub Desktop.
kubernetes/perf-tests PR#1787 #1
This file contains hidden or 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
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'creating objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: creating objects | |
326c326 | |
< name: Waiting for pods to be running | |
--- | |
> name: Waiting for 'creating objects' to be completed | |
657c657 | |
< name: Scaling and updating objects | |
--- | |
> name: scaling and updating objects | |
676c676 | |
< name: Waiting for objects to become scaled | |
--- | |
> name: Waiting for 'scaling and updating objects' to be completed | |
686c686 | |
< objecttemplatepath: deployment.yaml | |
--- | |
> objecttemplatepath: configmap.yaml | |
690c690 | |
< objecttemplatepath: configmap.yaml | |
--- | |
> objecttemplatepath: secret.yaml | |
694c694 | |
< objecttemplatepath: secret.yaml | |
--- | |
> objecttemplatepath: deployment.yaml | |
705c705 | |
< objecttemplatepath: deployment.yaml | |
--- | |
> objecttemplatepath: configmap.yaml | |
709c709 | |
< objecttemplatepath: configmap.yaml | |
--- | |
> objecttemplatepath: secret.yaml | |
713c713 | |
< objecttemplatepath: secret.yaml | |
--- | |
> objecttemplatepath: deployment.yaml | |
724c724 | |
< objecttemplatepath: deployment.yaml | |
--- | |
> objecttemplatepath: configmap.yaml | |
728c728 | |
< objecttemplatepath: configmap.yaml | |
--- | |
> objecttemplatepath: secret.yaml | |
732c732 | |
< objecttemplatepath: secret.yaml | |
--- | |
> objecttemplatepath: deployment.yaml | |
743c743 | |
< objecttemplatepath: statefulset.yaml | |
--- | |
> objecttemplatepath: statefulset_service.yaml | |
747c747 | |
< objecttemplatepath: statefulset_service.yaml | |
--- | |
> objecttemplatepath: statefulset.yaml | |
758c758 | |
< objecttemplatepath: statefulset.yaml | |
--- | |
> objecttemplatepath: statefulset_service.yaml | |
762c762 | |
< objecttemplatepath: statefulset_service.yaml | |
--- | |
> objecttemplatepath: statefulset.yaml | |
808a809,833 | |
> measurements: [] | |
> module: | |
> path: "" | |
> params: {} | |
> name: deleting objects | |
> - phases: [] | |
> measurements: | |
> - method: WaitForControlledPodsRunning | |
> params: | |
> action: gather | |
> identifier: "" | |
> instances: | |
> - identifier: WaitForRunningDeployments | |
> params: {} | |
> - identifier: WaitForRunningStatefulSets | |
> params: {} | |
> - identifier: WaitForRunningDaemonSets | |
> params: {} | |
> - identifier: WaitForRunningJobs | |
> params: {} | |
> module: | |
> path: "" | |
> params: {} | |
> name: Waiting for 'deleting objects' to be completed | |
> - phases: | |
843c868 | |
< name: Deleting objects | |
--- | |
> name: Deleting PVCs | |
846,858d870 | |
< - method: WaitForControlledPodsRunning | |
< params: | |
< action: gather | |
< identifier: "" | |
< instances: | |
< - identifier: WaitForRunningDeployments | |
< params: {} | |
< - identifier: WaitForRunningStatefulSets | |
< params: {} | |
< - identifier: WaitForRunningDaemonSets | |
< params: {} | |
< - identifier: WaitForRunningJobs | |
< params: {} | |
869c881 | |
< name: Waiting for pods to be deleted | |
--- | |
> name: Waiting for PVCs to be deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment