-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[CI] Temporarily skip triggering R Package Windows (Extensions)
job
#18628
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
Conversation
I would assume the problem is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See commend, I would add a NOT MINGW
and to .github/config/extensions/encodings and call it a day.
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-ossivalis
maybe we should just back port those changes frommain