-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bot trigger #45
Comments
/bot bump |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run |
Request: Results
|
/bot run |
Request: Results
|
/bot run |
Request: Results
|
/bot run |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run acala |
Request: Results
|
/bot run acala |
Request: Results
|
/bot bump |
Request: Results
|
/bot bump |
Request: Results
|
/bot bump |
Request: Results
|
/bot bump |
Running: |
/bot bump |
Running: |
/bot bump |
Request: Results
|
Use this issue to trigger action bot.
Format
The comment body should follow the following format:
Commands
Run test
Use this to trigger a test run with optionally different environment variables.
e.g.
/bot run
/bot run acala
Bump snapshot
Use this command to create a new PR with new snapshots.
This is needed when valid snapshot changed (e.g. a runtime upgrade is enacted and changed fees and weights).
Environment Variables
Environment variables can be specified for
run
command to customize test behavior.RUNTIME_LOG_LEVEL
: log level for the runtime. 5 for error, 4 for warn, 3 for info, 2 for debug, 1 for trace. Default is 0. Note: LOG_LEVEL must be info or more verbose for this to work.LOG_LEVEL
: log level for Chopstick. Note, useyarn vitest
instead ofyarn test
to see logs. Options areerror
,warn
,info
,debug
,trace
. Default iserror
.$(NETWORK_NAME)_BLOCK_NUMBER
: set block number for the chain.$(NETWORK_NAME)_WASM
: URL to the chain wasm file.$(NETWORK_NAME)_ENDPOINT
: endpoint of the chain.The text was updated successfully, but these errors were encountered: