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

Parent rolling step fails when child and grandchild have manual intervention steps #8739

Closed
david-staniec-octopus opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving

Comments

@david-staniec-octopus
Copy link

david-staniec-octopus commented Apr 16, 2024

Severity

No response

Version

Earliest tried was 2024.2.5323

Latest Version

None

What happened?

Relates to this issue.

In addition to the issue linked to this ticket, when the child and grandchild deployments complete the parent will fail with the error: The step failed: Unexpected interruption type

Reproduction

Steps to reproduce:

  1. Create a project (Grandchild) that has
    • Manual Intervention
    • Script step that sleeps for 30 seconds
  2. Create a project (Child) that has
    • Manual Intervention
    • Create a release of Grandchild and deploy it
    • Script step that sleeps for 30 seconds
  3. Create a project (Parent) that has a rolling step with
    • Deploy release
    • Run script that says 'Hello'
  4. Create a release of Parent and deploy it
  5. Resolve the child's manual intervention when it occurs
  6. Resolve the grandchild's manual intervention when it occurs

Parent process:
image

Child process:
image

Grandchild process (NestedChild in the screenshot above)
image

Error and Stacktrace

Deployment result:
image

More Information

No response

Workaround

No response

@david-staniec-octopus david-staniec-octopus added the kind/bug This issue represents a verified problem we are committed to solving label Apr 16, 2024
@david-staniec-octopus david-staniec-octopus self-assigned this Apr 16, 2024
@octoreleasebot
Copy link

Release Note: Fix: Parent rolling step no longer fails when child and grandchild have manual intervention steps that are resolved.

@Octobob
Copy link
Member

Octobob commented May 16, 2024

🎉 The fix for this issue has been released in:

Release stream Release
2024.2 2024.2.7164
2024.3+ all releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

3 participants