pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[CI] Release artifacts job: binaries and containers #523

Closed okdas closed 1 month ago

okdas commented 1 month ago

Summary

Provides binaries for releases and production-ready container images.

Issue

Type of change

Select one or more:

Testing

Documentation changes (only if making doc changes)

Local Testing (only if making code changes)

PR Testing (only if making code changes)

Sanity Checklist

github-actions[bot] commented 1 month ago

The image is going to be pushed after the next commit. You can use make trigger_ci to push an empty commit. If you also want to run an E2E test, please add devnet-test-e2e label.

github-actions[bot] commented 1 month ago

The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. If you just created a pull request, you might need to push another commit to produce a container image DevNet can utilize to spin up infrastructure. You can use make trigger_ci to push an empty commit.

okdas commented 1 month ago

@Olshansk Upgrade to 1.22 was important for integration with the heighliner. I put the integration on pause, but I kept the upgraded version since I don't see any reason not to — Golang has great backwards compatibility and all tests seem to pass fine.