Skip to content

Commit

Permalink
test: added and LHCbPilot test
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 4, 2023
1 parent 017432b commit c4f484e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
sudo apt-get update
sudo apt-get install cvmfs
sudo cvmfs_config setup
ls /cvmfs/lhcb.cern.ch/lhcbdirac
- name: Retrieve the secret and decode it to a file
env:
HOSTCERT_BASE64: ${{ secrets.HOSTCERT_BASE64 }}
Expand Down Expand Up @@ -129,4 +130,4 @@ jobs:
ls -al
python dirac-pilot.py --modules https://gitlab.cern.ch/lhcb-dirac/LHCbDIRAC.git:::LHCbDIRAC:::master -M 1 -S DIRAC-Certification -N jenkins-lhcb.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch -e LHCb -l LHCb -E LHCbPilot --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --debug
cat pilot.cfg
16 changes: 16 additions & 0 deletions tests/CI/pilot_oldSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
"ConfigureArchitecture",
"ConfigureCPURequirements",
"LaunchAgent"
],
"LHCb": [
"CheckWorkerNode",
"LHCbInstallDIRAC",
"LHCbConfigureBasics",
"RegisterPilot",
"CheckCECapabilities",
"LHCbAddCVMFSTags",
"CheckWNCapabilities",
"LHCbConfigureSite",
"LHCbConfigureArchitecture",
"LHCbConfigureCPURequirements"
]
},
"Logging": {
Expand Down Expand Up @@ -146,6 +158,10 @@
"VAR_JENKINS_QUEUE": {
"LocalCEType": "Pool/Singularity"
}
},
"jenkins-lhcb.cern.ch": {
"Site": "VAR_JENKINS_SITE",
"GridCEType": "LHCb"
}
},
"DefaultSetup": "DIRAC-Certification"
Expand Down

0 comments on commit c4f484e

Please sign in to comment.