-
Notifications
You must be signed in to change notification settings - Fork 20
workflows: Submit LAVA test jobs #15
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
Conversation
I suspect this is due to |
2cfb292 to
c083730
Compare
lool
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I've left minor remarks but otherwise could be merged as is as a starting point!
After build is published, the upload URL is saved to file. This URL can later be used for scheduling test jobs. Signed-off-by: Milosz Wasilewski <[email protected]>
Add boot test job for rb3gen2. The job is executed on hardware in LAVA LAB. Tests are scheduled after daily build, push build and PR build. Tests scheduled after PR will use the test job templates from the main branch. This is caused by workflow trigger "on_workflow_run". This trigger was used to prevent leaking of LAVA token to forked repositories. Signed-off-by: Milosz Wasilewski <[email protected]>
Check schema of LAVA templates that are used for submitting jobs. The workflow fails if the schema is incorrect and doesn't match supported schemas in current LAVA release. Signed-off-by: Milosz Wasilewski <[email protected]>
lool
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the tweaks!
Prepare and submit LAVA test jobs using flash.tar.gz archive.