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

sel4 hardware test action #74

Closed
lsf37 opened this issue Jun 21, 2021 · 1 comment · Fixed by #135
Closed

sel4 hardware test action #74

lsf37 opened this issue Jun 21, 2021 · 1 comment · Fixed by #135
Assignees
Labels
sel4test actions for sel4test and related repos

Comments

@lsf37
Copy link
Member

lsf37 commented Jun 21, 2021

This action should build sel4test from the sel4test manifest for a matrix of configurations, and then run these configurations on a set of machine queues.

We will probably want the actual platform, build, and run definitions in a separate config file, and let the GitHub action matrix select out of that.

@wom-bat is currently working on a more defined interface to the machine queue that can be implemented by multiple organisations. The main interface points are

  • the image to be run
  • which machine/platform to run it on
  • maybe priority/urgency level
  • where and how to report the results (could be an email or a script that then sets web page + GitHub status)

The idea is that this is asynchronous, i.e. the action does image build and HW test kick-off, and potentially sets a corresponding GitHub status to pending. The payload for the machine queue contains how to interpret results and would set the corresponding status to fail/succeed when the job is finished.

It'd be nice if the machine queue could indicate on GitHub that a job has started running.

It'd also be nice if we could get partial logs while a job is running. Unclear if that is feasible.

@lsf37 lsf37 added the sel4test actions for sel4test and related repos label Jun 21, 2021
@lsf37 lsf37 self-assigned this Jun 21, 2021
@lsf37 lsf37 added this to To Do in Bamboo replacement via automation Jun 21, 2021
@lsf37 lsf37 moved this from To Do to Blocked on machine-queue in Bamboo replacement Jul 14, 2021
@lsf37
Copy link
Member Author

lsf37 commented Jul 14, 2021

Blocked on machine queue being redone.

@lsf37 lsf37 moved this from Blocked on machine-queue to In Implementation in Bamboo replacement Aug 6, 2021
@lsf37 lsf37 linked a pull request Aug 6, 2021 that will close this issue
@lsf37 lsf37 closed this as completed in #135 Aug 8, 2021
Bamboo replacement automation moved this from In Implementation to Done Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sel4test actions for sel4test and related repos
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant