Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_sparkr_window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
name: "Build / SparkR-only (master, 4.4.0, windows-2019)"
name: "Build / SparkR-only (master, 4.4.0, windows-2022)"
Copy link
Member

Choose a reason for hiding this comment

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

It actually fails some tests so I used 2019 :-). It would need more fixes

Copy link
Contributor Author

@panbingkun panbingkun Jun 25, 2024

Choose a reason for hiding this comment

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

Thanks, okay, Let me investigate it carefully. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

However, the test based on windows server 2022 surprisingly succeeded, which is amazing.
#47021
https://github.com/panbingkun/spark/actions/runs/9655626675/job/26631829756
image

Copy link
Member

Choose a reason for hiding this comment

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

good good

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Haha, let's continue to observe the scheduling of build_sparkr_window.yml every day. ❤️


on:
schedule:
Expand All @@ -25,7 +25,7 @@ on:
jobs:
build:
name: "Build module: sparkr"
runs-on: windows-2019
runs-on: windows-2022
timeout-minutes: 300
if: github.repository == 'apache/spark'
steps:
Expand Down