Skip to content

Commit

Permalink
feat: remove old jecs & retrieve lumi from web
Browse files Browse the repository at this point in the history
fix: rename campaign scheme

feat: restructure metadata
  • Loading branch information
Ming-Yan committed Oct 24, 2024
1 parent b3908b3 commit cd9a542
Show file tree
Hide file tree
Showing 1,175 changed files with 3,377 additions and 323,079 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/BTA_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/BTA_workflow.yml'
pull_request_target:
branches: [ master ]
Expand All @@ -17,7 +17,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/BTA_workflow.yml'
workflow_dispatch:

Expand All @@ -35,16 +35,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/QCD_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/QCD_workflow.yml'

pull_request_target:
Expand All @@ -18,7 +18,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/QCD_workflow.yml'

workflow_dispatch:
Expand All @@ -37,16 +37,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'
- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ctag_DY_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_DY_workflow.yml'
pull_request_target:
branches: [ master ]
Expand All @@ -17,7 +17,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_DY_workflow.yml'
workflow_dispatch:

Expand All @@ -35,15 +35,14 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'
- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ctag_Wc_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_Wc_workflow.yml'

pull_request_target:
Expand All @@ -18,7 +18,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_Wc_workflow.yml'

workflow_dispatch:
Expand All @@ -37,16 +37,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ctag_ttbar_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_ttbar_workflow.yml'
pull_request_target:
branches: [ master ]
Expand All @@ -17,7 +17,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ctag_ttbar_workflow.yml'
workflow_dispatch:

Expand All @@ -35,16 +35,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ttbar_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ttbar_workflow.yml'
pull_request_target:
branches: [ master ]
Expand All @@ -17,7 +17,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/ttbar_workflow.yml'
workflow_dispatch:

Expand All @@ -35,16 +35,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/validation.yml'
pull_request_target:
branches: [ master ]
Expand All @@ -17,7 +17,7 @@ on:
- 'src/BTVNanoCommissioning/helpers/update_branch.py'
- 'src/BTVNanoCommissioning/helpers/func.py'
- 'src/BTVNanoCommissioning/helpers/definitions.py'
- 'src/BTVNanoCommissioning/utils/*'
- 'src/BTVNanoCommissioning/utils/'
- '.github/workflows/validation.yml'
workflow_dispatch:

Expand All @@ -35,16 +35,15 @@ jobs:
shell: "bash -l {0}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'

- name: Set conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: btv_coffea
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cd9a542

Please sign in to comment.