Skip to content

Conversation

@anchapin
Copy link
Collaborator

Pull request overview

Summary

This PR prepares the repository for the RC2 release by updating the prerelease version tag, updating Ruby gem URLs, and modernizing the macOS CI runner configuration.

Changes

CI/CD Updates

  • macOS runner upgrade: Changed from macos-13 to macos-15-intel for x64 builds to use a more recent macOS runner version

Version Updates

  • Prerelease version: Updated from rc1 to rc2 in CMakeLists.txt

Ruby Gems Updates

  • Base URL: Updated gems release URL from v3.11.0-alfa-3 to v3.11.0-RC3
  • Updated all gem packages with new timestamps (20251217) and MD5 checksums:
    • macOS ARM64: openstudio3-gems-20251217-darwin_arm64-3.2.2.tar.gz (MD5: e98e776c563cf401bab9c3e7a6ff468a)
    • macOS x64: openstudio3-gems-20251217-darwin-3.2.2.tar.gz (MD5: 90be1ae437236cbfde23c657eebfcc81)
    • Linux ARM64: openstudio3-gems-20251217-linux_arm64-3.2.2.tar.gz (MD5: 266d1eb8fbca44af569b9ebdf426978f)
    • Linux x64: openstudio3-gems-20251217-linux-3.2.2.tar.gz (MD5: 16815be4cf8571bd17a240ae31505cd1)
    • Windows: openstudio3-gems-20251217-windows-3.2.2.tar.gz (MD5: 42b43e4e38d93745751d6f3be7405adb)

Testing

  • Verify CI builds complete successfully on all platforms
  • Confirm gem downloads work with new URLs and checksums
  • Validate macOS x64 builds on the updated runner

@anchapin anchapin requested a review from Copilot December 18, 2025 00:55
@anchapin anchapin added the Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge. label Dec 18, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the repository for an RC release by updating the prerelease version tag, modernizing the macOS CI runner, and updating Ruby gem dependencies. However, there is a critical version mismatch between the prerelease version (RC2) and the gem URLs (RC3) that needs to be resolved.

Key Changes

  • Updated prerelease version from "rc1" to "rc2" in CMakeLists.txt
  • Changed macOS x64 CI runner from macos-13 to macos-15-intel
  • Updated gem URLs from v3.11.0-alfa-3 to v3.11.0-RC3 with new timestamps (20251217) and MD5 checksums for all platforms

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
CMakeLists.txt Updated prerelease version to "rc2", changed gem base URL to "v3.11.0-RC3", and updated all gem filenames/checksums to December 17, 2025 versions
.github/workflows/full-build.yml Upgraded macOS x64 Intel runner from macos-13 to macos-15-intel

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

This comment was marked as outdated.

@anchapin anchapin requested a review from kbenne December 18, 2025 07:19
@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions
Copy link

🧪 Test Results Dashboard

Summary

Metric Value
Total Tests 4158
Passed 4149
Failed 9
Errors 0
Skipped 0
Success Rate 99.8%
Generated 2025-12-19 20:02:32 UTC

⚠️ Minor Issues Detected

🔍 Failed Tests (9 failures)

Linux-c++ (9 failures)

CLITest-test_bundle-bundle.CLITest-test_bundle-bundle (run1)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_git.CLITest-test_bundle-bundle_git (run1)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_native_embedded.CLITest-test_bundle-bundle_native_embedded (run1)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle.CLITest-test_bundle-bundle (run3)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_git.CLITest-test_bundle-bundle_git (run3)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_native_embedded.CLITest-test_bundle-bundle_native_embedded (run3)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle.CLITest-test_bundle-bundle (run2)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_git.CLITest-test_bundle-bundle_git (run2)

Error Message:

Failed

Full Details:

No details available
CLITest-test_bundle-bundle_native_embedded.CLITest-test_bundle-bundle_native_embedded (run2)

Error Message:

Failed

Full Details:

No details available

📊 Test Run Information

Run XML File Status
run1 results.xml ✅ Found
run3 results.xml ✅ Found
run2 results.xml ✅ Found

@ci-commercialbuildings
Copy link
Collaborator

ci-commercialbuildings commented Dec 19, 2025

@anchapin anchapin merged commit ddd479b into develop Dec 20, 2025
3 of 5 checks passed
@anchapin anchapin deleted the 3.11.0-rc2 branch December 20, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants