-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCIP-1903 : offchain compatibility tests (#639)
## Motivation Offchain Version compatibility validation ## Solution Enables offchain version compatibility test github workflow. The workflow works in following steps - 1. Fetches the last release in the repo. 2. Fetches the test image related to last release and deploys ccip environment with the test image pertaining to last release. It ensures that contracts and offchain nodes are deployed with last release version. 3. It then upgrades few of the nodes with current commit sha, keeping rest of the node with last release version. 4. With this mixed version node it runs a short duration load test to ensure that - off chain version is always compatible with contracts deployed in previous release - a DON having nodes with two different versions are working as expected.
- Loading branch information
Showing
22 changed files
with
833 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.