Skip to content
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

CI: support hardware build and test for PRs #60

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

axel-h
Copy link
Member

@axel-h axel-h commented Jan 26, 2024

Allows hardware build and test via labels hw-build and hw-test for this repo also. So we don't have to ab-use https://github.com/seL4/camkes-vm for hardware test when the actual change and PR is in the examples here. This basically copies things from camkes-vm-deploy.yml (but with fail-fast: true) and adapts the label logic from kernel repos.

It seems to work, see testing from #59

Could be optimized that the hardware builds don't build vm_minimal_sim on ARMv8, seems the sim: true from ci-actions/camkes-vm/builds.yml is ignored.

This needs seL4/ci-actions#316, otherwise some runs fail because the setting are ignored.

@axel-h axel-h added the CI label Jan 26, 2024
@axel-h axel-h requested a review from lsf37 January 26, 2024 17:12
@axel-h axel-h marked this pull request as ready for review January 26, 2024 17:12
@lsf37
Copy link
Member

lsf37 commented Jan 27, 2024

Cool, that is definitely useful. I have only minor suggestions (see above).

Signed-off-by: Axel Heider <axelheider@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants