Skip to content

Commit

Permalink
[resotocore][fix] Make helm test more reliable (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed May 20, 2022
1 parent b009c2c commit a0a511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-build.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
NO_START_KIND=1 IMAGE_TAG=edge bash -x ./kubernetes/setup-kind.sh
# make sure we get the example collector in a reasonable time.
timeout 1m /bin/bash -c "until echo kind |kubectl --namespace resoto exec -i deploy/resoto-resotocore -- resh --stdin|grep example_resource; do sleep 1; done"
timeout 1m /bin/bash -c "until echo 'workflows run collect; sleep 5; kind' |kubectl --namespace resoto exec -i deploy/resoto-resotocore -- resh --stdin|grep example_resource; do sleep 1; done"
- name: Debug info on failure
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit a0a511d

Please sign in to comment.