Skip to content

Commit

Permalink
Have timeouts for tests. (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Jul 4, 2018
1 parent c020677 commit 4710917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ jobs:
passed: [mm-generate]
- task: test
file: magic-modules/.ci/unit-tests/task.yml
timeout: 30m
on_failure:
do:
- get: magic-modules-new-prs
Expand All @@ -318,6 +319,7 @@ jobs:
passed: [mm-generate]
- task: test
file: magic-modules/.ci/unit-tests/ansible.yml
timeout: 30m
on_failure:
do:
- get: magic-modules-new-prs
Expand All @@ -343,6 +345,7 @@ jobs:
{% for module in puppet_modules %}
- task: test-{{module}}
file: magic-modules/.ci/unit-tests/puppet.yml
timeout: 30m
params:
PRODUCT: {{module}}
{%- if puppet_test_excludes.get(module) %}
Expand Down Expand Up @@ -374,6 +377,7 @@ jobs:
{% for module in chef_modules %}
- task: test-{{module}}
file: magic-modules/.ci/unit-tests/chef.yml
timeout: 30m
params:
PRODUCT: {{module}}
{%- if chef_test_excludes.get(module) %}
Expand Down

0 comments on commit 4710917

Please sign in to comment.