Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verification-timeout fails if greater than 10m #115

Closed
dpeterka opened this issue Oct 20, 2020 · 1 comment
Closed

verification-timeout fails if greater than 10m #115

dpeterka opened this issue Oct 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@dpeterka
Copy link

dpeterka commented Oct 20, 2020

Orb version

1.3.0

What happened

circleci default timeout for no standard output is 10minutes. This orb runs aws cli "wait" command and does not return output while validating.

Setting no_output_timeout: XXm does not work as it's not possible to include in run command as required

Expected behavior

Task should wait longer than 10minutes with no issues.

Not sure or I would have submitted a PR. Can do a for loop in the bash if one converts *m - minutes.

@dpeterka dpeterka added the bug Something isn't working label Oct 20, 2020
@KyleTryon
Copy link
Contributor

Hello @dpeterka,

I have taken a look at your request and I believe it has been addressed in version 1.4 which contains this parameter on "update service"

  verification-timeout:
    description: >
      The maximum amount of time to wait for a blue/green deployment to complete
      before timing out.

      Only in use when the deployment controller is the blue/green deployment
      type.
    type: string
    default: 10m

If this newer version does not resolve your issue, please let us know and we may follow up with further questions. Version 2.0 will be releasing in the coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants