Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FIX unblock test pipelines by skipping certain tests on Ubuntu and adding Windows additionally #727

Merged
merged 24 commits into from
Feb 22, 2025

Conversation

romanlutz
Copy link
Contributor

@romanlutz romanlutz commented Feb 19, 2025

Description

After originally getting confused about what caused tests to suddenly fail (the only change we identified were a transformers upgrade to 4.49.0) we found that the huggingface chat target tests had a fixture that wasn't working. Curiously, it failed only in the pipeline on GH, but not locally which made reproducing hard. We investigated using windows instead of ubuntu which didn't change anything, but having multiple OSes for tests is a good addition anyway. Finally, @jsong468 found the correct way to mock download_specific_files which we now use.

Tests and Documentation

All updates are to tests!

@romanlutz romanlutz changed the title [DRAFT] FIX fix pipeline FIX unblock test pipelines by skipping certain tests on Ubuntu and adding Windows additionally Feb 20, 2025
@romanlutz romanlutz merged commit ab50b94 into Azure:main Feb 22, 2025
14 checks passed
@romanlutz romanlutz deleted the romanlutz/fix_pipeline branch February 22, 2025 07:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants