Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarni committed Jul 11, 2024
2 parents 15ea2d6 + b5069e1 commit d5ea52b
Show file tree
Hide file tree
Showing 426 changed files with 7,482 additions and 4,661 deletions.
74 changes: 52 additions & 22 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,67 @@
'Infrastructure':
- .github/**
- CI/**
- cmake/**
- changed-files:
- any-glob-to-any-file:
- .github/**
- CI/**
- cmake/**
'Component - Core':
- Core/**
- Tests/UnitTests/Core/**
- changed-files:
- any-glob-to-any-file:
- Core/**
- Tests/UnitTests/Core/**
'Component - Examples':
- Examples/**
- Tests/UnitTests/Examples/**
- changed-files:
- any-glob-to-any-file:
- Examples/**
- Tests/UnitTests/Examples/**
'Component - Fatras':
- Fatras/**
- Tests/UnitTests/Fatras/**
- changed-files:
- any-glob-to-any-file:
- Fatras/**
- Tests/UnitTests/Fatras/**
'Component - Plugins':
- Plugins/**
- Tests/UnitTests/Plugins/**
- changed-files:
- any-glob-to-any-file:
- Plugins/**
- Tests/UnitTests/Plugins/**
'Component - Documentation':
- docs/**
- changed-files:
- any-glob-to-any-file:
- docs/**
'Changes Performance':
- CI/physmon/reference/**
- Examples/Python/tests/root_file_hashes.txt
- changed-files:
- any-glob-to-any-file:
- CI/physmon/reference/**
- Examples/Python/tests/root_file_hashes.txt
'Event Data Model':
- '**/*EventData*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*EventData*/**'
'Clustering':
- '**/*Clusterization*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*Clusterization*/**'
'SP formation':
- '**/*SpacePointFormation*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*SpacePointFormation*/**'
'Seeding':
- '**/*Seeding*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*Seeding*/**'
'Track Finding':
- '**/*TrackFinding*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*TrackFinding*/**'
'Track Fitting':
- '**/*TrackFitting*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*TrackFitting*/**'
'Vertexing':
- '**/*Vertexing*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*Vertexing*/**'
'Ambiguity Resolution':
- '**/*AmbiguityResolution*/**'
- changed-files:
- any-glob-to-any-file:
- '**/*AmbiguityResolution*/**'
5 changes: 3 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
build_debug:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu2204:v41
container: ghcr.io/acts-project/ubuntu2404:51
steps:

- uses: actions/checkout@v4
Expand All @@ -53,6 +53,7 @@ jobs:
-DACTS_BUILD_UNITTESTS=on
-DACTS_BUILD_EXAMPLES_UNITTESTS=off
-DACTS_BUILD_EVERYTHING=ON
-DACTS_BUILD_EXAMPLES_UNIT_TESTS=ON
-DACTS_BUILD_ODD=OFF
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS=ON
-DACTS_BUILD_EXAMPLES_EDM4HEP=ON
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:

build_performance:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu2204:v41
container: ghcr.io/acts-project/ubuntu2404:51
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit d5ea52b

Please sign in to comment.