-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (29 loc) · 1 KB
/
main.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Extract missing db files
on:
pull_request:
branches:
- main
jobs:
test_workflow:
runs-on: ubuntu-latest
name: CMS OD with cvmfs for condition db search
steps:
# checkout the files of this repository
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
with:
cvmfs_repositories: 'cms-opendata-conddb.cern.ch'
- name: Test CernVM-FS
run: |
ls /cvmfs/cms-opendata-conddb.cern.ch
mkdir outputs
- name: Start CMS OD container
run: |
docker run -v $(pwd):/mnt/vol -v /cvmfs:/mountedcvmfs -w /home/cmsusr cmsopendata/cmssw_5_3_32-slc6_amd64_gcc472 /bin/bash /mnt/vol/workflow_test.sh PhysObjectExtractorTool 2011 PhysObjectExtractor/python/poet_cfg_mc_pat.py START53_LV6A1 katilp
#cp -r /mnt/vol/products outputs
# upload output file
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: output
path: outputs/