remove windows test

This commit is contained in:
tangfangzhi 2022-05-07 06:49:06 +08:00
parent 12706c7cd6
commit 6b05911e45
1 changed files with 0 additions and 7 deletions

View File

@ -168,13 +168,6 @@ pipeline {
stages {
stage('run test') {
parallel {
stage('windows test') {
agent {label " windows11 "}
steps {
pre_test_win()
pre_test_build_win()
}
}
stage('linux test') {
agent{label " slave3_0 || slave15 || slave16 || slave17 "}
options { skipDefaultCheckout() }