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

ci: Fix git lfs installation #2080

Merged
merged 1 commit into from
May 3, 2023

Conversation

paulgessinger
Copy link
Member

No description provided.

@paulgessinger paulgessinger added this to the next milestone May 3, 2023
@github-actions
Copy link

github-actions bot commented May 3, 2023

📊 Physics performance monitoring for 5533860

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Merging #2080 (5533860) into main (1f234e9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2080   +/-   ##
=======================================
  Coverage   49.31%   49.31%           
=======================================
  Files         427      427           
  Lines       24808    24808           
  Branches    11436    11436           
=======================================
  Hits        12234    12234           
  Misses       4513     4513           
  Partials     8061     8061           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kodiakhq kodiakhq bot merged commit 2a9c039 into acts-project:main May 3, 2023
39 checks passed
@github-actions github-actions bot removed the automerge label May 3, 2023
@paulgessinger paulgessinger deleted the ci/lfs-install branch May 3, 2023 14:31
@acts-project-service
Copy link
Collaborator

The backport to develop/v25.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-develop/v25.x develop/v25.x
# Navigate to the new working tree
cd .worktrees/backport-develop/v25.x
# Create a new branch
git switch --create backport-2080-to-develop/v25.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2a9c03947b62c8c08d196da4946577b6fd4d84f4
# Push it to GitHub
git push --set-upstream origin backport-2080-to-develop/v25.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-develop/v25.x

Then, create a pull request where the base branch is develop/v25.x and the compare/head branch is backport-2080-to-develop/v25.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants