Skip to content

Commit

Permalink
Use requirements-5.2.txt for perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 7, 2023
1 parent 2035359 commit 320c69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
deleteDir()
checkout scm
sh "python3 -m venv ."
sh "bin/pip install -r requirements.txt"
sh "bin/pip install -r requirements-5.2.txt"
sh "bin/buildout -c plone-5.2.x-performance.cfg"
sh "bin/instance start"
sh "sleep 20"
Expand Down

0 comments on commit 320c69a

Please sign in to comment.