Skip to content

Commit

Permalink
feat: fully removed dirac-install and python2 DIRAC client installations
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jun 22, 2023
1 parent 3ecba7c commit 2cfc3bc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2,005 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This is customized pipeline for running on jenkins-dirac.web.cern.ch
*/


properties([parameters([string(name: 'projectVersion', defaultValue: '8.1.0a11', description: 'The DIRAC version to install. Use py2 or py3 syntax'),
properties([parameters([string(name: 'projectVersion', defaultValue: '8.1.0a14', description: 'The DIRAC version to install'),
string(name: 'Pilot_repo', defaultValue: 'DIRACGrid', description: 'The Pilot repo'),
string(name: 'Pilot_branch', defaultValue: 'devel', description: 'The Pilot branch'),
string(name: 'DIRAC_test_repo', defaultValue: 'DIRACGrid', description: 'The DIRAC repo to use for getting the test code'),
string(name: 'DIRAC_test_branch', defaultValue: 'integration', description: 'The DIRAC branch to use for getting the test code'),
string(name: 'JENKINS_CE', defaultValue: 'jenkins.cern.ch', description: 'The CE definition to use (of DIRAC.Jenkins.ch, see CS for others)'),
string(name: 'modules', defaultValue: '', description: 'to override what is installed, e.g. with https://github.com/$DIRAC_test_repo/DIRAC.git:::DIRAC:::$DIRAC_test_branch'),
string(name: 'pip_install_options', defaultValue: '', description: 'options to pip install (e.g. --index-url=https://lhcb-repository.web.cern.ch/repository/pypi/simple)'),
string(name: 'pilot_options', defaultValue: '', description: 'any pilot option, e.g. --pythonVersion=2'),
string(name: 'pilot_options', defaultValue: '', description: 'any pilot option'),
string(name: 'CSURL', defaultValue: 'https://lbcertifdirac70.cern.ch:9135/Configuration/Server', description: 'URL for CS'),
string(name: 'DIRACSETUP', defaultValue: 'DIRAC-Certification', description: 'DIRAC setup'),
string(name: 'PILOTJSON', defaultValue: 'pilot_oldSchema.json', description: 'other option: pilot_newSchema.json'),
Expand Down
Loading

0 comments on commit 2cfc3bc

Please sign in to comment.