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

chore(ci): Remove IMAGE_OS setting #637

Merged
merged 1 commit into from
Feb 19, 2025
Merged

chore(ci): Remove IMAGE_OS setting #637

merged 1 commit into from
Feb 19, 2025

Conversation

nealrichardson
Copy link
Contributor

Closes #633. Turns out we already are using public images for testing, and from what I infer from #588, this was just being added to prevent a script from looking for it and erroring if it wasn't set. Due to changes in the Connect source, this variable isn't being used anymore, so we can drop the reference.

@nealrichardson nealrichardson self-assigned this Feb 18, 2025
@nealrichardson nealrichardson changed the title Remove IMAGE_OS setting chore(ci): Remove IMAGE_OS setting Feb 18, 2025
Copy link

github-actions bot commented Feb 18, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4822 3581 74% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 8696714 by action🐍

@nealrichardson
Copy link
Contributor Author

The integration testing job that was modified in this PR passes: https://github.com/posit-dev/rsconnect-python/actions/runs/13401139629/job/37437096302?pr=637

IDK what's up with the test-jupyter job, but it's failing on the nightly main run too: https://github.com/posit-dev/rsconnect-python/actions/runs/13386951455

Seems to be failing since January 29: https://github.com/posit-dev/rsconnect-python/actions/runs/13027921854

@nealrichardson nealrichardson merged commit 3e87784 into main Feb 19, 2025
13 checks passed
@nealrichardson nealrichardson deleted the image-os branch February 19, 2025 18:15
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.

Use public Docker image for testing
2 participants