gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
881 stars 364 forks source link

self-hosted runner for benchmarks #916

Closed ajnavarro closed 1 year ago

ajnavarro commented 1 year ago

Description

Until we have a self-hosted runner, all benchmark runs will fail because Github is shutting down the process: https://github.com/gnolang/gno/actions/runs/5320090259/jobs/9633403257

This runner must be stateless (as default runners on GitHub).

CC @albttx

albttx commented 1 year ago

Working on that ASAP!

moul commented 1 year ago

Iin the meantime should we roll back the PR adding the new workflows?

ajnavarro commented 1 year ago

@moul https://github.com/gnolang/gno/pull/917 just in case we want to deactivate the workflow until we have the self-hosted runner.