-
Notifications
You must be signed in to change notification settings - Fork 168
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
GitHub Workflow Pipeline #1740
GitHub Workflow Pipeline #1740
Conversation
minor updates to tighten the output and better structure for each PR id
BASH lint quotes
Do we even need the labels anymore after this? Won't the tests now appear under "checks" with the rest of the GH actions? |
There are nuances to this way of doing CI. |
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 great.
Description
Adding a GItHub Workflow for running a global-workflow CI Pipline for checkout-build and running a few test experiments.
A self-hosted "runner" is setup on Orion to run this Pipeline. All interactions with these Pipelines are administered via GitHub such as viewing results and stop and starting the tests.
This version is a "dispatch" mode meaning owners of the GitHub repo can launch the tests with a button on a given branch.
Adding PR based system has been developed and can also update Labels as does the CRON based BASH system.
How Has This Been Tested?
Checklist