Jesús Miguel Benito Calzada

Results 34 comments of Jesús Miguel Benito Calzada

@raulfraile Is this feature already wanted and missing? If so, Is there any reason why this feature have not been implemented yet? Can I help with it?

I haven't started working on it yet, so for me there is no problem

The first iteration of the migration has been completed with the merge of the first version of the new workflow, which includes those jobs that are run for every single...

Yeah, as Antonio said, in case E2E tests fail, the reports are stored under the `Artifacts` section in the workflow run.

Lately, I've been fighting against the issues that were making the jobs `sync_from_bitnami` and `sync_to_bitnami` fail. A thorough explanation of the issues faced and the solutions applied can be found...

I've filed a [new PR](https://github.com/vmware-tanzu/kubeapps/pull/5528) to avoid the production version of the docker images generated from GHA to overlap and overwrite the ones generated from CircleCI. So far, that is...

I noticed that `dependabot`'s PRs are failing at `push_dev_images`, I guess it should be because GH is considering dependabot as an outsider and secrets aren't available in the triggered workflow....

A fact to comment, just for knowledge sharing purposes. It seems that CircleCI allows defining environment variables both at the project level through its app, and also in the workflow...

Latest issues faced: * The GHA runner (`ubuntu-latest` in our case) comes with a set of preinstalled software applications, among which is the `GCloud SDK`. This raises some problems with...

Here is a bug from the current `CircleCI` setup I've just discovered. As you can see in the following screenshot, as a result of the fact of the lack of...