Skip to content

Commit

Permalink
Switch to Plone 6 for performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 7, 2023
1 parent 063bff9 commit c46d2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pipeline {
deleteDir()
checkout scm
sh "python3 -m venv ."
sh "bin/pip install -r requirements-5.2.txt"
sh "bin/buildout -c plone-5.2.x-performance.cfg"
sh "bin/pip install -r requirements-6.0.txt"
sh "bin/buildout -c plone-6.0.x-performance.cfg"
sh "bin/instance start"
sh "sleep 20"

Expand Down

0 comments on commit c46d2a5

Please sign in to comment.