• Matthew Slipper's avatar
    ci: Port some CI jobs to self-hosted runners (#12199) · ed4a80c4
    Matthew Slipper authored
    * ci: Port some CI jobs to self-hosted runners
    
    This PR ports the following CI jobs to use self-hosted runners:
    
    - cannon-go-lint-and-test
    - contracts-bedrock-build
    - go-lint
    - go-test-kurtosis
    - go-e2e-test
    - cannon-prestate
    
    These jobs benefit from running on beefier hardware. Since Go cache data is shared among the executors, it also allowed me to remove a lot of the manual caching logic from our builds while  improving Go compilation times overall.
    
    I'll provide a separate writeup detailing exactly how the executors work.
    
    * use test result directories in the workspace
    ed4a80c4
Name
Last commit
Last update
..
actions Loading commit data...
bindings Loading commit data...
bindingspreview Loading commit data...
config Loading commit data...
e2eutils Loading commit data...
fastlz Loading commit data...
faultproofs Loading commit data...
interop Loading commit data...
opgeth Loading commit data...
system Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
e2e.go Loading commit data...