-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Run on pull_request (tmp) * Use paralelism * Fix paths * Remove old compare step * Fix paths * Save output to env var * Add comments * Create issue * Add workflow url * Mock for testing * Print env vars * Save output * Mock issue * Update template * Tee compare output * Remove mock * Make run for testing * Improve template * Increase range * Update script message * Update issue message * Add always * Change message * Prevent upload error * Add comment * Add comment * Add comments and continue-on-error * Rename dump * Comment blocks * Increase size * Don't run on PR * Improve comme * Remove todo! --------- Co-authored-by: Pedro Fontana <[email protected]>
- Loading branch information
1 parent
742a6b1
commit 9791075
Showing
3 changed files
with
109 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Daily Workflow Failure: Block Range {{ env.BLOCK_START }}-{{ env.BLOCK_END }}" | ||
labels: bug | ||
--- | ||
|
||
Comparing VM execution against Native in the given block range produced diffs: | ||
|
||
- Commit: {{ env.COMMIT_SHA }} | ||
- Block Start: {{ env.BLOCK_START }} | ||
- Block End: {{ env.BLOCK_END }} | ||
- Workflow URL: {{ env.WORKFLOW_URL }} | ||
|
||
## Compare Output | ||
|
||
The transaction were not compared in order. You should rerun the whole block to find the error root | ||
|
||
``` | ||
{{ env.OUTPUT }} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters