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

[Backport release-1.7] [ci] Updated hard-coded core version in another file #2212

Merged
merged 2 commits into from Mar 5, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Mar 5, 2024

Backport 29c55e1 from #2207

* [ci] Updated hard-coded core version in another file

* Run the script

* comment
@@ -103,6 +103,10 @@ def main(args):
filepath = f"{os.path.dirname(__file__)}/../apis/r/tools/get_tarball.R"
update_version(filepath, new_version, new_hash, update_sha=False)

# update CI version
filepath = f"{os.path.dirname(__file__)}/../.github/workflows/python-so-copying.yml"
Copy link
Collaborator

Choose a reason for hiding this comment

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

But this file won't exist after #2211 is merged, right? I'm not following the logic of backporting this commit. If it is simply a bot that backports every commit that lands on main, I think this can be closed

Copy link
Member

@johnkerl johnkerl Mar 5, 2024

Choose a reason for hiding this comment

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

@jdblischak please see #2210

Yes, I do have multiple PRs in flight in multiple branches -- sequenced as my understanding has unfolded/developed throughout this afternoon

I'll resolve this bookkeeping issue -- freeing you up to work on other things -- I'll clean up from here

Copy link
Collaborator

Choose a reason for hiding this comment

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

Works for me. Thanks!

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Merging #2212 (d4240ab) into release-1.7 (ce348a7) will decrease coverage by 2.99%.
The diff coverage is n/a.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.7    #2212      +/-   ##
===============================================
- Coverage        77.68%   74.69%   -2.99%     
===============================================
  Files              137       52      -85     
  Lines            10679     4347    -6332     
  Branches           214        0     -214     
===============================================
- Hits              8296     3247    -5049     
+ Misses            2297     1100    -1197     
+ Partials            86        0      -86     
Flag Coverage Δ
libtiledbsoma ?
python ?
r 74.69% <ø> (ø)

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

Components Coverage Δ
python_api ∅ <ø> (∅)
libtiledbsoma ∅ <ø> (∅)

@johnkerl johnkerl merged commit 86b1933 into release-1.7 Mar 5, 2024
21 checks passed
@johnkerl johnkerl deleted the backport-2207-to-release-1.7 branch March 5, 2024 21: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.

None yet

2 participants