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] Filter runs of Smoke Test workflow #15457

Merged
merged 3 commits into from
Feb 13, 2025
Merged

Conversation

straight-shoota
Copy link
Member

This workflow now only triggers on changes to paths that are related to platform-specific code.
It also runs on a nightly schedule and can be triggered manually.

Part of #14983

This workflow now only triggers on changes to paths that are related to
platform-specific code.
It also runs on a nightly schedule and can be triggered manually.
.github/workflows/smoke.yml Outdated Show resolved Hide resolved
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
on:
push:
paths:
- 'src/lib_c/*{bsd,i386,android,solaris,dragonfly}*/**'
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: if we touch any libc bindings for Linux or mac for 3xample, it might affect compilation of other targets (e.g. missing)?

Copy link
Member Author

Choose a reason for hiding this comment

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

I had been wondering about this restriction as well. It won't hurt to loosen it. Makes everything a bit simpler. And we're not much chaning lib bindings on any target anyway.

@straight-shoota straight-shoota added this to the 1.16.0 milestone Feb 12, 2025
@straight-shoota straight-shoota merged commit 0f6bfdb into master Feb 13, 2025
106 checks passed
@straight-shoota straight-shoota deleted the infra/ci-smoke branch February 13, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants