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

Rework ci labels #17182

Closed
kwannoel opened this issue Jun 10, 2024 · 0 comments · Fixed by #17197
Closed

Rework ci labels #17182

kwannoel opened this issue Jun 10, 2024 · 0 comments · Fixed by #17197

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Jun 10, 2024

  1. Instead of ci/main-cron/skip-ci + ci/run-main-cron, just have ci/main-cron/run-all and ci/main-cron/run-selected.
  2. run-all will run all steps in the main-cron workflow.
  3. run-selected will only run selected steps.

Same applies to PR workflow.

Additionally, just auto run all the build steps, so user doesn't have to manually add them.

Buildkite conditional for main-cron

(build.pull_request.id != null && (build.pull_request.labels includes "ci/main-cron/run-all" || build.pull_request.labels includes "ci/main-cron/run-selected")  || build.tag != null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant