ci: Add teleportr release, fix indexer canary#2402
ci: Add teleportr release, fix indexer canary#2402mergify[bot] merged 2 commits intoethereum-optimism:developfrom
Conversation
Teleportr was getting released on GitHub, but not pushed to Docker Hub. The indexer's canary builds were pushing `batch-submitter-service` images, which was incorrect.
|
smartcontracts
left a comment
There was a problem hiding this comment.
LGTM. I wonder if we can automatically generate these yml files. It's a lot of duplicated content.
Maybe we can refactor it to use a for loop? We run into a lot of bugs when copying the boilerplate here |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
Flaky P2P tests: Rerunning them now. These tests also sometimes failed on github actions, they can be skipped without it being a problem because we do not use the p2p network and we also do not use the reorg code. I don't feel super comfortable continuing to skip tests but we will be deprecating this codebase soon enough and there are no more large expected changes for it planned |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Teleportr was getting released on GitHub, but not pushed to Docker Hub. The indexer's canary builds were pushing `batch-submitter-service` images, which was incorrect. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Teleportr was getting released on GitHub, but not pushed to Docker Hub. The indexer's canary builds were pushing
batch-submitter-serviceimages, which was incorrect.