[CI] Temporarily skip triggering R Package Windows (Extensions) job#18628
Conversation
|
I would assume the problem is |
carlopi
left a comment
There was a problem hiding this comment.
(commented already, I think this is not the right angle)
Got it! That’d be more targeted solution |
6d851a1 to
21798e7
Compare
|
@carlopi could you please take another look at the updates to this PR? Should work now, a test run is here What I did: |
|
@carlopi Which caused the extensions not being uploaded |
carlopi
left a comment
There was a problem hiding this comment.
See commend, I would add a NOT MINGW and to .github/config/extensions/encodings and call it a day.
21798e7 to
8f5b33e
Compare
Thank you for the tip! I've opened another PR, now against |
This PR is a temporary solution that makes `InvokeCI` skip building `encodings` extension. The problem: GH Actions looses connection with runner while building `encodings` extension in [extensions / Main Extensions / Build / Windows (windows_amd64_mingw, x64-mingw-static, x64-mingw-static)](https://github.com/duckdb/duckdb/actions/runs/17056222844/job/48354362677) job Connected to #18628 against `v1.3-ossivalis` where the same is happening in `[R / R Package Windows (Extensions)` job.
Move attached databases from a CatalogSet to a dedicated map of shared pointers (duckdb/duckdb#18693) Unplug python (in ossivalis) (duckdb/duckdb#18699) Using a different workflow to release the python package (duckdb/duckdb#18685) Add WAL test config run (duckdb/duckdb#18683) [CI] Temporarily skip triggering `R Package Windows (Extensions)` job (duckdb/duckdb#18628) Load pandas in import cache before binding (duckdb/duckdb#18658) Remove `PRAGMA enable_verification` in more tests (duckdb/duckdb#18670) Remove more `PRAGMA enable_verification` (duckdb/duckdb#18664) Remove `PRAGMA enable_verification` (duckdb/duckdb#18645)
Move attached databases from a CatalogSet to a dedicated map of shared pointers (duckdb/duckdb#18693) Unplug python (in ossivalis) (duckdb/duckdb#18699) Using a different workflow to release the python package (duckdb/duckdb#18685) Add WAL test config run (duckdb/duckdb#18683) [CI] Temporarily skip triggering `R Package Windows (Extensions)` job (duckdb/duckdb#18628) Load pandas in import cache before binding (duckdb/duckdb#18658) Remove `PRAGMA enable_verification` in more tests (duckdb/duckdb#18670) Remove more `PRAGMA enable_verification` (duckdb/duckdb#18664) Remove `PRAGMA enable_verification` (duckdb/duckdb#18645) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[R / R Package Windows (Extensions)job had been failing 3 times at row.Every time GH Action states that it lost communication with the runner, failed the job, but it keeps spinning.
I've opened an internal issue for this problem and think we should just skip triggering the job for now.
At the same time we don't have
[R / R Package Windows (Extensions)job anymore inmain. If we don't need it inv1.3-ossivalismaybe we should just back port those changes frommain