-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: introduce stressnet-wl1 #490
Conversation
cf91421
to
1a10e40
Compare
@@ -179,6 +180,8 @@ job "{{ job.name }}" { | |||
|
|||
forge clean --root "${CONTRACT_REPO_ROOT_PATH}" | |||
|
|||
{%- if profile != 'stressnet-wl1' %} |
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.
nit: fix indent
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.
Done.
@@ -34,12 +34,21 @@ job "{{ job.name }}" { | |||
|
|||
template { | |||
data = <<-EOH | |||
{%- raw %} | |||
{%- raw %} |
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.
These tags dont need to be indented?
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.
This helps readability.
20ad529
to
15d5cba
Compare
Describe your changes
Introduces new stressnet profile with L1 holesky.
Checklist before requesting a review