Skip to content

Commit

Permalink
retry entire action (#39)
Browse files Browse the repository at this point in the history
Retry build and bundle action
  • Loading branch information
cheng-kevin committed Aug 23, 2021
1 parent adfc3d8 commit 576814c
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 988 deletions.
4 changes: 2 additions & 2 deletions robomaker-sample-app-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ inputs:
generate-sources:
description: 'Whether or not to generate sources.zip and sources.tar.gz files [true|false]'
default: false
colcon-bundle-retries:
description: 'Number of times colcon bundle should be re-tried with exponential backoff in case of failure [0-9]'
retries:
description: 'Number of times the action should be re-tried with exponential backoff in case of failure [0-9]'
default: 0

outputs:
Expand Down
Loading

0 comments on commit 576814c

Please sign in to comment.