Add workflow running exported actions for polkadot-sdk compatibility#293
Open
elle-j wants to merge 8 commits into
Open
Add workflow running exported actions for polkadot-sdk compatibility#293elle-j wants to merge 8 commits into
elle-j wants to merge 8 commits into
Conversation
Contributor
Author
|
@0xOmarA, fyi, the compatibility will still fail for polkadot-sdk even if they set |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Exercises the run-differential-tests action the same way polkadot-sdk does, but against this repo's working tree and polkadot-sdk's master branch. The goal is to surface changes that would break polkadot-sdk's CI running the same action, which would otherwise only be detected once polkadot-sdk bumps the revive-differential-tests commit it pins. (Forklift is used for polkadot-sdk caching.)
Note
For instance, the current failed compatibility checks show that the polkadot-sdk CI will break if it'd bump the pinned commit to the current state.
Those specific failures may be due to the same failures revive had to solve by passing a different concurrency-number-of-concurrent-tasks.