From df4d81e4c253a178776e49dfdc5e1fdf9eea11b7 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Wed, 5 May 2021 00:26:31 +0200 Subject: [PATCH] Disable OpenIndiana from the pipelines --- .pipelines/Jenkinsfile | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.pipelines/Jenkinsfile b/.pipelines/Jenkinsfile index c41dd29c..fadc4995 100644 --- a/.pipelines/Jenkinsfile +++ b/.pipelines/Jenkinsfile @@ -261,28 +261,6 @@ cd tests/install_group/ } } } - stage('OpenIndiana') { - stages { - stage('py27') { - agent { - label "openindiana" - } - steps { - dir('demos') { - unstash 'waf' - } - sh '''export CFLAGS='-std=c99 -D_STDC_C99' ''' - sh '''cd demos; ./waf configure clean build --top=c''' - sh '''cd demos; ./waf configure clean build --top=c++''' - sh '''cd demos; ./waf configure clean build --top=dbus''' - sh '''cd demos; ./waf configure clean build --top=java''' - sh '''cd demos; ./waf configure clean build --top=perl''' - sh '''cd demos; ./waf configure clean build --top=python''' - sh '''cd demos; ./waf configure clean build --top=ruby''' - } - } - } - } stage('FreeBSD') { stages { stage('py36') {