upbound / provider-terraform

A @crossplane provider for Terraform
Apache License 2.0
142 stars 56 forks source link

DNM: Add debug for lint timeouts #159

Closed bobh66 closed 1 year ago

bobh66 commented 1 year ago

Description of your changes

Added verbose and timeout flags to determine why lint is timing out

I have:

How has this code been tested

Running ci pipeline

jeanduplessis commented 1 year ago

@dverveiko can you confirm that this repo's lint job uses the new more powerful Github runners

dverveiko commented 1 year ago

@jeanduplessis As I can see, this repo not using our reusable workflows. That's mean, that this repo not using powerful Github runners. There are two ways out of this situation: configure powerful runner for this repo or move this repo to use reusable workflows. I am more inclined to the second option.

jeanduplessis commented 1 year ago

@dverveiko I agree. Please would you open a PR for using the reusable workflows so this repo can make use of the more powerful runners.

dverveiko commented 1 year ago

@jeanduplessis All pipelines moved to use reusable workflows and powerful runners @bobh66 Please, rebase your branch with main. Feel free to contact me if you will observe any issues.

bobh66 commented 1 year ago

Thanks @dverveiko - hopefully this unblocks the rest of the PRs that were failing