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 issues with CI tests #6586

Merged
merged 4 commits into from
Feb 1, 2024
Merged

Conversation

mkindahl
Copy link
Contributor

@mkindahl mkindahl commented Feb 1, 2024

Fixes the following issues, each as a separate commit:


Fix upload artifact names for Windows builds
Fix upload names for ABI tests

The names were not unique so two different jobs could have the same name for the upload artifact.


Use checkout@v3 for centos7


Update cache and download actions to node20


Disable-check: force-changelog-file, commit-count

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b093749) 79.78% compared to head (047eb20) 79.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6586      +/-   ##
==========================================
+ Coverage   79.78%   79.83%   +0.05%     
==========================================
  Files         190      190              
  Lines       37281    37235      -46     
  Branches     9457     9440      -17     
==========================================
- Hits        29746    29728      -18     
+ Misses       3132     3120      -12     
+ Partials     4403     4387      -16     

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

@mkindahl mkindahl marked this pull request as ready for review February 1, 2024 08:40
Copy link

github-actions bot commented Feb 1, 2024

@antekresic, @mahipv: please review this pull request.

Powered by pull-review

@mkindahl
Copy link
Contributor Author

mkindahl commented Feb 1, 2024

For reference actions/runner#2906

@mkindahl mkindahl changed the title Use checkout v3 for centos7 Fix issues with CI tests Feb 1, 2024
@mkindahl mkindahl enabled auto-merge (rebase) February 1, 2024 13:21
@mkindahl mkindahl self-assigned this Feb 1, 2024
Also fix a version tag
The names were not unique so two different jobs could have the same
name for the upload artifact.
Upload artifact name was using a matrix field that did not exist,
causing a duplicate upload artifact name.
@mkindahl mkindahl merged commit 3296084 into timescale:main Feb 1, 2024
60 of 61 checks passed
@mkindahl mkindahl deleted the fix-node20-runners branch February 1, 2024 22:04
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