ci: add a simple github action that is run on pull-requests to main#75
Draft
cfriedt wants to merge 1 commit intoriscv-software-src:mainfrom
Draft
ci: add a simple github action that is run on pull-requests to main#75cfriedt wants to merge 1 commit intoriscv-software-src:mainfrom
cfriedt wants to merge 1 commit intoriscv-software-src:mainfrom
Conversation
Add a simple github action that runs on every pull-request to the `main` branch. This checks that librpmi and sources can be built and tests on Ubuntu and macos. The `fail-fast` test strategy is disabled, so that both build targets can be run. If either of the build targets fail, then the job fails. Additionally, since librpmi CI is quite fast, add a 2 minute timeout, since (currently) an invalid service group will cause the implementation to spin infinitely. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
Collaborator
|
This is still in draft with no update from last week, is this intentional? |
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.
Note
This should be merged after #74
Add a simple github action that runs on every pull-request to the
mainbranch.This checks that librpmi and sources can be built and tests on Ubuntu and macos.
An example of successful CI runs in my fork are here
Ubuntu:
https://github.com/cfriedt/librpmi/actions/runs/19715087740/job/56485148004?pr=6
macos:
https://github.com/cfriedt/librpmi/actions/runs/19715087740/job/56485148013?pr=6