Archived
k8s test fixes (#713)
* Add cgroup setup, increase test timeouts * Trigger from test script or CI job changes too
This commit was merged in pull request #713.
This commit is contained in:
@@ -9,7 +9,7 @@ fi
|
||||
|
||||
# Helper functions: TODO move into a separate file
|
||||
wait_for_pods_started () {
|
||||
for i in {1..5}
|
||||
for i in {1..50}
|
||||
do
|
||||
local ps_output=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir ps )
|
||||
|
||||
@@ -27,7 +27,7 @@ wait_for_pods_started () {
|
||||
}
|
||||
|
||||
wait_for_log_output () {
|
||||
for i in {1..5}
|
||||
for i in {1..50}
|
||||
do
|
||||
|
||||
local log_output=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir logs )
|
||||
|
||||
Reference in New Issue
Block a user