-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zombie tests build pipeline rework #2159
Merged
Merged
Conversation
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 reverts commit ab18767.
zerg-su
force-pushed
the
ci/builld_pipeline_rework
branch
2 times, most recently
from
July 24, 2024 09:32
99c1b41
to
3a35273
Compare
zerg-su
force-pushed
the
ci/builld_pipeline_rework
branch
from
July 24, 2024 13:03
7318800
to
6e16355
Compare
zerg-su
force-pushed
the
ci/builld_pipeline_rework
branch
from
July 28, 2024 10:25
20159b1
to
cfa04a1
Compare
zerg-su
force-pushed
the
ci/builld_pipeline_rework
branch
from
July 28, 2024 10:53
cfa04a1
to
b113682
Compare
zerg-su
force-pushed
the
ci/builld_pipeline_rework
branch
from
July 28, 2024 21:03
1520f64
to
4501df7
Compare
kamilsa
approved these changes
Jul 30, 2024
igor-egorov
approved these changes
Jul 30, 2024
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.
Referenced issues
Description of the Change
• Improved and fixed the Zombie tests pipeline.
• Used apt packages for artifact transfer between steps.
• Packages are built for kagome-dev, polkadot binaries, runtime caches.
• Cloud infrastructure GCP is used for storing packages and Docker images.
• More details can be read and questions can be asked in the documentation (https://docs.google.com/document/d/1fLZbhOBaMm3WTZe7MjUj9rjhIhyJ5YizUTXcwF8X1GQ/edit#heading=h.h7pwawor6wy6).
• Ability to build packages and use the build on a local machine.
• The build is based on the use of Makefiles to perform pipeline steps.
• -Werror flag selector for the Zombie tests pipeline.
Possible Drawbacks
• The concept has changed (Docker images were used previously), it may take some time to get used to the new concept.
• Some environment variables and a credentials file for GCP are required.
• Currently, a built package is used for the runtime, but it has been observed that runtime caches may sometimes differ. It is necessary to ensure that no new runtime cache files appear after running Zombie tests.
Checklist Before Opening a PR
Before you open a Pull Request (PR), please make sure you've completed the following steps and confirm by answering 'Yes' to each item: