-
Notifications
You must be signed in to change notification settings - Fork 57
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
A0-4588: Add performance e2e test. #1913
base: main
Are you sure you want to change the base?
Conversation
with: | ||
test-case: all_validators_have_ideal_performance | ||
# yamllint disable-line rule:line-length | ||
artifact-aleph-node-image: ${{ needs.build-synthetic-node.outputs.artifact-name-image }} |
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.
We should have here normal binary, ie ${{ needs.build-production-aleph-node.outputs.artifact-name-image }}
@@ -371,6 +371,31 @@ jobs: | |||
artifact-aleph-e2e-client-image: ${{ needs.build-aleph-e2e-client-image.outputs.artifact-name-image }} | |||
timeout-minutes: 35 | |||
|
|||
run-e2e-all-validators-have-ideal-performance: | |||
needs: | |||
- build-synthetic-node |
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.
Instead of this job, we should depend on build-production-aleph-node
.
test-case: all_validators_have_ideal_performance | ||
# yamllint disable-line rule:line-length | ||
artifact-aleph-node-image: ${{ needs.build-synthetic-node.outputs.artifact-name-image }} | ||
aleph-node-image-tag: aleph-node:syntheticnet |
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.
With above changes, lines 391 and 392 won't be necessary.
No description provided.