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

Very WIP seL4test stuff for github-actions #38

Closed
wants to merge 2 commits into from

Conversation

LukeMondy
Copy link
Contributor

Modelled after our Bamboo ConfigAsCode setup, the idea was that we can invoke the python script with certain conditions, e.g., all ARM6 boards, or all MCS platforms, and it would either spit out a script to compile them all (that the action would then invoke), or it would do the compilation itself.
Then the Github Action matrix option could be used to split up compilation of the different types of builds nicely.

I only got part of the way through, not sure if it's the right way to go or not.

Luke Mondy added 2 commits September 7, 2020 13:11
Signed-off-by: Luke Mondy <luke.mondy@data61.csiro.au>
Signed-off-by: Luke Mondy <luke.mondy@data61.csiro.au>
@LukeMondy
Copy link
Contributor Author

Ah, looking through the code again, I had gotten up to doing PlanVarients - essentially, you setup a base Plan, and then generate variations off that base.
Again, I was basing this off the Bamboo ConfigAsCode implementation, so there very well could be a simpler way to do things - but it was a good exercise in understanding what we have in Bamboo!

@lsf37
Copy link
Member

lsf37 commented Apr 15, 2021

Closing this for a new approach described in #60

@lsf37 lsf37 closed this Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants