Federico Gimenez

Results 37 comments of Federico Gimenez

Thanks a lot @derfredy!!

Thanks for taking the time @derfredy! Sounds good, adding to the backlog.

Thanks for your interest! :) Yep, we use GCP for creating the backend storage on all the providers. Some provider must be defined for the backend, we decided for GCP....

The helm chart used for installing polkadot has a config option for specifying the cmd/binary to use https://github.com/w3f/polkadot-charts/blob/master/charts/polkadot/templates/statefulset.yaml#L85, but it is not currently available from polkadot-deployer, it should be easy...

The session injection job should keep restarting for a while until the nodes are ready and it can perform the proper RPC call, so getting some errors and restarts is...

@Demi-Marie sorry for missing this issue! Sounds good but not sure how to implementit, should be done at the terraform level, right?

We are using several external dependencies in the form of helm charts, each of them with its own image(s). We could try to do it for our images, namely the...

I'm of course ok with adding the ability to return the analysis UUID, but I'm afraid that won't help to make the analysis request asynchronous because it already is :)...

@rocky @daniyarchambylov the problem i see is that `/analyses-status.sh` access the `/analyses/${uuid}` endpoint, and armlet polls the issues endpoint https://github.com/ConsenSys/armlet/blob/master/lib/poller.js#L25 For the failed status described above, the API in the...

@birdofpreyru hmm not sure, currently `/analyses/{uuid}/issues` returns 404 for not finished analyses, now we have a way to at least distinguish between finished and not finished in the issues endpoint....