Skip to content

Commit b697b7d

Browse files
committed
Reference jmtd fork of behave-test-steps
The jmtd fork of behave-test-steps has its v1 branch matching this PR: cekit/behave-test-steps#50 This adds a multiprocess watchdog around invoking `docker.APIClient.exec_inspect`, which will abort the current step if that call has not returned within 30 seconds. This means a lock-up during a step will cause that test to fail and not the whole test run. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 53079f1 commit b697b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Behave Tests
4343
run: |
4444
echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH
45-
cekit -v --descriptor ${{ inputs.image }}.yaml test behave
45+
cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps

0 commit comments

Comments
 (0)