forked from riscv-collab/riscv-openocd
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add CI for riscv-openocd. #2
Draft
JanMatCodasip
wants to merge
30
commits into
riscv
Choose a base branch
from
add-ci-2
base: riscv
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
JanMatCodasip
force-pushed
the
add-ci-2
branch
from
December 30, 2020 13:06
13a467c
to
6ce7150
Compare
JanMatCodasip
force-pushed
the
add-ci-2
branch
2 times, most recently
from
January 3, 2021 15:28
9510853
to
e38b531
Compare
JanMatCodasip
force-pushed
the
add-ci-2
branch
2 times, most recently
from
June 8, 2021 07:52
07b7927
to
1f1d665
Compare
JanMatCodasip
force-pushed
the
add-ci-2
branch
from
November 5, 2021 07:22
b9ef89a
to
01d8a6d
Compare
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 <[email protected]>
Change-Id: I3f818a2f438856231f18da2b535eee1e23bba03c Signed-off-by: Jan Matyas <[email protected]>
Change-Id: Ib52fc36ed44af1cd259f6698be90acb7e0c9fbba Signed-off-by: Jan Matyas <[email protected]>
Change-Id: If85f59f88001780b615e5f33af501478bd3ad838 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: Id3417e4b8b9a4dd4063e387d3c5ca025bafff9d1 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I5939ed01ded16879dae441a2b2af80b769cf44e1 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: Idc997c4ebbf83aebf4d767343c59e19abc4fb761 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I2030d95d4d7fad5759ba8afb65171e7cecbe7a6b Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I7fa2af93e7595244e66f4ae1bfcc4b9dbe718fb6 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I10c692c9f86eb185feb17e2744e98dc3dffc0049 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: Ibe5e0f08514a640b84691f9521883533bdde9159 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I0005603ad60d8e104f7bec4fe16d2a9ae1342df3
Change-Id: Ic285cd0147fb9285adb5edb20f27b0a3e06ff82a Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I1c54dc5f7fb2b200da4f2b424817524f561c4a49 Signed-off-by: Jan Matyas <[email protected]>
…gher probability. Change-Id: Iff0b5eca10a7d4795067ba20d94dc2c4a3a1e628 Signed-off-by: Jan Matyas <[email protected]>
Change-Id: I33ff4a191a187cbf65e4ad9b052954cae62ae3aa Signed-off-by: Jan Matyas <[email protected]>
Change-Id: If2787cf050886f0347fa913357bfdb16ef5a5c14 Signed-off-by: Jan Matyas <[email protected]>
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
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: