You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/24 06:46:37 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #3698: [WIP][test/plugin] immigrate undertow scenario

wu-sheng commented on a change in pull request #3698: [WIP][test/plugin]  immigrate  undertow scenario
URL: https://github.com/apache/skywalking/pull/3698#discussion_r338404898
 
 

 ##########
 File path: Jenkinsfile-Agent-Test
 ##########
 @@ -72,57 +72,57 @@ pipeline {
             }
         }
 
-        stage('Run Agent Plugin Tests') {
-            when {
-                expression {
-                    return sh(returnStatus: true, script: 'bash tools/ci/agent-build-condition.sh')
-                }
-            }
-            parallel {
-                stage('Group1') {
-                    stages {
-                        stage('httpclient 4.3.x-4.5.x (14)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} httpclient-4.3.x-scenario'
-                            }
-                        }
-
-                        stage('ehcache 2.8.x-2.10.x (19)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} ehcache-2.x-scenario'
-                            }
-                        }
-
-                        stage('dubbo 2.7.x (4)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} dubbo-2.7.x-scenario'
-                            }
-                        }
-
-                        stage('spring async 4.3.x-5.1.x (35)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} spring-async-scenario'
-                            }
-                        }
-
-                        stage('netty-socketio 1.x (4)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} netty-socketio-scenario'
-                            }
-                        }
-                    }
-                }
-                stage('Group2') {
-                    stages {
-                        stage('jetty 9.x (63)') {
-                            steps {
-                                sh 'bash test/plugin/run.sh --build_id=wl1_${BUILD_ID} jetty-scenario'
-                            }
-                        }
-                    }
-                }
-            }
-        }
+//        stage('Run Agent Plugin Tests') {
 
 Review comment:
   Why this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services