Draft
Conversation
13a467c to
6ce7150
Compare
9510853 to
e38b531
Compare
07b7927 to
1f1d665
Compare
b9ef89a to
01d8a6d
Compare
added 18 commits
March 16, 2022 08:34
Adding an automation that runs riscv-tests/debug on the build of riscv-openocd. The steps performed are: - Build of OpenOCD - Build of Spike - Download a pre-built RISC-V toolchain - Run riscv-tests/debug - Collect test results - Collect OpenOCD code coverage Change-Id: Id10cfa26828c22d9759399bee6c2f24def6e4318 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: Idc997c4ebbf83aebf4d767343c59e19abc4fb761 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: I0005603ad60d8e104f7bec4fe16d2a9ae1342df3
Change-Id: Ic285cd0147fb9285adb5edb20f27b0a3e06ff82a Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: I1c54dc5f7fb2b200da4f2b424817524f561c4a49 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
…gher probability. Change-Id: Iff0b5eca10a7d4795067ba20d94dc2c4a3a1e628 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: I33ff4a191a187cbf65e4ad9b052954cae62ae3aa Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: If2787cf050886f0347fa913357bfdb16ef5a5c14 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: Ifebbccddd3311d0055a255f0ffc2e5ce6b5b1ad5
Change-Id: I87341a907ae8b3ea902f7bc545d43c7572f966cc
Change-Id: I6d4e727a1fa2630adcf88dc32e31ad93d84e3f0c
Change-Id: I0b01cab739f54ff916e4c73d6045819d4368561f
Change-Id: I0857a56100b0e9bdf708eca494100b69a1f7bb52
Change-Id: Icb2c1f15e66b7c033c48672cf8c320c52abf7af8
Change-Id: Idc54d840217715c14ba46727d73766b2f547e4e1
Change-Id: I2232669fbd0dbb888c358f7508e23029bd82b8b6
Change-Id: I8d0eae5446a00b8155b9422529b6cbe5af6b6c13
Change-Id: I64ac7013b1e9706953251892fcead72aed6d1bf6
Change-Id: Idfb93302c9074c09e9bbd365a50882904d79fbbc
Change-Id: I249edfc04a5dc06aef2b170c0e96afaa55d87b35
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding an automation that runs riscv-tests/debug on the build
of riscv-openocd.
The steps performed are: