-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore(levm): daily report levm tests & diff #1668
Conversation
The amount of lines of code in the project has not changed. |
The amount of lines of code in the project has not changed. |
|
@@ -59,6 +59,7 @@ jobs: | |||
with: | |||
name: ${{ matrix.test.file_name }}_${{ matrix.vm }}_logs | |||
path: hive/workspace/logs/*-*.json | |||
if-no-files-found: error |
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.
nice
env: | ||
url: ${{ secrets.ETHREX_L2_SLACK_WEBHOOK }} | ||
run: sh .github/scripts/publish_levm_ef_tests_summary.sh | ||
# - name: Post results to ethrex L2 slack channel |
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.
why comment here?
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.
I think we don't want to post to this channel for now, but I might be wrong, I have to double check with @ilitteri
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.
Yes, we can remove these commented lines and add them later.
Motivation
We want to compare the default feature build vs the one using levm, since we want
to be aware of possible regressions while using said vm.
Closes #1645.
Closes #1627