You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a code manager, I need to know the develop branch is stable and would like to have a cron job that runs nightly on all the CI cases and updates the Badges in the develop branch README.md file reflecting these weekly CI tests.
The text was updated successfully, but these errors were encountered:
…ests (#1869)
A BASH script using **GitHub CLI** is added to create a branch from _develop_ named
_weekly_tests_ and moves the cases from `$HOMEgfs/ci/cases/weekly` to
`$HOMEgfs/ci/cases/pr` and then opens a PR and labels it with _CI-Hera-Ready_ and
_CI-Orion-Ready_ thus creating a weekly high resolution test run that can easily be
launched by a **cron** job.
Resolves#1663
Description
As a code manager, I need to know the develop branch is stable and would like to have a cron job that runs nightly on all the CI cases and updates the Badges in the develop branch README.md file reflecting these weekly CI tests.
The text was updated successfully, but these errors were encountered: