Skip to content
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

Fix builds and update to python 3.9 as default in tests #2593

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Jan 6, 2025

Description

Fix builds and update to python 3.9 as default in tests

Copilot summary:

This pull request includes several changes to the GitHub workflows to update the supported Python versions and improve the artifact naming conventions. The most important changes include removing Python 3.7 and 3.8 from the supported versions, adding conditional steps for artifact uploads, and refining the naming conventions for uploaded artifacts.

Updates to Supported Python Versions:

  • Removed Python 3.7 and 3.8 from the pythonVersion matrix in .github/workflows/CI-e2e-notebooks.yml, .github/workflows/CI-notebook.yml, .github/workflows/CI-python.yml, and .github/workflows/CI-raiwidgets-pytest.yml. [1] [2] [3] [4]

Conditional Artifact Uploads:

  • Added conditions to the Upload requirements steps to only run on windows-latest with Python 3.9 in the respective workflows. [1] [2] [3] [4]

Refining Artifact Naming Conventions:

  • Updated the naming convention for screenshots and code coverage results to include more specific details such as notebookGroup, flights, operatingSystem, and pythonVersion. [1] [2] [3] [4]

Additional Updates to Code Coverage Uploads:

  • Modified conditions for code coverage uploads and retries to align with the updated Python version support. [1] [2] [3] [4]

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.89%. Comparing base (87e2b85) to head (366c10d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2593      +/-   ##
==========================================
- Coverage   92.02%   87.89%   -4.14%     
==========================================
  Files          95      113      +18     
  Lines        5370     6648    +1278     
==========================================
+ Hits         4942     5843     +901     
- Misses        428      805     +377     
Flag Coverage Δ
unittests 87.89% <ø> (-4.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imatiach-msft imatiach-msft merged commit dfa37be into main Jan 7, 2025
72 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/fix-builds-v2 branch January 7, 2025 21:33
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