-
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.
Add check for existence of ECR images used as test dependencies in E2…
…E EVM compatibility tests (#13271) * Add check for existence of ECR images used as test dependencies The code changes include adding a new step in the workflow file `evm-version-compatibility-tests.yml` to check if the images used as test dependencies exist in the ECR. This step is triggered when there is a change in the test dependency or when the workflow is manually dispatched. The step checks if the latest Ethereum client image exists in the ECR and fails the workflow if it doesn't exist. * Add CTF workflow trigger job * Add permissions for the trigger job * Add actions: read permission * Refactor workflow * Fix * fix * Use update-internal-mirrors action from CTF to wait until image is updated * Bump action version * Add image check to evm compatibility tests * Bump action version * Check images for other clients * Check only ethereum/client-go in evm-version-compatibility-tests.yml
- Loading branch information
Showing
2 changed files
with
58 additions
and
6 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
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