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

Update CI Image #1171

Merged
merged 8 commits into from
Oct 2, 2024
Merged

Update CI Image #1171

merged 8 commits into from
Oct 2, 2024

Conversation

TimPansino
Copy link
Contributor

@TimPansino TimPansino commented Jun 27, 2024

Overview

  • Upgrade versions on CI image
    • Upgrade Ubuntu to 24.04
    • Upgrade pypy versions to latest
    • Add Python 3.13
    • Upgrade default Python installation to Python 3.12
  • Isolate tools into individual environments with pipx
  • Fix devcontainer reusing UID 1000 (now in use by ubuntu by default apparently?)
  • Clean out tox matrixes
    • Update redis versions
    • Update celery versions

Testing

  • Working build here
  • Last test run on dev image sha here

@TimPansino TimPansino requested a review from a team June 27, 2024 19:02
Copy link

github-actions bot commented Jun 27, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML prettier 1 1 0 0.68s
✅ YAML v8r 1 0 1.83s
✅ YAML yamllint 1 0 0.5s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.24%. Comparing base (7ae5f59) to head (68aa7ae).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1171      +/-   ##
==========================================
- Coverage   81.27%   81.24%   -0.04%     
==========================================
  Files         197      197              
  Lines       21643    21643              
  Branches     3782     3782              
==========================================
- Hits        17590    17583       -7     
- Misses       2913     2918       +5     
- Partials     1140     1142       +2     

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

@@ -45,7 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
make \
odbc-postgresql \
openssl \
python2-dev \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI These headers are apparently not needed.

@TimPansino TimPansino requested a review from a team as a code owner September 30, 2024 17:03
@TimPansino TimPansino force-pushed the update-ci-image branch 3 times, most recently from 6b18af8 to 63aa395 Compare September 30, 2024 17:34
@TimPansino TimPansino merged commit 1807857 into main Oct 2, 2024
52 of 53 checks passed
@TimPansino TimPansino deleted the update-ci-image branch October 2, 2024 17:03
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