Skip to content

[CI] Fix Win postcommit after pulldown#22620

Merged
sarnex merged 1 commit into
syclfrom
sarnex/pd
Jul 13, 2026
Merged

[CI] Fix Win postcommit after pulldown#22620
sarnex merged 1 commit into
syclfrom
sarnex/pd

Conversation

@sarnex

@sarnex sarnex commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

These two check-llvm tests are failing after the pulldown, see #22619.

Example run: https://github.com/intel/llvm/actions/runs/29276755185/job/86907774799

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
@sarnex sarnex marked this pull request as ready for review July 13, 2026 19:26
@sarnex sarnex requested a review from a team as a code owner July 13, 2026 19:26
@sarnex sarnex requested a review from uditagarwal97 July 13, 2026 19:26
@sarnex

sarnex commented Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

thanks!

@sarnex sarnex merged commit 1672bc2 into sycl Jul 13, 2026
16 of 25 checks passed
@sarnex sarnex deleted the sarnex/pd branch July 13, 2026 19:40
@jsji

jsji commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

These two check-llvm tests are failing after the pulldown, see #22619.

Example run: https://github.com/intel/llvm/actions/runs/29276755185/job/86907774799

I thought we run both pre-commit and post-commit windows test in pulldown as well. Why these were not caught?

@sarnex

sarnex commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

It doesn't look like postcommit ran: https://github.com/intel/llvm/pull/22592/checks

I will try to find out why and fix it.

@jsji

jsji commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

It doesn't look like postcommit ran: https://github.com/intel/llvm/pull/22592/checks

I will try to find out why and fix it.

Thanks! I remembered that we did run post-commit testing before, it must be a regression in workflow. It would be great if we can confirm.

@sarnex

sarnex commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

I made #22627, I looked at the git history for the workflow and didn't notice anything that could have broken it, maybe I missed it.

sarnex added a commit that referenced this pull request Jul 14, 2026
We need to run postcommit in pulldown PRs.

In this PR the job is running twice, once for the `push` action and once
for `pull_request` since we modified the postcommit workflow, but in a
normal pulldown won't happen.

We can't use the `pull_request` action because GitHub requires both
`branches` and `paths` to be satisfied which won't be true for a normal
pulldown.

See #22620

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
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.

3 participants