Skip to content

[bug] Destroy-deployment workflow fails #3390

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

Closed
2 tasks done
lastoCHka42 opened this issue Mar 7, 2023 · 0 comments · Fixed by #3393
Closed
2 tasks done

[bug] Destroy-deployment workflow fails #3390

lastoCHka42 opened this issue Mar 7, 2023 · 0 comments · Fixed by #3393
Assignees

Comments

@lastoCHka42
Copy link
Collaborator

lastoCHka42 commented Mar 7, 2023

Problem description

All the runs of the workflow destroy-deployment fail on 2 steps:

🔴 FAIL
Job: destroy-deployment, attempt #2
Workflow: Destroy-deployments
Repo: tarantool/doc
Pull request: #3362
Commit: baa1f2da3d833e3c012bbb0abe9727ad62a48f98
History: commits
Triggered on: pull_request
Committer: p7nov
--------------- Failed steps info ---------------
delete-deployment-webhook: {"outputs":{"total_attempts":"3","exit_error":"Final attempt failed. Child_process exited with error code 22","exit_code":"22"},"outcome":"failure","conclusion":"failure"}
remove-github-deployment: {"outputs":{},"outcome":"failure","conclusion":"failure"}

Definition of done

Fix both of the problems:

  • Workflow "Destroy deployment" can't delete deployment from the website docs.d.tarantool.io
  • The step with the delete-deployment action fails with the error
@lastoCHka42 lastoCHka42 self-assigned this Mar 7, 2023
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
Debug branch for #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
`Remove dev server deployment with version <varsion>`. So this patch
unites two similar workflows - `delete-deployment` and
`delete-deployment-manual` to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes `retry_wait_seconds` for `nick-field/retry`
action so the command has enough time for correct executing. Before this
patch, we had this step always failing with the real webhook task is
finished successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
`Remove dev server deployment with version <varsion>`. So this patch
unites two similar workflows - `delete-deployment` and
`delete-deployment-manual` to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes `retry_wait_seconds` for `nick-field/retry`
action so the command has enough time for correct executing. Before this
patch, we had this step always failing with the real webhook task is
finished successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
`Remove dev server deployment with version <varsion>`. So this patch
unites two similar workflows - `delete-deployment` and
`delete-deployment-manual` to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes `retry_wait_seconds` for `nick-field/retry`
action so the command has enough time for correct executing. Before this
patch, we had this step always failing with the real webhook task is
finished successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
`Remove dev server deployment with version <varsion>`. So this patch
unites two similar workflows - `delete-deployment` and
`delete-deployment-manual` to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes `retry_wait_seconds` for `nick-field/retry`
action so the command has enough time for correct executing. Before this
patch, we had this step always failing with the real webhook task is
finished successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
`Remove dev server deployment with version <varsion>`. So this patch
unites two similar workflows - `delete-deployment` and
`delete-deployment-manual` to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes `retry_wait_seconds` for `nick-field/retry`
action so the command has enough time for correct executing. Before this
patch, we had this step always failing with the real webhook task is
finished successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 7, 2023
We had two similar workflows with the same error on the step
Remove dev server deployment with version <varsion>. So this patch
unites two similar workflows - delete-deployment and
delete-deployment-manual to fix this problem in one step and to make
workflows support easier.

Also, this patch fixes retry_wait_seconds for nick-field/retry action
so the command has enough time for correct executing. Before this patch,
we had this step always failing with the real webhook task is finished
successfully.

The part of #3390
lastoCHka42 added a commit that referenced this issue Mar 9, 2023
Since bobheadxi/[email protected] we had a CI failure with the
following error in `destroy-deployments` and
`destroy-deployments-manually`, step `remove-github-deployment`:
```
unexpected error encountered: HttpError: Resource not accessible by integration
Error: unexpected error encountered: HttpError: Resource not accessible by integration - see logs for more information
```

This patch returns version 1.3.0 that worked OK.

Part of #3390
lastoCHka42 added a commit that referenced this issue Mar 9, 2023
This patch fixes retry_wait_seconds for nick-field/retry action
so the command has enough time for correct executing. Before this patch,
we had this step always failing with the real webhook task finished
successfully.

Part of #3390
lastoCHka42 added a commit that referenced this issue Mar 9, 2023
This patch fixes retry_wait_seconds for nick-field/retry action
so the command has enough time for correct executing. Before this patch,
we had this step always failing with the real webhook task finished
successfully.

Part of #3390
lastoCHka42 added a commit that referenced this issue Mar 9, 2023
This patch fixes retry_wait_seconds for nick-field/retry action
so the command has enough time for correct executing. Before this patch,
we had this step always failing with the real webhook task finished
successfully.

Part of #3390

_______

Since bobheadxi/[email protected] we had a CI failure with the 
following error in `destroy-deployments` and  
`destroy-deployments-manually`, step `remove-github-deployment`:                                                                                                        
```                                                                                                                     
unexpected error encountered: HttpError: Resource not accessible by integration                                         
Error: unexpected error encountered: HttpError: Resource not accessible by integration - see logs for more information  
```                                                                                                                     
                                                                                                                        
This patch returns version 1.3.0 that worked OK.                                                                        
                                                                                                                        
Part of #3390
______

Closes #3390
p7nov pushed a commit that referenced this issue Mar 24, 2023
This patch fixes retry_wait_seconds for nick-field/retry action
so the command has enough time for correct executing. Before this patch,
we had this step always failing with the real webhook task finished
successfully.

Part of #3390

_______

Since bobheadxi/[email protected] we had a CI failure with the 
following error in `destroy-deployments` and  
`destroy-deployments-manually`, step `remove-github-deployment`:                                                                                                        
```                                                                                                                     
unexpected error encountered: HttpError: Resource not accessible by integration                                         
Error: unexpected error encountered: HttpError: Resource not accessible by integration - see logs for more information  
```                                                                                                                     
                                                                                                                        
This patch returns version 1.3.0 that worked OK.                                                                        
                                                                                                                        
Part of #3390
______

Closes #3390
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant