-
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
Ci/zombietests logs #2127
Ci/zombietests logs #2127
Conversation
# Conflicts: # .github/workflows/test.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪😎
zombienet/docker/Makefile
Outdated
|
||
test-polkadot-functional-0011-async-backing-6-seconds-rate: | ||
ZOMBIE_TESTER_IMAGE=$(ZOMBIE_TESTER_IMAGE) | ||
docker run $$ZOMBIE_TESTER_IMAGE zombienet-linux-x64 test -p native kagome/zombienet/polkadot/functional/0011-async-backing-6-seconds-rate.zndsl | ||
$(call run_test, $(ZOMBIE_TESTER_IMAGE), "kagome/zombienet/polkadot/functional/0011-async-backing-6-seconds-rate.zndsl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No trailing newline
.github/workflows/zombie-tests.yaml
Outdated
uses: actions/upload-artifact@v4 | ||
with: | ||
name: logs-${{ matrix.options.test }} | ||
path: /tmp/test_logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No trailing newline
Referenced issues
Description of the Change
Now the zombie test logs are available for download as artifacts in the CI steps.
Possible Drawbacks
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: