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

CI: Migrate scheduled workflows to scheduled pipeline jobs #549

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

vdamle
Copy link
Contributor

@vdamle vdamle commented Sep 5, 2024

  • CircleCI has two pipeline triggers named nightly_build and hourly_build.
  • Remove workflow triggers and configure jobs to run on scheduled pipeline triggers .

Ref:

Fixes: #548

* CircleCI has two pipeline triggers named `nightly_build` and `hourly_build`.
* Remove workflow triggers and configure jobs to run on scheduled pipeline
  triggers .
@vdamle vdamle requested a review from geoknee September 5, 2024 09:48
@vdamle vdamle requested a review from a team as a code owner September 5, 2024 09:48
@vdamle
Copy link
Contributor Author

vdamle commented Sep 5, 2024

Screenshot 2024-09-05 at 5 48 53 AM

Copy link
Collaborator

@geoknee geoknee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, let's give this a spin!

@vdamle vdamle merged commit 387ec1c into main Sep 5, 2024
13 checks passed
@vdamle vdamle deleted the ci-sched-pipeline branch September 5, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hourly and nightly CI jobs not running
2 participants