Skip to content

[CI] Filter runs of Smoke Test workflow#15457

Merged
straight-shoota merged 3 commits intomasterfrom
infra/ci-smoke
Feb 13, 2025
Merged

[CI] Filter runs of Smoke Test workflow#15457
straight-shoota merged 3 commits intomasterfrom
infra/ci-smoke

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.
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
on:
push:
paths:
- 'src/lib_c/*{bsd,i386,android,solaris,dragonfly}*/**'
Copy link
Collaborator

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