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

Weekly CI cron jobs running tests on develop #1663

Closed
TerrenceMcGuinness-NOAA opened this issue Jun 2, 2023 · 1 comment · Fixed by #1869
Closed

Weekly CI cron jobs running tests on develop #1663

TerrenceMcGuinness-NOAA opened this issue Jun 2, 2023 · 1 comment · Fixed by #1869
Assignees
Labels
CI/CD Issue related to CI/CD feature New feature or request

Comments

@TerrenceMcGuinness-NOAA
Copy link
Collaborator

TerrenceMcGuinness-NOAA commented Jun 2, 2023

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.

@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added the feature New feature or request label Jun 2, 2023
@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added the CI/CD Issue related to CI/CD label Jun 2, 2023
@WalterKolczynski-NOAA WalterKolczynski-NOAA changed the title Nightly CI cron jobs running tests on develop Weekly CI cron jobs running tests on develop Jun 20, 2023
@TerrenceMcGuinness-NOAA
Copy link
Collaborator Author

  • Submitted PR for cases and basic change to main driver with new case file structure
  • Need to write BASH cron driver for weekly tests
  • Need staged start files in global-workflow to support new high resolution weekly tests

WalterKolczynski-NOAA pushed a commit that referenced this issue Sep 21, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment