hashicorp / ghaction-terraform-provider-release

Reusable GitHub Action Workflows for releasing HashiCorp, partner, and community Terraform Providers
Mozilla Public License 2.0
16 stars 9 forks source link

Verbose Output During Release #16

Closed bendbennett closed 9 months ago

bendbennett commented 2 years ago

Overview

During a release the Promote step failed with the following error:

Post "https://***/v1/releases/terraform-provider-http": context deadline exceeded

Request

Would it be possible to modify the Promote phase so that there is more verbose logging of the individual steps that are taking place in order to surface which steps have completed successfully and which have not?

bflad commented 1 year ago

Given that these reusable workflows are calling out to other actions, I believe any logging improvements would need to be done to those actions. In particular for this error, I'm going to assume it came from https://github.com/hashicorp/actions-hc-releases-promote which handles the staging -> production Releases API portion of HashiCorp provider releases.

bflad commented 9 months ago

Hey @bendbennett 👋 Since I don't believe there is anything actionable in this repository as I don't think we would want to manually re-implement the called action logic, I'm going to close out this issue. As suggested above, I would reach out in the called action repositories to submit feature requests around status output and we can ensure that these workflows use the upgraded actions if/when they are available.

github-actions[bot] commented 5 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.