You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have to write down the experiment report and data info manually. This is annoying because the experiment trigger always parses the last comment, so we must wait until the experiment has launched before pasting the links.
This PoC shows a way to automate this, which prints the PR ID as an example. We can extend the code to show the experiment report and data.
The text was updated successfully, but these errors were encountered:
Only show the correct experiment report URL based on the fuzzer.
Filter outputs. Omit everything from step 2 because PR experiment does not change that code section. Only show the customized log in step 1 and the experiment launch status in step 3.
Also show the experiment info in a GitHub comment.
Currently, we have to write down the experiment report and data info manually. This is annoying because the experiment trigger always parses the last comment, so we must wait until the experiment has launched before pasting the links.
This PoC shows a way to automate this, which prints the PR ID as an example. We can extend the code to show the experiment report and data.
The text was updated successfully, but these errors were encountered: