chipsalliance / fpga-tool-perf

FPGA tool performance profiling
https://chipsalliance.github.io/fpga-tool-perf
Apache License 2.0
101 stars 30 forks source link

Replace gcp-storage-sync action with gsutil #515

Closed rw1nkler closed 1 year ago

rw1nkler commented 1 year ago

This commit moves jobs using gcp-storage-sync action to the custom runners and replaces the gcp-storage-sync action with direct gsutil calls.

mkurc-ant commented 1 year ago

It looks like code formatting check fails for python 3.9

rw1nkler commented 1 year ago

I've just rerun the failing test in the CI and it resolved the problem. So it seems that the issue was not related to formatting.