Skip to content

Commit

Permalink
Merge pull request #235 from fstagni/removePy2_final
Browse files Browse the repository at this point in the history
Remove py2 (final!)
  • Loading branch information
fstagni committed Jun 5, 2024
2 parents c9bfc41 + 0f4f3e3 commit f2b3457
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1,974 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties([parameters([string(name: 'projectVersion', defaultValue: 'v8.1.0a15'
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 f2b3457

Please sign in to comment.