ci: set test step in ci when tdgpt file changed
This commit is contained in:
parent
7688c3b7d9
commit
1aaf254ee8
|
@ -463,6 +463,7 @@ pipeline {
|
||||||
WIN_SYSTEM_TEST_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community\\tests\\system-test"
|
WIN_SYSTEM_TEST_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community\\tests\\system-test"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
timeout(time: 126, unit: 'MINUTES'){
|
timeout(time: 126, unit: 'MINUTES'){
|
||||||
if (file_no_doc_changed =~ /forecastoperator.c|anomalywindowoperator.c/) {
|
if (file_no_doc_changed =~ /forecastoperator.c|anomalywindowoperator.c/) {
|
||||||
|
@ -479,6 +480,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('mac test') {
|
stage('mac test') {
|
||||||
agent{label " Mac_catalina "}
|
agent{label " Mac_catalina "}
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue