CI cron development
Created by: TerrenceMcGuinness-NOAA
…igned and redundent variables
Description
As a maintainer of the CI framework, I need a set of cron jobs that will fully automate the CI pipeline so that whenever the appropriate label on GitHub is created the PR gets cloned and built followed by a set of functional experiments that are executed and reported on.
Type of change
Please delete options that are not relevant.
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to not work as expected) -
This change requires a documentation update
How Has This Been Tested?
-
Clone and Build tests on Orion and Hera -
Cycled test on Orion -
Cycled test on Hera
Checklist
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
My changes need updates to the documentation. I have made corresponding changes to the documentation -
My changes generate no new warnings -
New and existing tests pass with my changes -
Any dependent changes have been merged and published