diff --git a/.pipelines/Jenkinsfile b/.pipelines/Jenkinsfile index fadc4995..33d30e12 100644 --- a/.pipelines/Jenkinsfile +++ b/.pipelines/Jenkinsfile @@ -162,24 +162,7 @@ cd tests/install_group/ ''' } } - stage('py27') { - agent { - label "openbsd" - } - steps { - dir('demos') { - unstash 'waf' - } - sh '''cd demos/asm; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/c; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/c++; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/glib2; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/perl; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/python; /usr/local/bin/python2.7 ../waf configure clean build''' - sh '''cd demos/subst; /usr/local/bin/python2.7 ../waf configure clean build''' - } - } - stage('py36') { + stage('py38') { agent { label "openbsd" }